I have installed Plesk and paid for the upgrade. I have installed various domains and installed Wordpress on several of these and until now not had any issues. Today I installed a new domain. I installed Wordpress in Plesk. It said it was successful but then had Error 500 several times. I have been able to log in to Wordpress but it is dropping out every few actions and then having Error 500 again. I can’t find the reason and not sure how to fix it.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi @getcreative,
You’ll need to check your error_log. The reasons behind 500 errors can be various from a syntanx error to something faulty with your code. You can look for these errors at the following place:
The following error can be found in the domain error log file /var/www/vhosts/example.com/logs/error_log
If there isn’t anything of use in that error_log, you’ll need to create a PHP error_log for your domain.
To do so, create a php.ini if you already don’t have one in your website’s document root and add the following line to it
error_log = /path/to/your/webroot/php_error.log
error_log is the PHP function that will tell the web server to output your logs to a new file.
/path/to/your/webroot/php_error.log is the path to your new log.
Make sure to replace /path/to/your/webroot with the actual path your domain uses.
Regards, KDSys
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.