Rachith Kumar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: LIve preview is loading very slowHey @mridulcse, such loading issue will occur if you have many plugins running in background and consuming more memory, try disabling some unused plugins.
Forum: Fixing WordPress
In reply to: Error establishing a database connection-GodaddyHi @allstar89,
There has to be cPanel username prefix along with database name and database user name in connection string. Please check with hosting provider.
Forum: Fixing WordPress
In reply to: Cannot reach my dash boardHey @chloeeee, try adding the default WordPress redirection code in .htaccess file as shown below:-
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressForum: Fixing WordPress
In reply to: "Error establishing a database connection" HelpHello @louden100,
Go to wp-config.php file and check for db_name, db_user, db_password, db_host.
Enter the data as per the database and username assigned in your hosting. Also check for the table prefix ex: wp_ in the database tables. Always make sure that hosting provider’s cpanel prefix is correctly setup in database name.db_host = ‘localhost’ (in Linux Hosting)
db_host = ‘<Database_server_IP_address>’ (in Windows Hosting)Forum: Fixing WordPress
In reply to: Website page load speed issueHey @fraz26, please optimize your database’s SQL queries such that they take less than 20 seconds to execute.
Forum: Fixing WordPress
In reply to: Site loading slowlyHey @favdes
Your website “https://mindfulpresenter.com/” is loading fine please refer
screenshot: http://prntscr.com/cxt20mPage Load Time: 6.1s
you can find some recommendations here to reduce loading time in this link:
https://gtmetrix.com/reports/mindfulpresenter.com/wZIsQdhRForum: Fixing WordPress
In reply to: Theme directory does not existHey @myrohit11, could you please check whether the “Herald” theme folder is present?
Forum: Fixing WordPress
In reply to: Admin page links download a php file instead of loadingHey @sglyceum, try this php handler in .htaccess file:
#Use PHP 5.4 AddHandler application/x-httpd-php54 .php <IfModule mod_suphp.c> suPHP_ConfigPath /opt/php55/lib </IfModule>and make sure the file permission is 0644 and folder permission is 0755
Forum: Fixing WordPress
In reply to: Daily CPU Spike In The Morning, Out Of Ideas And Need HelpHey @kylefall, please check this resource usage issue with your hosting service provider. They will recommend whether you should optimize your website content or upgrade VPS package.
Forum: Fixing WordPress
In reply to: Fixing Expiry Headers and DNS Lookups.Hey @ashoaib152
You can install “NIX Gravatar Cache” plugin to minimize DNS lookup.
Features:
- Makes your site faster!
- Makes fewer HTTP requests
- Reduces DNS lookups
- Enables avatars browser cache
- WordPress Network / WPMU support
Forum: Fixing WordPress
In reply to: I have it installed but it won’t show up on my websiteHey @jmartone4477,
The White Screen of Death
Both PHP errors and database errors can manifest as a white screen, a blank screen with no information, commonly known in the WordPress community as the WordPress White Screen of Death (WSOD).Before resorting to desperate measures, there are a number of reasons for the WordPress white screen of death:
A Plugin is causing compatibility issues. If you can access the Administration Screens try deactivating all of your Plugins and then reactivating them one by one. If you are unable to access your Screens, log in to your website via FTP. Locate the folder wp-content/plugins and rename the Plugin folder plugins_old. This will deactivate all of your Plugins. You can read more about manually deactivating your plugins in the Troubleshooting FAQ.
Your Theme may be causing the problem. This is especially likely if you are experiencing the white screen of death after you have just activated a new Theme, or created a New Site in a WordPress Network. Log in to the Administration Screens and activate the default WordPress Twenty Sixteen Theme. If you can’t access your Administration Screens, access your website via FTP and navigate to the /wp-content/themes/ folder. Rename the folder for the active Theme.
Your Theme directory may be missing or renamed. This is common for developers who have just created a local development environment and cloned the database, which is pointing to a theme (or theme directory) that might be missing or renamed. To test this solution, try accessing wp-login.php or /wp-admin/. If you see anything, this is a good indication it’s theme-related. Log in as an administrator, then try to view the front-end and you should see a WordPress error message to the effect of: The theme directory “{theme-name}” does not exist. You can solve this in any n umber of ways, including switching themes on the admin side, renaming your directory, or editing the “theme” and “stylesheet” records in wp_options
The WP_DEBUG feature often provides additional information. If you are still experiencing problems and are looking in your error logs you can check out the PHP errors below for more information.==
https://codex.wordpress.org/Common_WordPress_Errors
==- This reply was modified 9 years, 5 months ago by Rachith Kumar.
Forum: Fixing WordPress
In reply to: My dashboard is not loadinghey @archiform3d, try changing the theme.
Forum: Installing WordPress
In reply to: Creating a web siteHey @chump91, you can install WordPress locally in your computer without actually having the domain and hosting, please follow the link below for more information:-
==
https://make.wordpress.org/core/handbook/tutorials/installing-wordpress-locally
==Forum: Installing WordPress
In reply to: Creating a web sitehey @mrk1968, please start your own topic and tag me, I will help you.
Forum: Fixing WordPress
In reply to: Admin Login IssueHey @webxcellmedia, try changing the theme.