Skip Navigation

[Closed] Toolset causing admin-ajax 500 error

This support ticket is created 2 years, 4 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 1 reply, has 2 voices.

Last updated by Nigel 2 years, 4 months ago.

Author
Posts
#2424679

We use the Divi theme on grandroundsinurology.com. I've used Divi with Toolset before, but this website is on DreamHost, and it appears Toolset is causing an admin-ajax 500 error when I try to use certain functionality in the Divi theme (specifically any requests to the Divi library or saved layouts). As a result these features in Divi fail to load.

The error appears to be specific to Toolset (all other plugins can be activated without it happening) and Dreamhost (when I spin off a clone on Blogvault for further troubleshooting – I no longer get the error on their servers).

Any help is appreciated.

#2424723

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

If there are admin-ajax errors that means there will be an underlying PHP error on the server, so you will need to access and review the PHP logs on the DreamHost server to see what those errors are.

If we know the errors, we may be able to identify the problem.

If you haven't already, turn on the debug log by editing your wp-config.php file and change the line with WP_DEBUG like so:

define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
define('WP_DISABLE_FATAL_ERROR_HANDLER',true);

That will create a debug.log file in your /wp-content/ directory which you can examine in any text editor. Try performing the actions that fail because of admin-ajax errors, then inspect the log.

Let us know what you find.

The topic ‘[Closed] Toolset causing admin-ajax 500 error’ is closed to new replies.