Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: Failed to initialize session module


Message #1 by patrick.scheuerer@g... on Thu, 4 Jul 2002 16:31:15
Hi everybody,

I tired to run the sample application in chapter 8 of Professional PHP 4.

I downloaded the files handler.php and session_test.php and I fixed the 
typo mentioned in the errata.

But I get the following error message

Fatal error: Failed to initialize session module in 
e:\websites\ctc\handler.php on line 8

I checked the php.ini file... these are my settings:
session.use_trans_sid = 1
session.save_handler = user
magic_quotes_gpc = On

Any ideas?

TIA, Patrick

  Return to Index