Quote:
Originally Posted by charlesk
For anyone else who might run into this, I fixed it by changing config.sys to have an absolute path to appTime.txt rather than a relative one.
Charles
|
For what it's worth the file that needs updated in Flashchat 4.0.1 to clear this problem is config.php now. You need absolute paths for both the
'appdata_path' ( for appTime.txt) and
'botsdata_path' (for bots.txt)
However, that isn't all of it. I am still getting an error in info.php. The line number probably differs from your installation but the error reads
Fatal error: Call to a member function on a non-object in /home/domain/public_html/chat/info.php on line 79
(This is line 79)
while($rec = $rs->next()) $list[] = $rec;
I don't get that error when I run info.php from the command line, only when I try to bring it in through vbulletin.
Regards,
Matt