CodeIgniter Forums
HELP needed with CometChat and CI intergration!! - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: HELP needed with CometChat and CI intergration!! (/showthread.php?tid=20050)

Pages: 1 2


HELP needed with CometChat and CI intergration!! - El Forum - 03-27-2010

[eluser]ghadban[/eluser]
Costos when i added
Code:
$userid = $this->session->userdata('user_id'); //your user_id session variable;
i got the following error
Code:
<b>Fatal error</b>:  Using $this when not in object context in <b>/home/user/public_html/codeigniter/cometchat/config.php</b> on line <b>157</b><br />



HELP needed with CometChat and CI intergration!! - El Forum - 05-08-2010

[eluser]Unknown[/eluser]
I had to set the userid in the cookie to be passed onto the config.php


HELP needed with CometChat and CI intergration!! - El Forum - 06-29-2010

[eluser]Irfan Evrens[/eluser]
[quote author="kaotickelly" date="1273342500"]I had to set the userid in the cookie to be passed onto the config.php[/quote]

codeigniter store session data in a cookie and and serialise it also.

attached the code