Newspaper 9 and Fatal error Out of memory

Posted in: Newspaper
Post count: 2

Hi,

I’ve purchased yestarday from Themeforest the Newspaper 9 theme. Today I try to install it on my WordPress 5.0.1 site and I have’t problem but, when I try to create a new page and using TAGDIV COMPOSER I received this error:

Fatal error: Out of memory (allocated 102760448) (tried to allocate 72 bytes) in /home/mhd-01/www.latavolarotonda.org/htdocs/wp-content/plugins/td-composer/includes/tdc_main.php on line 516

I try to change php service from 5.6 to 7.0, 7.1 and 7.2 without solving the problem.

I modify my wp-config with this:
define( ‘WP_MEMORY_LIMIT’, ‘128M’ );
define( ‘WP_MAX_MEMORY_LIMIT’, ‘256M’ );

and php.ini with:
max_input_vars = 5000
max_execution_time = 300
post_max_size = 50M
upload_max_filesize = 50M

I’ve got try any solution on the web but all of that can’t solve the problem. Have you any suggestion?

Post count: 20688

Hi,

That error would be related to low memory indeed
https://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/

Setting it like this would be enough for most websites, when having complex or large plugins active it may require more

define( 'WP_MEMORY_LIMIT', '256M' );

Please check the theme requirement guide carefully, top to bottom
https://forum.tagdiv.com/requirements-for-newspaper/

Thanks

Post count: 2

Thanks Simion,

At this moment every setting on the guide are up. I’ve got green led in every check on System Status and i’ve got updated at the last version (9.2.2 at this moment) I suppose to be compliant with new editor.

But, I’ve got the same error message :'(

Post count: 20688

We could take a look at it, please send us an email at contact@tagdiv.com and provide admin login, also cPanel or FTP if possible. Include a link to this topic in the email

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