Seite 1 von 2

Installationsproblem von 4.4.5 auf 4.6.2

Verfasst: So 20. Nov 2005, 16:20
von A199M Support
Installation ist ordnungsgemäß gelaufen. Erhalte beim aufrufen der Website diese Fehlermeldungen:

Code: Alles auswählen

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

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

Fatal error: Call to undefined function: cinclude() in /home/www/f0193/html/cms/front_content.php on line 21
Im Backend werden keine Artikel mehr angezeigt.

Verfasst: So 20. Nov 2005, 16:31
von Halchteranerin
sind alle Dateien am Server? insbesondere die vermisste includes/startup.php? Stimmen Gross- und Kleinschreibung bei den Dateinamen? (manche FTP-Programme verhalten sich etwas eigensinnig)

Verfasst: So 20. Nov 2005, 16:38
von A199M Support
Datei ist vorhanden und Klein- / Großschreibung stimmt auch.

Rechte für den Ordner contenido/includes 755.

Verfasst: So 20. Nov 2005, 17:02
von Halchteranerin
versuch's mal mit 777.

Verfasst: So 20. Nov 2005, 17:02
von Halchteranerin
was fuer Rechte hat die Datei selbst?

Verfasst: So 20. Nov 2005, 17:06
von A199M Support
Dateirechte 644

Verfasst: So 20. Nov 2005, 17:12
von A199M Support
Halchteranerin hat geschrieben:versuch's mal mit 777.
Bringt nichts.

Verfasst: So 20. Nov 2005, 17:12
von Halchteranerin
und wenn du die Dateirechte auf 666 aenderst?

Verfasst: So 20. Nov 2005, 17:25
von A199M Support
Ohne Ergebnis.

Datenbank

Verfasst: So 20. Nov 2005, 17:36
von A199M Support
Was muß in den beiden Tabellen
  • con_config
    con_config_client
stehen? Die sind bei mir leer.

Pfade in der config.php

Verfasst: So 20. Nov 2005, 19:14
von A199M Support
Kann es eventuell an den Pfadeinstellungen in der config.php liegen.

Code: Alles auswählen

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

/* The web server path to the contenido backend */
$cfg['path']['contenido_fullhtml']      = 'http://www.drk-vogtland.de/contenido/';

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

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

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

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

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

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

/* The web path to all WYSIWYG-Editors */
$cfg['path']['all_wysiwyg_html']            = 'http://www.drk-vogtland.de/contenido/external/wysiwyg/';

Verfasst: So 20. Nov 2005, 19:16
von rezeptionist
$cfg['path']['frontend'] = '/home/www/xxxxxxx/html';
versuchs mal so

Code: Alles auswählen

$cfg['path']['frontend']                = '/home/www/xxxxxxx/html/';
also backslash am ende

Verfasst: So 20. Nov 2005, 19:23
von A199M Support
Hallo blackmeetswhite,

bringt keine Änderung.

Verfasst: So 20. Nov 2005, 19:24
von rezeptionist
kommst du ins backend ??

Verfasst: So 20. Nov 2005, 19:24
von timo
con_config sowie con_config_client werden nicht verwendet.