I am getting this error
Fatal error: Call to a member function on a non-object in /home/cchla/public_html/forums/vBExternal.php on line 433
any ideas?
EDIT: I fixed my problem ... I did this by using
<?php
require_once('./vBExternal.php');
output_UsersOnline();
?>
Where I wanted my 'Users Online' to appear instead of at the top of the file as per the instructions