loading
 

知識庫

Troubleshooting Common Application Installation Errors

Print

If your application (like WordPress) fails to install or gives an error immediately after:

Error/Issue Likely Cause Recommended Fix
Installation Failed Mismatching database credentials or incorrect folder permissions. Re-run the installer. Ensure you leave the In Directory field blank for root installation. Check the error log in cPanel for specific messages.
White Screen of Death (WSOD) A PHP error, usually from a conflicting plugin or theme. Access your site via FTP/File Manager, go to /wp-content/plugins/, and rename the plugin folders one by one until the site loads. Delete or replace the problematic one.
"Error Establishing Database Connection" The site cannot find its database (most common post-migration or manual setup). In File Manager, check the site's configuration file (e.g., wp-config.php) and verify that the DB_NAME, DB_USER, and DB_PASSWORD match the exact credentials in cPanel MySQL Databases.
"Too Many Redirects" Often caused by conflicting HTTPS/SSL settings. Check that you only have one method forcing HTTPS (either the SSL plugin OR a cPanel setting, but not both). Ensure AutoSSL is active in cPanel.
500 Internal Server Error A corrupt .htaccess file or reaching PHP memory limits. Rename the .htaccess file in your public_html folder to .htaccess_old. If the site loads, regenerate a new .htaccess file (in WordPress, by going to Settings $\rightarrow$ Permalinks and clicking Save).

If basic troubleshooting fails, check the cPanel Metrics Errors log for detailed diagnostic information, and then contact Koelhost Support.

  • Error/Issue, Installation Failed, White Screen of Death (WSOD), database, FTP/File Manager, In Directory, error log, Error Establishing Database Connection, DB_USER, DB_NAME, DB_PASSWORD, HTTPS/SSL, Too Many Redirects, AutoSSL, HTTPS, SSL plugin, 500 Internal Server Error, Rename, public_html, htaccess_old, Permalinks, Metrics, Errors, Koelhost Support
  • 0 用戶發現這個有用
這篇文章有幫助嗎?

相關文章

One-Click Installation Guide for WordPress

Koelhost uses a powerful application installer, typically Softaculous or a similar tool, which is...

Updating WordPress Core, Themes, and Plugins Safely

Regular updates are vital for security, bug fixes, and new features. Never update without taking...

Installing an SSL Certificate for WordPress (Why and How)

An SSL Certificate encrypts the connection between a visitor's browser and your server, making...

How to Install and Configure an E-commerce Platform (e.g., WooCommerce)

WooCommerce is the most popular e-commerce plugin for WordPress.   Installation Steps...

Migrating an Existing Website to Koelhost (Manual and Automated Options)

If your website is currently hosted elsewhere, you need to migrate it to Koelhost.   Option 1:...