|
Fixed. I had to copy config-int.php file over to the main forum directory. There, I had to change:
// The URL of your photo dir where your images are stored (with / at end)
$data_dir = "/home/www/surfnewquay/gallery/data/";
to:
$data_dir = "/gallery/data/";
It works.
|