Hi ,
      My server is supporting both PHP4 and PHP5. Default is PHP4. I have two 
options to use PHP5.
1) Extension  .php5
2) Create a .htaccess file and place the following line AddType x-mapp-php5 
.php in it.

I am using second option.

I got this error.

Fatal error: session.auto_start must be set to 0 in php.ini.

I have added another line in .htaccess file

AddType x-mapp-php5 .php

php_value session.auto_start "0"

But it is not working. The error is

Error 500 - Internal server error  An internal server error has occured!
Please try again later.
If i remove the second line  php_value session.auto_start "0"
I got the error.

 Fatal error: session.auto_start must be set to 0 in php.ini. 
 Please help me . 


Thanks & Regards
Gangadhar.
 
---------------------------------
Need Mail bonding?
Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.

[Non-text portions of this message have been removed]

Reply via email to