Fatal error, out of memory when using a WooCommerce theme
-
As first here are specs:
Using:
Wordpress 3.5.2
WooCommerce 2.0.13
PHP 5.3.24
MySQL 5.1.70-cllWP is up to date as you can see, WooCommerce also. It is working fine, I have nearly completed the setup, and was about to start adding items to WC. But instead I tried installing a free MyStile theme. And there problems started.
When I go to live preview or activate MyStile theme, I get Fatal Error. in wp-admin. Web site is working fine as far as I can see. So the problem is WP Admin.
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /home/user/public_html/wp-admin/includes/class-wp-list-table.php on line 470
I tried tackling this problem deactivating WooCommerce and using the theme. Theme is loading nicely and WP Admin is working fine.
So WC plugin is fine, theme also, but they both activated give me problem at the admin panel.
When I activate it in opposite order: Theme and then WooCommerce I get this error:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/user/public_html/wp-admin/includes/upgrade.php on line 839
Can’t acces php.ini so I increased memory in wp-config.php
define('WP_MEMORY_LIMIT', '512M');
started from 64m…
Can anyone guide mi in the right direction?
I have searched, but can’t find the right answer anywhere.
- The topic ‘Fatal error, out of memory when using a WooCommerce theme’ is closed to new replies.