I'm trying to create a script which work one level above my forums directory. The script works fine from within the forums directory, however, it doesn't work one level up. I've changed all the includes in my script (only global.php) to the full path, but I'm still getting nothing but a blank html page. No errors.
I noticed that the global.php script includes admin/functions.php with only a relative path (./admin/functions.php). Any idea why I'm having these problems? What exactly will it take to use some of the vB functions (mainly the templates) outside the main vB dir?
I noticed that the global.php script includes admin/functions.php with only a relative path (./admin/functions.php). Any idea why I'm having these problems? What exactly will it take to use some of the vB functions (mainly the templates) outside the main vB dir?
Comment