ich habe einie Probleme beim Einstelllen der Pfade. Provider ist Hosteurope, contenido 4.4.4.
Soweit geht schon einiges, aber ich kann den Spaw nicht benutzen und die Images HTML/SPEICHERN und in der Navigation (content/style etc.) werden nicht angezeigt.
Also irgendwelche Pfade sind nicht richtig, ich komm' aber nicht drauf...
Hier die Angaben aus der config.php mit Pfaden:
Code: Alles auswählen
/* "Workaround" for register_globals=off settings. */
require_once '/is/htdocs/wp***/www/contenido/includes/globals_off.inc.php';
* The root server path to the contenido backend */
$cfg['path']['contenido'] = '/is/htdocs/wp***/www/contenido/';
/* The web server path to the contenido backend */
/* $cfg['path']['contenido_fullhtml'] = 'http://localhost/contenido/'; */
$cfg['path']['contenido_fullhtml'] = 'http://www.domain.de/contenido/';
/* The root server path where all frontends reside */
$cfg['path']['frontend'] = '/is/htdocs/wp***/www/cms/';
/* The root server path to the conlib directory */
$cfg['path']['phplib'] = '/is/htdocs/wp***/www/conlib/';
/* The root server path to the pear directory */
$cfg['path']['pear'] = '/is/htdocs/wp***/www/pear/';
/* The server path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg'] = '/is/htdocs/wp***/www/contenido/external/wysiwyg/spaw/';
/* The web path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg_html'] = 'http://www.domain.de/contenido/external/wysiwyg/spaw/';
/* Various base API functions */
require_once ('/is/htdocs//* Various base API functions */
require_once ('/is/htdocs/wp1010752_BH2DWLCHOF/www/contenido/includes/api/functions.api.general.php');/www/contenido/includes/api/functions.api.general.php');
Kann jemand etwas entdecken, was ich nicht sehe?
Danke!