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
Nach Installation ist das Frontend nicht aufrufbar!
-
- Beiträge: 11
- Registriert: Mi 25. Feb 2004, 07:06
- Kontaktdaten:
-
- Beiträge: 3215
- Registriert: Do 21. Okt 2004, 11:08
- Wohnort: Augsburg
- Hat sich bedankt: 4 Mal
- Danksagung erhalten: 16 Mal
- Kontaktdaten:
Re: Nach Installation ist das Frontend nicht aufrufbar!
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:
Das ist der Pfad zum Contenido Ordner, relativ vom Mandantenverzeichnis aus.
Gruß
xmurrix
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/";
Gruß
xmurrix
-
- Beiträge: 11
- Registriert: Mi 25. Feb 2004, 07:06
- Kontaktdaten:
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
@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
-
- Beiträge: 3626
- Registriert: Di 12. Okt 2004, 20:00
- Wohnort: Voerde (Niederrhein)
- Kontaktdaten:
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.
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.
-
- Beiträge: 11
- Registriert: Mi 25. Feb 2004, 07:06
- Kontaktdaten: