Errors with Session

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
alexmaster_2004
Forum Commoner
Posts: 35
Joined: Wed Sep 14, 2005 8:44 am

Errors with Session

Post 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
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post 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
User avatar
BDKR
DevNet Resident
Posts: 1207
Joined: Sat Jun 08, 2002 1:24 pm
Location: Florida
Contact:

Post by BDKR »

Agreed. Try dumping your configuration with phpinfo(). If you could save that for us to see, it would help.
Post Reply