PDA

View Full Version : configuration.php und save path


Gimgim
15.10.2004, 19:05
configuration.php Unwriteable
You can still continue the install as the configuration will be displayed at the end, just copy & paste this and upload.

Session save path /var/lib/php4, Unwriteable


hallo in der Install FAQ stand nichts genaues darüber, ist mit configuration.php die configuration.php-dist gemeint? und was sollte ich kopieren und einfügen und wie erledige ich `das session save path Problem?

Airwin
15.10.2004, 19:25
Ich hab für die Dauer der installation dem Verzeichnis in dem sich die configuration.*** befindet schreibberechtigung geben müssen. keine Ahnung ob das bei allen so ist! :)

kunzi
15.10.2004, 20:15
Hallo,
bei der Installation werden Datei und Ordnerrechte geprüft und entsprechend angezeigt.
rot = keine Schreibrechte und
grün = Schreibrechte.
Wenn man sich daran hält ist alles im Lack.

Gimgim
15.10.2004, 20:34
wenn ich die Installation fertig habe, muss ich doch den Installationsordner löschen, also habe ich das gemacht, aber danach funktioniert nichts mehr, wenn ich auf meine seite gehe, linkt es automatisch auf den Installationsordner :O

kunzi
15.10.2004, 20:43
Dann poste mal Deine 'configuration.php'.

Gimgim
15.10.2004, 21:00
ich bekomme am Schluß diese Meldung:
wo genau soll ich den code einfügen? ich finde kein config.php, nur eine configuration.php-dist.


our configuration file or directory is not writeable, or there was a problem creating the configuration file. You'll have to upload the following code by hand. Click in the textarea to highlight all of the code.
<?php
$mosConfig_offline = '0';
$mosConfig_host = 'localhost';
$mosConfig_user = 'wesasd';
$mosConfig_password = 'asdasdsd';
$mosConfig_db = 'usr_web48_1';
$mosConfig_dbprefix = 'mos_';
$mosConfig_lang = 'english';
$mosConfig_absolute_path = '/var/www/web48/html/homepage/malper';
$mosConfig_live_site = 'http://www.meinehomepage.com';
$mosConfig_sitename = 'homepage';
$mosConfig_shownoauth = '0';
$mosConfig_emailpass = '1';
$mosConfig_offline_message = 'This site is down for maintenance.<br /> Please check back again soon.';
$mosConfig_error_message = 'This site is temporarily unavailable.<br /> Please notify the System Administrator';
$mosConfig_UseBanner = '1';
$mosConfig_debug = '0';
$mosConfig_lifetime = '900';
$mosConfig_MetaDesc = 'Mambo Open Source - the dynamic portal engine and content management system';
$mosConfig_MetaKeys = 'mambo, mambo open source, Mambo, Mambo Open Source';
$mosConfig_locale = 'en_GB';
$mosConfig_offset = '0';
$mosConfig_hideAuthor = '0';
$mosConfig_hideCreateDate = '0';
$mosConfig_hideModifyDate = '0';
$mosConfig_hidePdf = '0';
$mosConfig_hidePrint = '0';
$mosConfig_hideEmail = '0';
$mosConfig_enable_log_items = '0';
$mosConfig_enable_log_searches = '0';
$mosConfig_sef = '0';
$mosConfig_vote = '0';
$mosConfig_gzip = '0';
$mosConfig_multipage_toc = '0';
$mosConfig_allowUserRegistration = '1';
$mosConfig_link_titles = '0';
$mosConfig_error_reporting = -1;
$mosConfig_editor = 'htmlarea2';
setlocale (LC_TIME, $mosConfig_locale);
?>

dot°NETt
15.10.2004, 21:49
Hi Gimgim,

check your pn-box - please.

mfG dot°NETt

Gimgim
15.10.2004, 22:20
vielen Dank nochmal!

edit^bin im Forum fündig geworden;)

alexparty
17.10.2004, 19:41
Hi Gimgim,

check your pn-box - please.

mfG dot°NETt

Hi, könntest du mir auch verraten, wo ich die configuration.php hinpacken muss?!
Ich habe nämlich das gleiche Problem.
schade das ihr diese infos nicht einfach veröffentlicht.

Gruß und danke für die Bemühungen,
Alex

dot°NETt
17.10.2004, 20:14
Hi alexparty,

Dass ich Gimgim eine PN geschickt hatte, hatte einen anderen Grund >> er hatte ein paar Angaben in seiner configuration.php, die nicht unbedingt public gehören.

Die Datei gehört ins gleiche Verzeichnis wie die configuration.php-dist - also ins root.

mfG dot°NETt

comA
29.12.2004, 13:03
Ich hab das selbe Problem das nachdem die Installation abgeschlossen wurde und ich das /Installation Verzeichnis gelöscht habe ich immer nach /installation/index.php weitergeleitet werden wenn ich / aufrufen will.

Als ich die Files hochgeladen haben gab es auch gar keine configuration.php sondern nur die configuration.php-dist.

Ich hab gedacht das es vielleicht daran liegt, habe eine configuration.php erstellt, dort die richtigen Daten eingetragen und ebenfalls hoch geladen (inkl. der nicht ausgefüllten configuration.php-dist), aber geändert hat das nix.

Jemand ne Idee?

Thowi
29.12.2004, 14:55
Ja :)

Lösch die von Dir hochgeladene configuration.php, absolviere den Installationsprozess noch mal und benenne danach die configuration.php-dist in configuration.php um.