Quote:
Originally Posted by MarcoH64
Is this the whole script or is there more?
|
What you see is all I have.
The php file resides in:
Code:
/home/username/public_html/forumtest/vBTest/test.php
The forum is in:
Code:
/home/username/public_html/forumtest/
Any other ideas??:disappointed: Is there something simple I can echo out on this page to test it?
Here's line 988 of functions.php
PHP Code:
$user = $vbulletin->db->query_first("
an line 4279
PHP Code:
$vbulletin->db->unlock_tables();
Do I need to do something with $vbulletin or $db??