Hi i have a question, I have a problem with php and build 130 (amp stack) (works fine with build 127)

error message:
PHP Fatal error:  session_start(): Failed to initialize storage module: memcache (path: /var/php/5.2/sessions) in /var/apache2/2.2/htdocs/index.php on line 12
PHP Stack trace:
PHP   1. {main}() /var/apache2/2.2/htdocs/index.php:0
PHP   2. session_start() /var/apache2/2.2/htdocs/index.php:12

to reproduce run php program (build 130 no output build 127 works fine)
example:
<?php
// this starts the session
session_start();

// this sets variables in the session
$_SESSION['test']='testing';

print "Done";
?>

To use the apache webserver in build 130 I used the workaround described in bug 6907454
other PHP programs without session_start work fine
--

 

Met vriendelijke groet, Kind regards

Jeroen Bruins Slot

Jeroen Bruins Slot
Sun Microsystems
Saturnus 1
Amersfoort 3824 ME
Phone +31-(0)33-4515266
Mobile +31-(0)651534858
Fax +31-(0)842242943
Email jeroen.bruinss...@sun.com



_______________________________________________
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Reply via email to