October 24th, 2005, 06:01 PM
|
#11 (permalink)
|
| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,788
|
My post sets $limit to empty
The issue seems to be a php memory issue
You can try setting at the top of showphoto.php this as well
ini_set("memory_limit", "32M");
|
| |