Skip Navigation

[Resolved] DIVI theme options can’t be saved when Toolset View plugin is Active

This thread is resolved. Here is a description of the problem and solution.

Problem: I'm using Divi theme, and when I activate Toolset Views I am unable to save after editing Divi Theme Options. There is a server error 500 in the browser console after I click "Save". When I deactivate the Views plugin I can save again without errors.

Solution: This appears to be a memory issue, and the following code fixed the problem:

define('WP_MEMORY_LIMIT', '256M');
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
This support ticket is created 6 years, 6 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.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 2 replies, has 2 voices.

Last updated by tipinoncomuni 6 years, 6 months ago.

Assisted by: Christian Cox.

Author
Posts
#915796

I am trying to:
- save DIVI theme options

Link to a page where the issue can be seen:
hidden link

I expected to see:
- after pressing the "Save config" button, i expect to see the "Done" green sign

Instead, I got:
- spinning forever

With Toolset View Plugin Inactive, the problem didn't arise.

--------------------------
Note: Backup is made with All-in-one WP Migration.
The site is in develop and today no one is working on it. You can make your try to solve the problem. Thanks in advance.

#915905

Looks like a memory issue. I added these lines to your wp-config.php file, and it seems to be resolved now. Can you confirm?

define('WP_MEMORY_LIMIT', '256M');
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
#915931

i'm so stupid...
new site... i hadn't mind to increase it and i'm so hungry for others sw problems ... but no excuse: i'm Sorry.

many thanks