Hi,
my problem: during installation (step 4 to 5) i get the error 500 (internal server error).
As I can see all system requirements are given (all fields in step 1 are green). The problem occurs after the script created the database. It makes no difference whether i choose the utf-8-option or not. The mysql-user has all privileges. So I do not understand why the database can be created but the tables can not be created.
Infos:
php 5.2.14
mysql 5.0.67
oxid ce 4.5.0_34568
Tested with Firefox 4.0.1 and Chrome 11.0.696.68 on a Mac.
because of my bad english mach ich mal lieber auf deutsch weiter.
Danke für die Antwort.
Ich habe das Problem gerade lösen können. Kurzbeschreibung:
Es gab ein zweites error_log, das dann doch Einträge enthielt. Die relevanten Zeilen waren:
[Wed May 25 10:46:50 2011] [error] [client 93.203.45.44] ALERT - configured GET variable value length limit exceeded - dropped variable ‘sid’ (attacker ‘93.203.45.44’, file ‘[pfad_von_mir_entfernt]/setup/index.php’)
[Wed May 25 10:46:50 2011] [error] [client 93.203.45.44] PHP Fatal error: Uncaught exception ‘Exception’ with message ‘FEHLER: Keine Datenbankverbindung m\xf6glich! - Access denied for user ‘wwwrun’@‘localhost’ (using password: NO)’ in [pfad_von_mir_entfernt]/setup/oxsetup.php:808
Stack trace: #0 [pfad_von_mir_entfernt]/setup/oxsetup.php(2038): OxSetupDb->openDatabase(NULL) #1 [pfad_von_mir_entfernt]/setup/oxsetup.php(2261): oxSetupController->dbCreate() #2 [pfad_von_mir_entfernt]/setup/index.php(33): oxSetupDispatcher->run() #3 {main}
thrown in [pfad_von_mir_entfernt]/setup/oxsetup.php on line 808
Der Server ist mit dem Suhosin-Patch ausgestattet. Ich habe daher in der suhosin.ini den Wert für suhosin.get.max_value_length von 512 auf 1024 erhöht.
Daraufhin konnte das Setup alle Tabellen anlegen und läßt mich nun mit Schritt 5 weitermachen.