View Single Post
Old December 2nd, 2005, 10:17 PM   #4 (permalink)
packetattack
Junior Member
Verified Customer
 
Join Date: Dec 2005
Posts: 24
Same issue - Memory fix did not resolve the problem

I just installed PhotoPost Pro on vBulletin 3.0.7 and I'm having the same Admin upload issue.

It says processing image list and then no photos are displayed.

I added the line to both the uploadphoto.php and bulkupload.php as shown below with no resolvement.

define( 'THIS_SCRIPT', "uploadphoto" );
ini_set("memory_limit", "32M");
require "pp-inc.php";
require "{$Globals['PP_PATH']}/image-inc.php";

In my case, I don't see anything in the uploads folder.
packetattack is offline   Reply With Quote