Quote:
Originally Posted by TYorke
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 
|
i had vbexternal working fine, but i just upgraded to 3.5 Gold and now it's not working -- i get this:
Quote:
There seems to have been a problem with the database.
Please try again by clicking the Refresh button in your web browser.
An E-Mail has been dispatched to our Technical Staff, whom you can also contact if the problem persists.
We apologise for any inconvenience.
|
any ideas?