Hi There everyone!
I have downloaded the "CodeIgniter 3.0 release candidate" from the first post in the below thread of this forum.
http://forum.codeigniter.com/thread-890.html
i was trying to set some data to tempdata when i started getting this error:
I checked the Session.php file and
is generating the error.
i hope this will be helpful.
Regards.
I have downloaded the "CodeIgniter 3.0 release candidate" from the first post in the below thread of this forum.
http://forum.codeigniter.com/thread-890.html
i was trying to set some data to tempdata when i started getting this error:
Code:
A PHP Error was encountered
Severity: Notice
Message: Undefined variable: ts
Filename: Session/Session.php
Line Number: 492
I checked the Session.php file and
Code:
$temp[$k] = $ts; ( Line Number: 492)
i hope this will be helpful.
Regards.