Hi,
I have been playing with phpFreeChat couple of weeks and made it even easier to use for special groups using symbols to communicate. Now I have problem I can't find a solution. Maybe I have made typo somewhere but can't find place where :-/
Here is the errorcode phpFreeChat gives me:
####################################
Fatal error: The xajax uncompressed Javascript file could not be found in the pt/xxx/xxx/selkochat/data/public/xajax_js folder. Error in /opt/html/xxx/xxx/lib/xajax_0.2_stable/xajax.inc.php on line 558
####################################
So it is obvious that two characters are missing from path to xajax_js folder (/opt/html...).
If I change
if ($sJsFullFilename) {$realJsFile = $sJsFullFilename;}
to
if ($sJsFullFilename) {$realJsFile = '/o'.$sJsFullFilename;}
I get chatroom visible but of course it is not working.
I tried to find where this $sJsFullFilename is defined but no luck. Maybe I need new glasses...
Any help would be greatly appreciated!
/sami