I've just moved from using the JoomphpBB bridge to CBconnector... The BlastChat Module worked fine with JoomphpBB but not with CBconnector... I get this error...
QUOTE:
Fatal error: Cannot redeclare getparams() (previously declared in /home/rocke11/public_html/trekcon/components/com_comprofiler/plugin/user/plug_cbconnector/functions.php:288) in /home/rocke11/public_html/trekcon/components/com_blastchatc/dynamic.blastchatc.php on line 42
If I change the name of function getparams in the dynamic.blastchatc.php file to say function getJMparams everything works again...
It's almost like this function is no longer being used by the BlastChat component or module... Everything seems to be working correctly now, but I wanted to see if this was going to have any yet to be seen effect?
Thanks in advance