Page 1 of 1

Errors with Session

Posted: Fri Nov 18, 2005 6:26 am
by alexmaster_2004
Hi There
i have encountered some errors with Sessions that i hope you may help to solve them.
to see what i mean just GoTo Here.
The same error is happening when you click on the help online image.
i hope that anyone could help me to fix these errors.
Thanks in Advance

Posted: Fri Nov 18, 2005 6:42 am
by Chris Corbyn
Post your code.

It looks like you have a custom session handler using session_set_save_handler() which calls the function mm().

It can't find mm(). Is ti included in the relevant scripts?
Warning: session_start(): Cannot find save handler mm in /home/tmcjapan/public_html/partner_login.php on line 3

Posted: Fri Nov 18, 2005 8:02 am
by BDKR
Agreed. Try dumping your configuration with phpinfo(). If you could save that for us to see, it would help.