View Single Post
Old January 9th, 2008, 11:34 AM   #27 (permalink)
Snobbytec
Junior Member
 
Join Date: Jul 2005
Posts: 3
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.
Snobbytec is offline   Reply With Quote