PHP Fatal error: Out of memory

Posted in: Newspaper
Post count: 22

PHP Fatal error: Out of memory

That’s an error we are all scared about! The server goes 500.

I’ve seen this topic many times on this forum, it looks like many of us are facing “Out of memory” errors from the theme.
It’s been weeks trying to solve this and I sadly still don’t see any solution.

PHP Fatal error: Out of memory (allocated 2097152) (tried to allocate 36864 bytes)

I did try setting 128, 256 and now 512M of memory, both on the PHP and WordPress config, but still face this issue.
We are using Newsletter 9.2 on three WordPress sites, this issue is coming randomly on each site.

The main line of code where it’s happening is in:
/wp-content/themes/Newspaper/includes/wp_booster/td_util.php on line 1382

foreach ( td_fonts::$font_names_google_list as $font_id => $font_name ) {
$list[$font_id] = $
}

This piece of code loads 700+ Google Fonts entries to be displayed in countless select dropdowns from the TagDiv composer UI, maybe that’s the first clue?

Post count: 23312

Hi,

Ensure that you have respected all the theme’s requirements from here -> https://forum.tagdiv.com/requirements-for-newspaper/ reinstall the theme via FTP way, clear all the caches and check the results. If the problem is still there, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further investigate it closer your setup page. Provide there the link to this topic so we can quickly identify you.

Thanks.

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