WE ARE IN LOVE WITH CLIENT
Recently, we discovered how client loving working with us by their 5 star recommedation
Top
1. Common Installation Problems
1.1. I see a directory listing rather than a web page
The web server needs to be told to view index.php by default. In Apache, use the DirectoryIndex index.php directive. The simplest option is to create a file named .htaccess in the installed directory and place the directive there. Another option is to add the directive to the web server’s configuration files.
1.2. I see lots of Headers already sent errors. How do I fix this?
You probably introduced a syntax error in editing wp-config.php.
1.3. My page comes out gibberish. When I look at the source I see a lot of "<?php ?>" tags.
If the <?PHP?> tags are being sent to the browser, it means your PHP is not working properly. All PHP code is supposed to be executed before the server sends the resulting HTML to your web browser. (That’s why it’s called a preprocessor.) Make sure your web server meets the requirements to run WordPress, that PHP is installed and configured properly, or contact your hosting provider or system administrator for assistance.
1.4. I keep getting an Error connecting to database message but I'm sure my configuration is correct.
Try resetting your MySQL password manually. If you have access to MySQL via shell, try issuing:
SET PASSWORD FOR ‘wordpressusername’@’hostname’ = OLD_PASSWORD (‘password’);
If you are using a version of MySQL prior to 4.1, use PASSWORD instead of OLD_PASSWORD. If you do not have shell access, you should be able to simply enter the above into an SQL query in phpMyAdmin. Failing that, you may need to use your host’s control panel to reset the password for your database user.
1.5 My image/MP3 uploads aren't working
If you use the Rich Text Editor on a blog that’s installed in a subdirectory, and drag a newly uploaded image into the editor field, the image may vanish a couple seconds later. This is due to a problem with TinyMCE (the rich text editor) not getting enough information during the drag operation to construct the path to the image or another file correctly. The solution is to NOT drag uploaded images into the editor. Instead, click and hold on the image and select Send to Editor.
2. The Most Common WordPress Error
The problem:
Your WordPress site is showing “Briefly unavailable for scheduled maintenance” after an automatic upgrade has completed.
Solution: Remove .maintenance file
A file named .maintenance is placed by WordPress during an automatic upgrade to notify visitors that the site in under a short maintenance. If an upgrade fails or is corrupted, the file will remain in the WordPress folder and won’t get deleted.
To remove the .maintenance file:
2.2. Can’t delete a plugin
The problem:
You’re not able to delete a plugin in WordPress admin. It still appears even after you have deleted the directory via FTP.
Solution: Delete plugin via Secure Shell (SSH)
Your plugin might have uploaded some hidden/nested files inside the plugin directory which didn’t appear in FTP.
If you have SSH access to your blog,
2.3. Fatal error undefined function is_network_admin()
The problem:
You receive “Fatal error undefined function is_network_admin()” when you log into WordPress admin after updating WordPress.
Solution: Manual Update
This error is caused by a fail WordPress version upgrade. Try a manual update.
For more details about WordPress manual update, read
https://codex.wordpress.org/Updating_WordPress#Manual_Update
2.4. Warning: Cannot modify header information – header already send by
The problem:
You receive an error message on your browser “Warning: Cannot modify header information – headers already sent by (output started at /path/blog/wp-config.php:34)” right after upgrading your WordPress or a new WordPress installation.
Solution: Remove spaces, new lines, or other garbage in wp-config.php
This error could happen on other files too. Read the error message carefully as it states the specific file name where the error occurred.
2.5. WordPress admin dashboard is not displaying properly
The Problem:
The WordPress admin dashboard is displaying without CSS. All the links are not arranged properly.
Solution 1: Proxy & Firewall
Check if your Internet connection is behind a proxy connection or firewall. Some of these tools are blocking CSS files making CSS files to not load properly. Try to clear your proxy or firewall cookies and cache, and press Ctrl + F5 to refresh your page.
Solution 2: Upgrade WordPress Plugins
If you have any WordPress plugins installed for the admin menu such as ‘Admin Drop Down Menu’ plugin or ‘Lighter Menus’ plugin, upgrade it. If it doesn’t work, try to deactivate it.
2.6. Fatal error: Allowed memory size of 33554432 bytes exhausted.
The problem:
Receive “Fatal error: Allowed memory size of 33554432 bytes exhausted” when trying to upload an image with medium file size. To solve this error, try to increase the memory allocated to PHP. You can set the limit to 32MB, 64MB, 128MB or 256MB. It depends on your host.
Solution 1: Edit PHP.ini
If you’re still allowed to edit your PHP.inifile, update your memory_limit inPHP.ini by modifying the below line:
If the line is showing 64M in default, try 128M.
Solution 2: Edit .htaccess file
Add the script below to your .htaccess file.
Solution 3: Edit wp-config.php file
Add the script below to your wp-config.php file
Solution 4: Create a PHP.ini file to wp-admin folder
memory_limit = 64M;
2.7. WordPress Admin Login 404 Issue
The problem:
You’re not able to login to WordPress admin. You receive a 404 error page instead.
Solution 1: Update the URL in database
If you’re able to access phpMyAdmin, try to update the URL in the database.
At the bottom of a page, click the Go button.
Solution 2: Update Folder Attributes
2.8. WordPress Blog and admin is showing blank page.
The problem:
This error normally happens right after a new WordPress Themes installation or WordPress upgrade. The entire blog is showing a blank page; so is the WordPress admin login page. There’s no way to access the dashboard.
Solution 1: Rename currently installed theme folder via FTP
Renaming the currently installed theme folder via FTP can force WordPress to choose the default theme to be put into service and you’re able to access WordPress wp-admin after that.
Solution 2: Reset plugin folder via FTP
2.9. Lost Admin Password & Email Retrieval is not functioning
The Problem:
You lost your WordPress admin password, and have tried to enter your username or email address in the “Lost your password?” page but failed to receive any link to create a new password via email.
Here are 2 simple solutions to reset your WordPress admin password.
Solution 1: phpMyAdmin
Solution 2: Via FTP
Replace YourNewPassword with your desired new password. The “1” in the script is the user ID number in the wp_users table.
2.10. You are not authorized to view this page (403 error)
The problem:
You receive an error message “You are not authorized to view this page. (403 error)“after inserting the username and password in the WordPress admin login page.
Solution: Enable Index.php
If your blog is hosted on a Windows server, this could be an error with Directory Indexes.
The above are a few problems you can meet in the process using theme. I hope with the useful share from Cmsmart you can fix it. If you have any questions about the article please free feedback here to receive answer. Don't forget to use coupon code MAR_DL to get 18% for this item.
Many thanks!
Vincent
Sales Consultant Manager
Skype: live:vincent_4281
Phone/ WhatsApp: +84 355 993 306
Email: [email protected]