Es könnte hilfreich sein, zu wissen, welche Version Du benutzt.
Der Fehler besagt, dass dort in der config.php fehlerhafter Code drinsteht. Was ich mir eigentlich nicht vorstellen kann.
Existiert die config.php auf dem Server überhaupt?
Soweit ich weiß, muss man die bei der Erstinstallation selber erstellen. (einfach eine leere Datei mit dem Namen config.php erstellen und hochladen)
Das hat man wohl irgendwie auch Sicherheitsgründen gemacht, damit bei einem Update die Konfiguration nicht überschrieben wird.
#Maxium upload size (in bytes)?
$config['max_upload_size'] = '4000000';
Das sind ZWEI Zeilen
Bei mir steht in Zeile 68 der Kommentar (#Maximum ....)
Lösch doch die Zeile einfach mal händisch raus und guck, was passiert.
(Vorher die config.php backuppen)
Stimmt nicht bei mir steht in Zeile 68 $config.....
da in der Zeile davor #Maximum auch gar kein ; ist
und # maximum ist auch ein Kommentar der ignoriert wird
So vielleicht nochmal zu unterstützung das mir hoffentlich doch mal jemand helfen kann.
Am Anfang der installation werden doch die voraussetzungen überprüft und da habe ich bei diesen hier gelbe Punkte
Checking file uploads
When file uploads are disabled you will not be able to use any of the file uploading facilities included in CMS Made Simple. If possible, this restriction should be lifted by your system admin to properly use all file management features of the system. Proceed with caution.(Ist auf enable!!)
Checking PHP memory limit (min 8M, recommend 16M) (You have 8388608)
Could not retrieve a value.... passing anyways.
Displaying the value originally set in the config file (this may not be accurate).
You may not have enough memory to run CMSMS correctly, or with all of your desired addons. If possible, you should try to get your system admin to raise this value. Proceed with caution. Checking max upload file size (min 2M, recommend 10M)(You have 4000000)
Could not retrieve a value.... passing anyways.
Displaying the value originally set in the config file (this may not be accurate).
You will probably not be able to upload (larger) files using the included file management functions. Please be aware of this restriction.
Checking if session.save_path is writable
Your session.save_path is "2;/data/session". Not having this as writable may make logins to the Admin Panel not work. You may want to look into making this path writable if you have trouble logging into the Admin Panel. This test may fail if safe_mode is enabled (see below). (Safe_mode ist enable!!!)
Checking if ini_set works
Although the ability to override php ini settings is not mandatory, some addon (optional) functionality uses ini_set to extend timeouts, and allow uploading of larger files, etc. You may have difficulty with some addon functionality without this capability. This test may fail if safe_mode is enabled (see below).
Ich kann mir zwar schlecht vorstellen, was das mit dem Syntax error in der config.php zu tun haben soll, aber man weiß ja nie.
Evo
Last edited by evoleena on Wed Oct 10, 2007 1:42 pm, edited 1 time in total.
Das hatte ich schon probiert. Wenn ich dann meine Installationsseite Part 5 aktualisiere und dann nochmal in die config schaue steht der quatsch wieder drin