Guest Posted December 9, 2007 Posted December 9, 2007 I get this Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 35 bytes) in /customers/culimarshop.se/culimarshop.se/httpd.www/cat/admin/includes/functions/general.php on line 177 Somebody knows whats is wrong?? Quote
Jan Zonjee Posted December 9, 2007 Posted December 9, 2007 I get this Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 35 bytes) in /customers/culimarshop.se/culimarshop.se/httpd.www/cat/admin/includes/functions/general.php on line 177 Somebody knows whats is wrong?? You probably have a lot of categories and the particular function that creates the drop-down uses a lot of memory? Perhaps using tep_get_category_tree optimization v2 would help. Quote
Guest Posted December 9, 2007 Posted December 9, 2007 You probably have a lot of categories and the particular function that creates the drop-down uses a lot of memory? Perhaps using tep_get_category_tree optimization v2 would help. Then I get this :-) Fatal error: Call to undefined function tep_get_category_tree() in /customers/culimarshop.se/culimarshop.se/httpd.www/cat/admin/quick_updates.php on line 277 Quote
Jan Zonjee Posted December 9, 2007 Posted December 9, 2007 Fatal error: Call to undefined function tep_get_category_tree() in /customers/culimarshop.se/culimarshop.se/httpd.www/cat/admin/quick_updates.php on line 277 It is not exactly a large contribution and on line 33 it says: Then add the new function tep_get_category_tree and a new function called tep_add_subcategory_to_tree (see further) above or below the renamed function. So how come there is no function tep_get_category_tree anymore? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.