I'm found one hiccup.
When I'm trying to get to the timeslip database from CMPS, which is outside of the forum directory, it brings up
Quote:
Warning: main(./global.php): failed to open stream: No such file or directory in /home/xxxxxxx/public_html/timeslips.php on line 35
Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxxxxxx/public_html/timeslips.php on line 35
|
To fix this, change the line that you put into your navbar to:
(I've hilighted the part you need to add if you just want to add it in)
Code:
<td class="vbmenu_control"><a href="/forum/timeslips.php?$session[sessionurl]">$vbphrase[timeslips]</a></td>