View Single Post
Old March 23rd, 2005, 08:11 AM   #1 (permalink)
Steve_C
Guest
 
Posts: n/a
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
  Reply With Quote