View Single Post
Old June 11th, 2005, 01:46 PM   #4 (permalink)
ivanmcp
Junior Member
Verified Customer
 
Join Date: Oct 2003
Location: London, UK
Posts: 23
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.
ivanmcp is offline   Reply With Quote