Common WordPress Issues
Jul 03, 2026
WordPress issues can often be resolved quickly by identifying the underlying cause through standard troubleshooting steps.
Before You Begin
- Access to your Websitely Dashboard (for Error Logs) and FTP/File Manager.
Troubleshooting Common Issues
- White Screen of Death: Often caused by a memory limit or a plugin conflict. Increase your PHP memory limit or deactivate your
pluginsfolder via FTP. - Error 500 (Internal Server Error): Usually a server-side configuration issue or a corrupt
.htaccessfile. - Connection Timed Out: Often related to slow server performance or a plugin resource drain.
Best Practices
- Always replicate errors in a staging environment before attempting a fix on your live site.
- Use the Debug Mode in
wp-config.phpto display errors on screen while troubleshooting.
Frequently Asked Questions
Where can I find my error logs?
You can access your site’s error logs directly through the Site Tools section in your Websitely Dashboard.