WordPress Internal Server Error 404 page
Scenario / Question:
I am getting an Internal Server Error and 404 page error in WordPress when trying to leave a reply or comment.
Solution / Answer:
The problem could be file permissions
Check the Logs for error: file is writable by others
Look through your logs for a line with the error “error: file is writable by others”
If your using CPanel then under “Logs” click ” Error Log”
In the Error Log you will also see which file is causing the error:
error: file is writable by others: (/home/my_site/public_html/wp-content/themes/sitetheme/comments-ajax.php)
FTP into your WordPress site and go the directory that contains the file specified in the Error Log
Change the file permissions on the file to:
644
OR
User: Read,Write Group: Read Other: Read
The information provided is for educational purposes only. All content including links and comments is provided "as is" with no warranty, expressed or implied. Use is at your own risk and you are solely responsible for what you do with it.




