ich bin am verzweifeln... Bin relativ neu in der Bearbeitung mit Contenido. Hoffe Ihr könnt mir helfen.
Mein Problem:
Provider: Strato
Domain:http://www.pgrs.de
Sub-domain: admin.pgrs.de
Contenido Version 4.8.14
Ich habe auf dem htdocs Verzeichnis einen Ordner cms angelegt, unter dem alle Contenido Ordner und Dateien sind. Ausserdem im htdocs Verzeichnis von Strato ist ein Unterordner pgrs.
Sozusagen:
/
/cms: und da dann alle /cms, /contenido, /conlib, usw.
/pgrs: ist die webseite
Habe bei Strato interne Umleitungen archiviert. die Domain wird auf /pgrs umgeleitet und admin.pgrs.de wird auf /cms/contenido umgeleitet.
In der config.php hab ich die Pfade angepasst. (siehe unten)
Code: Alles auswählen
/* The root server path to the contenido backend */
$cfg['path']['contenido'] = '/home/strato/www/pg/www.pgrs.de/htdocs/cms/contenido/';
/* The web server path to the contenido backend */
$cfg['path']['contenido_fullhtml'] = 'http://admin.pgrs.de/';
/* The root server path where all frontends reside */
$cfg['path']['frontend'] = '/home/strato/www/pg/www.pgrs.de/htdocs/';
/* The root server path to the conlib directory */
$cfg['path']['phplib'] = '/home/strato/www/pg/www.pgrs.de/htdocs/cms/conlib/';
/* The root server path to the pear directory */
$cfg['path']['pear'] = '/home/strato/www/pg/www.pgrs.de/htdocs/cms/pear/';
/* The server path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg'] = '/home/strato/www/pg/www.pgrs.de/htdocs/cms/contenido/external/wysiwyg/tinymce3/';
/* The web path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg_html'] = 'http://admin.pgrs.de/external/wysiwyg/tinymce3/';
/* The server path to all WYSIWYG-Editors */
$cfg['path']['all_wysiwyg'] = '/home/strato/www/pg/www.pgrs.de/htdocs/cms/contenido/external/wysiwyg/';
/* The web path to all WYSIWYG-Editors */
$cfg['path']['all_wysiwyg_html'] = 'http://admin.pgrs.de/external/wysiwyg/';
Code: Alles auswählen
Fatal error: Error: Can not include /home/strato/www/pg/www.pgrs.de/htdocs/cms/contenido/wysiwyg/tinymce3/editorclass.php in /mnt/webb/51/63/5666963/htdocs/cms/contenido/includes/api/functions.api.general.php on line 181
Code: Alles auswählen
/home/strato/www/pg/www.pgrs.de/htdocs/cms/contenido/wysiwyg/tinymce3/editorclass.php
Code: Alles auswählen
/home/strato/www/pg/www.pgrs.de/htdocs/cms/contenido/external/wysiwyg/tinymce3/editorclass.php
Aus einem mir nicht nachvollziehbaren Grund lässt er das Verzeichnis external weg.
Helft mir!!!