Summary: | phpmyadmin "cannot start session error" | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Lisa <dieuonline> |
Component: | [OLD] Server | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED NEEDINFO | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
output of phpinfo()
emerge --info cave info stat /tmp apache2 error_log cave info phpmyadmin |
Attach emerge --info, your error log with error_reporting=E_ALL and `stat /tmp'. Hi, The error_reporting was already defined as E_ALL | E_STRICT . I'll attach all three files. Thanks. Lisa Created attachment 284447 [details]
emerge --info
Created attachment 284451 [details]
cave info
I use cave, so maybe this will be relevant too.
Created attachment 284453 [details]
stat /tmp
Created attachment 284455 [details]
apache2 error_log
I truncated a bit the beginning of the file
Comment on attachment 284451 [details]
cave info
That's information relevant to your package manager. Specify the package on the command line to produce output relevant to the package. (Or so it used to work.)
(Also, you should really update your entire system. If emerge/cave --info output is correct, then you're vulnerable to quite a few attacks.) Hi, sorry for the delay, I was some days out of town ;) I will post the cave info phpmyadmin file this evening (for information purpose). It really seems to be a problem with this package. I had no trouble with php, mysql or apache. You suggested I update my system, instead I'am rebuilding it now. It will take a couple of days from now. I'll be back then. Anyway, lots of thanks for your help. Lisa Created attachment 284933 [details]
cave info phpmyadmin
|
Created attachment 284403 [details] output of phpinfo() Hi, I recently upgraded apache, mysql and php on my desktop pc. Now I have this error when I try to use phpmyadmin : "Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly." I really do not understand what is going wrong. I created the pma tables and configured properly my config.inc.php file . The error log file says nothing interesting. session.save_path is properly defined. The root user (who started apache and mysql) has read/write permission on /temp . Has anyone a clue? Thanks anyway. Lisa Haston