Status: offline

Ectropian

Forum User
Chatty
Registered: 06/19/02
Posts: 61
I fixed this issue once by manually deleting 2 rows in my menu_index table, and was able to add/remove rows as needed. However it seems that I have reached a file size limit once again?

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 1737895 bytes) in /usr/home/www/Geeklog-wt/system/classes/template.class.php on line 499


This happens when I try to ADD an item. When I go into the SQL, everythign looks fine. When I go to the Menu Editor, it draws all items, then refreshes, cutting off the bottom of the last item and not drawing the Footer. The page just ends half-way through the last item.

This sounds like a PHP issue, but where would i start? This happens after the 13th item on the list.
--Ted(Ectropian)

TomW

Anonymous
You have come up against the default php memory_limit of 8mb. You can increase it in you php.ini set


memory_limit


to something higher.


TomW