Results 1 to 2 of 2
Code:
Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.
I have extracted php tar.gz to
/var/www/html/phpmyadmin
...
- 12-02-2011 #1Just Joined!
- Join Date
- Nov 2011
- Posts
- 65
Phpmyadmin error
I have extracted php tar.gz toCode:Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.
/var/www/html/phpmyadmin
and added the following in httpd.conf
I have enabled suphp.
Alias /phpmyadmin "/var/www/html/phpmyadmin/"
In error log, I found thisCode:<Directory /var/www/html/phpmyadmin> Options FollowSymLinks DirectoryIndex index.php <IfModule mod_php5.c> AddType application/x-httpd-php .php php_flag magic_quotes_gpc Off php_flag track_vars On php_flag register_globals Off php_value include_path . </IfModule> </Directory>
suEXEC is also enabled.Code:SELinux policy enabled; httpd running as context unconfined_u:system_r:httpd_t:s0
- 12-03-2011 #2Just Joined!
- Join Date
- Nov 2011
- Posts
- 65
I reinstalled again. It fixed the problem


Reply With Quote