
07-18-2001, 09:21 PM
|
 |
|
|
Join Date: Nov 2001
Location: Phoenix, AZ
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally posted by TWTCommish
Sorry, I posted this elsewhere, but think it might be better here:
--------------------------
Hmmm, something's wrong. I started getting errors, so I tried to use chdir() to fix them. Here's what I'm using now. I have these two lines:
Code:
chdir("/usr/home/web/path/to/forums");
require("/usr/home/web/path/to/forums/global.php");
And then, I do this:
Code:
$comments = bbcodeparse2($comments,"1","1","1","1");
I get this error:
Fatal error: Call to a member function on a non-object in /usr/home/web/path/to/forums/admin/functions.php on line 75
Any idea what's wrong? Thanks for your help either way!
|
Hmm...I'm stumped...
It should work. Anyone else here have suggestions?
|