View Single Post
Old January 9th, 2008, 12:02 PM   #28 (permalink)
antivirus
Member
Verified Customer
 
Join Date: Aug 2005
Location: NYC
Posts: 63
Quote:
Originally Posted by Snobbytec View Post
It seems that the directory variable can not be read.

Quick fix: Open clean.php find
listdir($ppg_options['gallery_filedirectory']);

change it to your path, for example
listdir("/your/path/to/gallery/files");

save, upload and re-run it.

Then change the path again for the userfolder:
listdir("/your/path/to/gallery/users");

re-run it.
Thanks Snobbytech, that worked just fine.
antivirus is offline   Reply With Quote