Seite 1 von 1
Bilder/CSS fehlen im Frontend
Verfasst: Fr 27. Feb 2009, 12:09
von Chris87
Hallo,
bei mir werden im Frontend die Bilder nicht angezeigt, im Backend jedoch schon. Pfade sind mMn alle Richtig. Im Frontend fehlt in den Links der das
/cms/ Verzeichnis.
http://wp1140047.wp160.webpack.hosteuro ... ontent.php
Im Backend ist, wie gesagt, alles richtig.
Gruß
Chris
Re: Bilder/CSS fehlen im Frontend
Verfasst: Fr 27. Feb 2009, 13:32
von GaMbIt_
Schon die Konfiguration vom Contenido überprüft?
der CMS Pfad sollte auch das /cms/ enthalten...
Re: Bilder/CSS fehlen im Frontend
Verfasst: Fr 27. Feb 2009, 13:45
von Chris87
Ja. Hier die Config:
/* The root server path to the contenido backend */
$cfg['path']['contenido'] = '/is/htdocs/wp1140047_6V223B5X8H/www/contenido/';
/* The web server path to the contenido backend */
$cfg['path']['contenido_fullhtml'] = '
http://wp1140047.wp160.webpack.hosteurope.de/contenido/';
/* The root server path where all frontends reside */
$cfg['path']['frontend'] = '/is/htdocs/wp1140047_6V223B5X8H/www/cms/';
/* The root server path to the conlib directory */
$cfg['path']['phplib'] = '/is/htdocs/wp1140047_6V223B5X8H/www/conlib/';
/* The root server path to the pear directory */
$cfg['path']['pear'] = '/is/htdocs/wp1140047_6V223B5X8H/www/pear/';
/* The server path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg'] = '/is/htdocs/wp1140047_6V223B5X8H/www/contenido/external/wysiwyg/tinymce3/';
/* The web path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg_html'] = '
http://wp1140047.wp160.webpack.hosteuro ... /tinymce3/';
/* The server path to all WYSIWYG-Editors */
$cfg['path']['all_wysiwyg'] = '/is/htdocs/wp1140047_6V223B5X8H/www/contenido/external/wysiwyg/';
/* The web path to all WYSIWYG-Editors */
$cfg['path']['all_wysiwyg_html'] = '
http://wp1140047.wp160.webpack.hosteuro ... l/wysiwyg/';
Im Backend sind beim Mandanten folgende Pfade hinterlegt:
Server-Pfad: /is/htdocs/wp1140047_6V223B5X8H/www/cms/
Web-Adresse:
http://wp1140047.wp160.webpack.hosteurope.de/cms/
Gruß
Chris
Re: Bilder/CSS fehlen im Frontend
Verfasst: Fr 27. Feb 2009, 13:51
von GaMbIt_
und wo ist jetzt das Problem?
Ich hab den Webpfad aufgerufen und die Seite funktioniert... auch mit Bildern und CSS...
Abgesehen davon dass Du Tabellen fürs Layout verwendest funktioniert doch alles...
Re: Bilder/CSS fehlen im Frontend
Verfasst: Fr 27. Feb 2009, 13:59
von Chris87
Wurden mir im FF die ganze Zeit nicht angezeigt, obwohl ich Cache geleert hatte. Habe FF neu gestartet und nun schaut die Seite auch richtig aus.
Danke.
Re: Bilder/CSS fehlen im Frontend
Verfasst: Fr 27. Feb 2009, 14:06
von Chris87
Ich habe jetzt beim Kontaktformular noch folgende Fehlermeldung:
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /is/htdocs/wp1140047_6V223B5X8H/www/cms/front_content.php(981) : eval()'d code on line 617
Hat sich erledigt...