I recently purchased vBadvanced Gallery and did a fresh install. After the install, I tried to go to my gallery by using the appropiate url
http://my.domain.com/gallery/ and it did not work. My forums are installed in
/path/to/my/htdocs/root/forums
and vba gallery is installed in
/path/to/my/htdocs/root/gallery
I get the following error in the apache error logs:
[Mon May 30 17:03:59 2005] [error] PHP Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/local/lib/php') in /path/to/my/htdocs/root/gallery/gallery_global.php on line 46
I looked in gallery_global.php and it seems to be referencing files in the /forums/ directory:
require_once('./global.php');
require_once('./includes/functions_gallery.php');
These files exist in the /forums/ dir but _not_ in /gallery/.
Is this normal? Should I just change the paths to:
../forums/global.php
../forums/includes/functions_gallery.php