problem when switch webserver to litespeed on directadmin

#1
hi
when switch webserver to litespeed phpmyadmin is not open and show this error :

PHP:
Fatal error: session_start() [<a href='function.session-start'>function.session-start</a>]: Failed to initialize storage module: files (path: ) in /var/www/html/phpMyAdmin-4.0.10-all-languages/libraries/session.inc.php on line 83
and when change in php.ini not change to website
 

NiteWave

Administrator
#4
this looks correct.

can you put phpinfo.php somewhere and check the value of session.save-path ?
the document:
php.net/manual/en/session.configuration.php#ini.session.save-path
 
#5
when build php by defualt Configure Parameters fix phpmyadmin problem !
but when build php by
Code:
'--with-apxs2' '--with-curl=/usr/local/lib' '--with-gd' '--with-ttf' '--with-gettext' '--with-jpeg-dir=/usr/local/lib' '--with-freetype-dir=/usr/local/lib' '--with-kerberos' '--with-openssl' '--with-mcrypt' '--with-mhash' '--with-mysql=/usr' '--with-mysqli=/usr/bin/mysql_config' '--with-pdo-mysql=/usr' '--with-pcre-regex=/usr/local' '--with-pear' '--with-png-dir=/usr/local/lib' '--with-xsl' '--with-zlib' '--with-zlib-dir=/usr/local/lib' '--with-iconv=/usr/local' '--enable-bcmath' '--enable-calendar' '--enable-exif' '--enable-ftp' '--enable-gd-native-ttf' '--enable-magic-quotes' '--enable-safe-mode' '--enable-soap' '--enable-sockets' '--enable-mbstring' '--enable-zip' '--enable-wddx'
phpmyadmin is not open and show error
 
Top