Installing WordPress through Softaculous in cPanel is quick and easy. Here’s how:
- Increase Memory Limit:
- Insufficient PHP memory is a common cause of WSOD. To increase the memory limit, follow these steps:
- Access your website via FTP or File Manager in cPanel.
- Open the wp-config.php file located in the root of your WordPress installation.
- Add the following line before the “/* That's all, stop editing! Happy publishing. */” line:
- Save and re-upload the file.
- Insufficient PHP memory is a common cause of WSOD. To increase the memory limit, follow these steps:
- Disable Plugin:
- A faulty or incompatible plugin can cause the WSOD. Here’s how to troubleshoot it:
- Access your site’s wp-content/plugins folder using FTP or File Manager.
- Rename the plugins folder to something like
plugins_old
. - Check if the WSOD issue is resolved. If it is, rename the folder back to
plugins
and reactivate each plugin one by one until you find the faulty one.
- A faulty or incompatible plugin can cause the WSOD. Here’s how to troubleshoot it:
- Switch to Default Theme:
- A broken or outdated theme can also cause the WSOD.
- Using FTP or File Manager, go to wp-content/themes.
- Rename your active theme’s folder (e.g.,
yourtheme_old
). - WordPress will automatically revert to the default theme (e.g., Twenty Twenty-Three). If the WSOD is resolved, the issue lies with your theme.
- A broken or outdated theme can also cause the WSOD.
- Enable Debugging:
- To get more information about what’s causing the issue:
- Open wp-config.php.
- Look for the following line:
- Change it to:
- Check the debug.log file in the wp-content folder for errors.
- To get more information about what’s causing the issue:
- Contact Hosting Support:
- If the issue persists after these steps, contact your hosting provider for assistance, as the problem might be server-related.