View Single Post
Old March 18th, 2006, 12:56 PM   #1 (permalink)
Paul Ward
Junior Member
Verified Customer
 
Join Date: Feb 2006
Posts: 9
Upload problems - again.....

When I or any other users try to upload any pictures an error message showing:

Fatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 10000 bytes) in /var/www/html/PhotoPost/image-inc.php on line 115

- is displayed. Now I've been here before and have inserted:

error_reporting (E_ALL ^ E_NOTICE);
ini_set("memory_limit", "48M");

into pp.inc.php

In fact the first time it happened I set 32M, and it worked. this time I increased it, but it still won't work.

The file I'm trying to upload is about 330Kb, there have been sucessful uploads of over 1Mb on the same installation recently without problem.

What do I do? This is just the latest in a long string of Photopost problems, I use it as an addon to VBulletin which has always run fine.

Paul
Paul Ward is offline   Reply With Quote