lazserus |
04-17-2004 10:12 PM |
I followed the directions to the T and still got an error:
Quote:
Warning: main(./global.php): failed to open stream: No such file or directory in /home/lazserus/public_html/forums/chat/index.php on line 39
Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/lazserus/public_html/forums/chat/index.php on line 39
|
Yes, I've read the readme.html and followed it 6-7 times and get the same results. The only thing I did not do was
Quote:
// ## ONLY IF YOU HAVE CSS AS A FILE ENABLED ## open global.php find define('STYLEID', $style['styleid']); add under if ($vboptions['storecssasfile']) { $style['css'] = str_replace('clientscript', "$vboptions[abspath]/clientscript", $style['css']); } save and close global.php
|
because, as it says only to do so if CSS as a file is enabled, I do not have CSS as a file enabled.
It looks to me like it's attempting to look for the global.php in the same directory as the chat's index.php, but what do I know?
I'm really confused, because it seems like only one other person had this problem but there was no mention of how it was fixed. I really don't see what I'm overlooking since the readme is real short and I've read it almost 10 times. Help?
|