I'm trying to access global.php for a program I wrote. vB is in /forums, the script is in /test.
This gives me the error:
[quote]Fatal error: Failed opening required 'admin/config.php' in /xelitecaraudio/www/forums/global.php on line 29[/quote]
If I hack a global.php with the correct root and incude that, I get:
[quote]Fatal error: DB_Sql_vb is not a class in global.php on line 39[/quote]
Anyone know what I am doing wrong?
This gives me the error:
[quote]Fatal error: Failed opening required 'admin/config.php' in /xelitecaraudio/www/forums/global.php on line 29[/quote]
If I hack a global.php with the correct root and incude that, I get:
[quote]Fatal error: DB_Sql_vb is not a class in global.php on line 39[/quote]
Anyone know what I am doing wrong?
Comment