Seite 1 von 1

Nach Installation ist das Frontend nicht aufrufbar!

Verfasst: Do 25. Okt 2007, 22:33
von derweseler
Hallo!

ich habe mir nun die 4.6.15 installiert und kann nach der Installation nicht das Frontend aufrufen.

Folgende Fehler werden mir angezeigt:

Warning: main(includes/startup.php): failed to open stream: No such file or directory in /home/XXXXXXX/www/cms/front_content.php on line 60

Warning: main(): Failed opening 'includes/startup.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/XXXXXXX/www/cms/front_content.php on line 60

Fatal error: Call to undefined function: cinclude() in /home/XXXXXXX/www/cms/front_content.php on line 62


Ich habe die URL ausgeixxxt.

Es ist sicherlich eine Kleinigkeit, aber bei der Suche habe ich nichts gefunden. Bestimmt weil das Problem kein Problem ist???

Bin für jeden Tip dankbar.

Gruß
Dirk

Re: Nach Installation ist das Frontend nicht aufrufbar!

Verfasst: Fr 26. Okt 2007, 10:53
von xmurrix
Hallo,

schau mal nach, ob es die Datei "config.php" im Mandantenverzeichnis gibt (Pfad: <installation>/cms/config.php).

In der Datei sollte in Zeile 4 normalerweise folgendes stehen:

Code: Alles auswählen

$contenido_path = "../contenido/";
Das ist der Pfad zum Contenido Ordner, relativ vom Mandantenverzeichnis aus.

Gruß
xmurrix

Verfasst: Fr 26. Okt 2007, 11:48
von holger.librenz_4fb
Darf ich fragen, warum Du auf die 4.6.15 und nicht auf die aktuelle 4.6.23 umgestiegen bist?

Gruß, Holger

Verfasst: Fr 26. Okt 2007, 12:35
von derweseler
Hallo!

@holger
Ich habe keine Ahnung. ich glaube ich hatte die Version schon vor längerer Zeit heruntergeladen :oops:

@xmurrix

[color=red]Bei mir sieht die "config.php" wie folgt aus:

<?php

/******************************************
* File : config.php
* Project : Contenido
* Descr : Defines all general
* variables of Contenido.
*
* � four for business AG
******************************************/

global $cfg;

/* Section 1: Path settings
* ------------------------
*
* Path settings which will vary along different
* Contenido settings.
*
* A little note about web and server path settings:
* - A Web Path can be imagined as web addresses. Example:
* http://192.168.1.1/test/
* - A Server Path is the path on the server's hard disk. Example:
* /var/www/html/contenido for Unix systems OR
* c:/htdocs/contenido for Windows systems
*
* Note: If you want to modify the locations of subdirectories for
* some reason (e.g. the includes directory), see Section 8.
*/

/* The root server path to the contenido backend */
$cfg['path']['contenido'] = '/home/XXXXXXX/www/contenido/';

/* The web server path to the contenido backend */
$cfg['path']['contenido_fullhtml'] = 'http://XXXXXXX/contenido/';

/* The root server path where all frontends reside */
$cfg['path']['frontend'] = '/home/XXXXXXX/www';

/* The root server path to the conlib directory */
$cfg['path']['phplib'] = '/home/XXXXXXX/www/conlib/';

/* The root server path to the pear directory */
$cfg['path']['pear'] = '/home/XXXXXXX/www/pear/';

/* The server path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg'] = '/home/XXXXXXX/www/contenido/external/wysiwyg/tinymce2/';

/* The web path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg_html'] = 'http://XXXXXXX/contenido/external/wysiwyg/tinymce2/';

/* The server path to all WYSIWYG-Editors */
$cfg['path']['all_wysiwyg'] = '/home/XXXXXXX/www/contenido/external/wysiwyg/';

/* The web path to all WYSIWYG-Editors */
$cfg['path']['all_wysiwyg_html'] = 'http://XXXXXXX/contenido/external/wysiwyg/';
[/color]


In die Contenido Administration komme ich problemlos hinein.
Dort werden mir auch keine Error angezeigt.

Ich habe die Installation aufgrund des Tips von "holger" jetzt noch einmal gemacht mit der 4.6.23 Version.
Jetzt habe ich sogar noch 1-2 Fehlermeldungen mehr.

[color=red]Warning: main(config.php): failed to open stream: No such file or directory in /home/XXXXXXX/www/cms/front_content.php on line 58

Warning: main(): Failed opening 'config.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/XXXXXXX/www/cms/front_content.php on line 58

Warning: main(includes/startup.php): failed to open stream: No such file or directory in /home/XXXXXXX/www/cms/front_content.php on line 60

Warning: main(): Failed opening 'includes/startup.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/XXXXXXX/www/cms/front_content.php on line 60

Fatal error: Call to undefined function: cinclude() in /home/XXXXXXX/www/cms/front_content.php on line 62[/color]


Ich hatte mal vor längerer zeit contenido für ein Projekt. Da hatte ich diese Installationsprobleme nicht. Ich glaube ich bin einfach zu blöde :roll:

MfG
Dirk

Verfasst: Fr 26. Okt 2007, 12:59
von Dodger77
Wenn dies wirklich der Inhalt der "config.php" im Mandantenordner (beim ersten nach Installation meist "cms") ist, dann hast du wahrscheinlich während der Installation die "config.php" heruntergeladen und dann in das Verzeichnis hochgeladen. Die Datei hätte aber in das Verzeichnis "contenido/includes/" gehört.

Abhilfe: die "config.php", deren Inhalt du gepostet hast, in das Verzeichnis "contenido/includes/" verschieben und aus dem Contenido-Downloadpaket die Datei "cms/config.php" entpacken und in das Mandantenverzeichnis hochladen.

Verfasst: Sa 27. Okt 2007, 18:10
von derweseler
Aber Holla!

Du hast vollkommen recht gehabt.

Nun funkts einwandfrei.

Vielen Dank!!! :D

Gruß
Dirk