Welcome Guest, Not a member yet? Register   Sign In
HELP needed with CometChat and CI intergration!!
#11

[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 />
#12

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

[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




Theme © iAndrew 2016 - Forum software by © MyBB