Unable to modify Text with title, WP Editor not loading on TagDiv Composer

Posted in: Newspaper
Post count: 4

In my site i have the Art Creek theme, after adding a ‘Text with title’ to a page and attempting to modify it’s text, the editor never loads, and the browser’s javascript console reads “Failed to load resource: the server responded with a status of 500 (Internal Server Error)” on wpeditor.php:1 , do i have to do something on my server to solve this error and see the editor?, thanks in advance for any help.

Post count: 22421

hello.

A 500 error is usually fixed by increase your memory allocation:
https://forum.tagdiv.com/requirements-for-newspaper/
Also please check your htaccess file and remove any rules you might have in there as they can also provide such errors.
Plugins can also interfere so please also test by disabling all plugins, clearing cache and cdn files.

Let us know how it goes.
Thank you!

Post count: 4

Ok i increased php memory limit to 512 MB, on my wp-config.php also configured it by adding define(‘WP_MEMORY_LIMIT’, ‘512M’);
define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ );

still the same problem.
Except for the Category Order and Taxonomy plugins, i only have the ones required by the theme to work, tried deactivating all of them and activating, also no changes to de error.

After activating the debug log this is the error logged in debug.log:
[31-Aug-2018 14:56:14 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 82 bytes) in /home/…

I don’t really know what else to do with the memory configuration to try to solve it.

Post count: 4

Ok it is solved by correctly configuring the memory limit of the site on the server, some hosts don’t let the sites choose the memory limit thorugh wp-config.php, and after changing it need a restart to refresh them, thanks Bogdan B. for the help!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.