[gelöst] Installationsproblem - config.php

Hilfe zur Installation
evoleena
Forum Members
Forum Members
Posts: 46
Joined: Tue Oct 09, 2007 9:23 pm

[gelöst] Installationsproblem - config.php

Post by evoleena »

Hallo Ihr.

Hab nun mal versucht CMSmadesimple zu installieren es läuft alles durch bis zum vorletzten Schritt da meckert er dann an der config.php rum

Code: Select all

Parse error: syntax error, unexpected ';' in ..../htdocs/config.php on line 68
in der steht ja das mit dem Upload.
Wo hat er damit ein problem also ich hab auch nix geändert.

Edit: Bin bei Lycos Tripod :)
Last edited by evoleena on Mon Oct 22, 2007 9:13 am, edited 1 time in total.
NaN

Re: Installationsproblem - config.php

Post by NaN »

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.
evoleena
Forum Members
Forum Members
Posts: 46
Joined: Tue Oct 09, 2007 9:23 pm

Re: Installationsproblem - config.php

Post by evoleena »

Ich benutze Version 1.1.3.1.
Ja ich habe auch die Datei angelegt. Sonst wüßte ich wahrscheinlich nicht was in der Zeile 68 drin steht LOL

Das ist Zeile 68

Code: Select all

#Maxium upload size (in bytes)?
$config['max_upload_size'] = '4000000';
babulski

Re: Installationsproblem - config.php

Post by babulski »

evoleena wrote:
Das ist Zeile 68

Code: Select all

#Maxium upload size (in bytes)?
$config['max_upload_size'] = '4000000';
Das sind ZWEI Zeilen  ;D
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)
evoleena
Forum Members
Forum Members
Posts: 46
Joined: Tue Oct 09, 2007 9:23 pm

Re: Installationsproblem - config.php

Post by evoleena »

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
evoleena
Forum Members
Forum Members
Posts: 46
Joined: Tue Oct 09, 2007 9:23 pm

Re: Installationsproblem - config.php

Post by evoleena »

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.
babulski

Re: Installationsproblem - config.php

Post by babulski »

okay. ein versuch:
nimm doch einfach mal diesen part

$config['max_upload_size'] = '4000000';

aus der .ini raus. das wird eh von deiner php.ini bereitsgestellt.
schau mal, was dann passiert.
evoleena
Forum Members
Forum Members
Posts: 46
Joined: Tue Oct 09, 2007 9:23 pm

Re: Installationsproblem - config.php

Post by evoleena »

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 :)
babulski

Re: Installationsproblem - config.php

Post by babulski »

Mal eine ganz dumme Frage:

Tripod unterstützt doch gar kein PHP/MySQL.

Wie willst du CMSMS da überhaupt ans Laufen bringen (selbst, wenn die DB woanders liegen sollte -- ohne PHP geht nix).

Aber, wie gesagt - nur eine kleine, blöde Frage ...
evoleena
Forum Members
Forum Members
Posts: 46
Joined: Tue Oct 09, 2007 9:23 pm

Re: Installationsproblem - config.php

Post by evoleena »

Doch Tripod unterstützt PHP und mySQL  ;) und das schon seit Jahren
babulski

Re: Installationsproblem - config.php

Post by babulski »

Na, dann ist ja gut. Ich wunderte mich bloß im Nachhineien, als ich sah, dass der Installer "Could not retrieve a value" auswirft...

Was anderes: was passiert eigentlich, wenn du das Frontend aufrufst?
evoleena
Forum Members
Forum Members
Posts: 46
Joined: Tue Oct 09, 2007 9:23 pm

Re: Installationsproblem - config.php

Post by evoleena »

Welches Frontend?? Ich nicht verstehen ???
babulski

Re: Installationsproblem - config.php

Post by babulski »

Frontend=
http://name_deiner_domain/index.php
evoleena
Forum Members
Forum Members
Posts: 46
Joined: Tue Oct 09, 2007 9:23 pm

Re: Installationsproblem - config.php

Post by evoleena »

da steht immer auf englisch das die seite gewartet wird :)
cyberman

Re: Installationsproblem - config.php

Post by cyberman »

Lösch mal die Datei tmp/cache/SITEDOWN ...
Post Reply

Return to “Installation und Einstellungen”