Quote:
Originally Posted by trilljester
OK, for the require_once, try using the full path to the includes directory. It shouldn't be required, but if you're using a mod that does a chroot, like vba_cmps, then it could cause problems, I suppose. Basically, for whatever reason, your setup isn't seeing the function_querybot.php file and the function inside of it.
In your case, change the require_once from ./includes/function_querybot.php to:
require_once('/home/mmotri2/public_html/forums/includes/function_querybot.php');
Try it and let me know.
|
Trill,
Not sure what happened to my recent post. It would have explained why the error is not popping up anymore. Here it goes...
In your function_querybot.php file you start the code with...
Code:
function query_bot($usragent = '')
{
.
.
.
This causes the above echo and error as decribed recently.
However, when I modify the function_querybot.php file begin with and with:
The error goes away and the site works.
Is this correct? Site works fine and now all I have to do is test it with the Firefox plugin.
Let me know.
Thanks.