|
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.
|