Fatal error

This topic has been marked as resolved.

I have this error, “Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 71 bytes) in /home/prezz786/public_html/wp-includes/meta.php on line 574″ when the theme is activated. Other themes work properly.

I have tryed adding define(‘WP_MEMORY_LIMIT’, ’256M’); in wp_config file but doesn’ t work.

Thanks

January 6, 2013 at 5:41 pm #16780

Try Adding

define(‘WP_MEMORY_LIMIT’, ’64M’);

to my wp-settings.php and wp-config.php files dont forget to backup first

thanks

 kalrek
January 6, 2013 at 6:04 pm #16782

It seems an isuue caused by the db table postmeta having too many records (35k). Deleting about 10k records it works, but i need also those records :)

January 6, 2013 at 6:23 pm #16783

Hello barbabluu,

Disable all your plugins and see if this happen again, if not enable them one by one to see from which plugin is the problem.

BR,
ThemeBurn Team

January 6, 2013 at 7:09 pm #16786

Hi, even with only wp-ecommerce activated there is the same issue. The only thing that solve it is cleaning the table postmeta. Now i have deleted some old records and it seems ok, but the category page it’s not displaying correctly. I have the same installation in a local machine (same files and same db) and all works.

January 6, 2013 at 9:27 pm #16792

Hi,

We will need the website url, admin and ftp access, so we can check.

You can use hidepost to share private information with the support staff.

Best,
ThemeBurn team

January 6, 2013 at 9:49 pm #16793

Thanks

January 6, 2013 at 10:14 pm #16794

Hey,

We just fixed your pages. The problem was you didn`t flush your plugin template cache.

You have to configure product links from WP E-commerce settings.

If you have more questions, feel free to ask.

ThemeBurn Team

January 6, 2013 at 11:06 pm #16795

Many thanks

January 6, 2013 at 11:09 pm #16796

You are welcome, mate :)

BR,
ThemeBurn team

January 8, 2013 at 6:07 pm #16933
Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.