
Not able to access phpfreechat through SMF2.0.2
I am getting the error on Chat.php on line 13, which is calling a file phpfreechat.class.php from the location: (dirname)."/../pfc/src/phpfreechat.class.php.
But the main problem is that this file does not exist on server even and it is not available in source code of phpfreechat even, Please help
The exact line is as under:
require_once (dirname)."/../pfc/src/phpfreechat.class.php";
