For some reason the include in the index file is not finding the file phpfreechat.class. The path is correct, the file is there, but I get this error.
Warning: require_once(/home1/blah/public_html/phpfreechat-1.3[1]/src/phpfreechat.class.php) [function.require-once]: failed to open stream: No such file or directory in /home1/blah/public_html/phpfreechat-1.3[1]/index.php on line 3
Fatal error: require_once() [function.require]: Failed opening required '/home1/blah/public_html/phpfreechat-1.3[1]/src/phpfreechat.class.php' (include_path='.:/usr/lib64/php:/usr/lib/php') in /home1/blah/public_html/phpfreechat-1.3[1]/index.php on line 3
I've even tried using the full url without success. It says pretty much the same thing, that the file or directory doesn't exist.
I'm a rookie, so if anyone has some pointers, please explain in detail so I'll understand.
Any help will be greatly appreciated.
Thanks,
Kraven