View Single Post
Old March 23rd, 2005, 09:11 AM   #1 (permalink)
Steve_C
Registered User
 
Join Date: Jul 2002
Posts: 1,221
Approve Photos - Memory Error

When I select "Approve Photos" via the admin drop-down, they load and I select the catgories I want them in and hit SUBMIT. Then I get:
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 97 bytes) in /home/virtual/site2/fst/var/www/html/pp-inc.php on line 1547

so I add:

ini_set("memory_limit", "24M");

to bulkupload.php

Now, when I select the images to approve via admin drop-down, I get:
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 97 bytes) in /home/virtual/site2/fst/var/www/html/pp-inc.php on line 1547
Steve_C is offline   Reply With Quote