I had same issue, I do not know vanilla that well, but this is what I found in documentation. http://lussumo.com/docs/doku.php?id=vanilla:frameworkfunction void GetUrl ( &$Configuration, $PageName, [ $Divider = ''], [ $Key = ''], [ $Value = ''], [ $PageNumber = ''], [ $Querystring = ''], [ $Suffix = ''])
@rikin: Your fix wont work probably, cos adding & with parameter is deprecated, even if its still usable U try to get a refference from udefined variable, so U probably get null.
sorry you propably mentioned it before and i am just blind and i didn`t see it. My problem is i installed it fresh. If i click on "chat room" the chat is loading perfectly but than the problem starts. i write something and than if i click on send or press return nothing happens. The message is not showing up
Could please someone help me
thanks
I had hoped this problem was fixed but obviously not.
Can you install phpFreeChat somewhere on your site? Don't use PFC, just download the package from http://www.phpfreechat.net/, install it, and tell me if the problem still exists.
I have not been able to reproduce this bug myself. I need to find out if it's a problem with the PFC extension or with phpFreeChat itself.
Comments
I had same issue, I do not know vanilla that well, but this is what I found in documentation.
http://lussumo.com/docs/doku.php?id=vanilla:frameworkfunction
void GetUrl ( &$Configuration, $PageName, [ $Divider = ''], [ $Key = ''], [ $Value = ''], [ $PageNumber = ''], [ $Querystring = ''], [ $Suffix = ''])
u need to edit file /home/lafixed/public_html/extensions/PFC/default.php on line 178,
change it to
$params['server_script_url'] = GetUrl($Context->Configuration, 'extension.php', '', 'PostBackAction', 'PFC');
and all should work now.
this is a fix i mentioned above
@rikin: Your fix wont work probably, cos adding & with parameter is deprecated,
even if its still usable U try to get a refference from udefined variable, so U probably get null.
I didn't test it, just my thoughts.
No errors appear
Notice: Undefined variable: Configuration in /mnt/w0308/d17/s41/b0277ee6/www/talknhl/extensions/PFC/default.php on line 178
After which it stays stuck on the loading chat screen.
Note that if you make new rooms in admin you have to log out and in again to see them. Perfect, thank you SO much!
Can you install phpFreeChat somewhere on your site? Don't use PFC, just download the package from http://www.phpfreechat.net/, install it, and tell me if the problem still exists.
I have not been able to reproduce this bug myself. I need to find out if it's a problem with the PFC extension or with phpFreeChat itself.