Closed (fixed)
Project:
phpFreeChat integration
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2007 at 09:31 UTC
Updated:
27 Dec 2007 at 10:44 UTC
removing the parameter fixes the problem.
I did this by adding a line
unset($params['themepath']);
in line 274 of phpfreechat.module (just before return $params;)
Comments
Comment #1
hectorplus commentedI believe ray007's error is similar to what i am getting. I downloaded the new phpfreechat beta 10 release, and when i go to create a chat, i get:
I wonder if this error is relevant to this module, maybe it's phpfreechat script error.
Comment #2
ray007 commentedThis was the error I got which I fixed with the added line I posted.
That said, I still haven't managed to get a phpfreechat to work embedded in the site through the module, while both versions work fine when called directly.
Comment #3
hectorplus commentedYes, i got that fixed, other issues are showing up, though. Thanks
Comment #4
sutharsan commentedSame kind of fault occurs with phpfreechat 0.9.3, same kind of solution applied. This should be solved in a generic way, but every phpfreechat version seems to have problems with different parameters.
Modified code of handler.php :
Comment #5
sutharsan commentedComment #6
drupalian commentedI made all the above changes, but it still reports the same problem.
Comment #7
drupalian commentedI made all the above changes, but it still reports the same problem.
Comment #8
hectorplus commentedI did the same thing too, same problems.
Comment #9
introfini commentedHi,
It's themepath not theme_path
introfini
Comment #10
owahab commentedComment #11
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.