• Resolved Tim

    (@timstl)


    While trying to cache posts, I’m seeing this error in console:

    https://127.0.0.1:8080/sitename/wp-admin/admin-ajax.php Failed to load resource: the server responded with a status of 500 (Internal Server Error)

    I’m assuming it’s a configuration with my local environment, although I don’t see issues with admin-ajax in other instances. Running Vagrant (Ubuntu, PHP7.0.8).

    Any ideas on a cause?

    Thanks,

    Tim

Viewing 4 replies - 1 through 4 (of 4 total)
  • I also get this problem, I think its because of plugin’s incompatibility to PHP 7.0

    I also get this problem, I think its because of plugin’s incompatibility to PHP 7.0

    500 is a generic error; couldn’t really guess what it is aside from plugin conflict or low memory. Look at your server error logs to find the ‘true’ error. It should be obvious to the cause from the log.

    you can also set debugger in wp-config.php to true

    Hey @benedicksahagun,

    We test our plugin on a setup with the latest version of PHP, so I can assure you that is not an issue. I would recommend enabling WordPress debugging and then checking the logs.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘500 Internal Server Error from admin-ajax.php’ is closed to new replies.