• Ok so this happened to me the other day and I was able to resolve it by reinstalling WordPress, my WordPress theme and all of its plugins (took forever)

    It has now happened again so I need to get to the root of the issue.

    I have a website running on my localhost (using MAMP)

    When I visit localhost:8888/ I am able to access my entire file directory.

    All other sites on my localhost are loading without issue, except for the site I need to access. I am getting a 500 error in the browser.

    When I enable WP Debug it doesn’t change from the 500 error in the browser.

    I have not modified this site in any way to cause this issue, it literally just randomly bricks itself. The same thing happened before to the exact same site.

    I have gone through a ton of guides and am completely lost at what is causing the issue.

    Would really appreciate some help troubleshooting.

    Thanks 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • Did you check the error logs in MAMP. ?

    Thread Starter theplastickid

    (@theplastickid)

    Thanks for the reply.

    My apache error logs show the following:

    [Tue Jul 05 14:43:49 2016] [notice] caught SIGTERM, shutting down
    [Tue Jul 05 14:43:52 2016] [notice] Digest: generating secret for digest authentication ...
    [Tue Jul 05 14:43:52 2016] [notice] Digest: done
    [Tue Jul 05 14:43:52 2016] [notice] FastCGI: process manager initialized (pid 1372)
    [Tue Jul 05 14:43:52 2016] [notice] Apache/2.2.29 (Unix) mod_wsgi/3.4 Python/2.7.8 PHP/5.5.23 mod_ssl/2.2.29 OpenSSL/0.9.8zh DAV/2 mod_fastcgi/2.4.6 mod_perl/2.0.8 Perl/v5.20.0 configured -- resuming normal operations
    [Tue Jul 05 14:44:05 2016] [notice] caught SIGTERM, shutting down
    [Tue Jul 05 14:44:07 2016] [notice] Digest: generating secret for digest authentication ...
    [Tue Jul 05 14:44:07 2016] [notice] Digest: done
    [Tue Jul 05 14:44:07 2016] [notice] FastCGI: process manager initialized (pid 1414)
    [Tue Jul 05 14:44:07 2016] [notice] Apache/2.2.29 (Unix) mod_wsgi/3.4 Python/2.7.8 PHP/5.6.7 mod_ssl/2.2.29 OpenSSL/0.9.8zh DAV/2 mod_fastcgi/2.4.6 mod_perl/2.0.8 Perl/v5.20.0 configured -- resuming normal operations
    [Tue Jul 05 16:48:35 2016] [error] [client ::1] client denied by server configuration: /Users/brettgolding/Google Drive/htdocs/.DS_Store

    I am getting ‘client denied by server configuration’.

    What I can’t understand is why this is affecting only a single install in my htdocs directory.

    Thread Starter theplastickid

    (@theplastickid)

    Still at a complete loss with this if anyone can help.

    Do you use the latest MySQL and PHP version ? It is not compatible with the latest version (5.7 or so and PHP 7).

    Try with an older server in Php and MySQL.

    I think it is due to .htaccess. Can you check that there is no .htaccess file blocking the request. ?

    Also, check this out.

    https://wiki.apache.org/httpd/ClientDeniedByServerConfiguration
    http://stackoverflow.com/questions/18392741/apache2-ah01630-client-denied-by-server-configuration

    Thread Starter theplastickid

    (@theplastickid)

    In the end, I reinstalled WordPress and ported all of the info and plugins over.

    I was able to overcome the issue this way but never did get to the root of the problem.

    Thank you for the response, and feedback, everyone.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Serious 500 error problem’ is closed to new replies.