I'll check my cookies. I think I had the cookie domain set just for the forum and not the whole domain. (I didn't have it set to .daytonsoftball.net).
--------------- Added [DATE]1235502001[/DATE] at [TIME]1235502001[/TIME] ---------------
I tested a separate file that includes the following code:
PHP Code:
// vBulletin
$curdir = getcwd();
chdir('/var/www/forum.daytonsoftball/');
include('./global.php');
chdir($curdir);
Everything works properly and I can call variables as documented.
When I insert the code into my Joomla template file, I get the following error:
Fatal error: Call to a member function query_read_slave() on a non-object in /var/www/forum.daytonsoftball/includes/functions.php on line 3189
The only thing I can figure on looking through the functions.php is that it is error on the SQL statement in the file. This may be due to a quoting issue, but I'm not exactly sure. Any suggestions?