Hallo,
erstmal vielen Dank für eure Antworten:
Welche Error-Logs sind denn jetzt genau gemeint, die vom Server, von PHP oder von phpMyAdmin?
Im Server-Log steht, soviel wie ich Entziffern kann, nichts interessantes drin.
PHP/phpMyAdmin-Logs hab ich keine.
Die PHP-Session kann man doch sicher über die PHP.ini einstellen?!?
Werde da mal schauen...
EDIT: Habs hinbekommen:
Habe in der PHP.ini beim session.save_path das ; davor entfernt und den Pfad angepasst.
Jetzt kommen allerdings die nächsten Fehler, wahrscheinlich wegen den Schreibrechten:
Code: Alles auswählen
Warning: session_write_close() [function.session-write-close]: open(C:\inetpub\wwwroot\session\sess_174640734706fa60f7bb7608bcc3b663, O_RDWR) failed: Permission denied (13) in C:\inetpub\wwwroot\phpMyAdmin\index.php on line 44
Warning: session_write_close() [function.session-write-close]: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (N;MODE;C:\inetpub\wwwroot\session) in C:\inetpub\wwwroot\phpMyAdmin\index.php on line 44
Warning: Cannot modify header information - headers already sent by (output started at C:\inetpub\wwwroot\phpMyAdmin\index.php:44) in C:\inetpub\wwwroot\phpMyAdmin\index.php on line 101