Bilder/CSS fehlen im Frontend

Gesperrt
Chris87
Beiträge: 16
Registriert: Mi 14. Nov 2007, 17:55
Kontaktdaten:

Bilder/CSS fehlen im Frontend

Beitrag 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
GaMbIt_
Beiträge: 674
Registriert: Do 16. Mär 2006, 16:17
Kontaktdaten:

Re: Bilder/CSS fehlen im Frontend

Beitrag von GaMbIt_ »

Schon die Konfiguration vom Contenido überprüft?
der CMS Pfad sollte auch das /cms/ enthalten...
Nützliche Contenido Infos gibts hier: Contenido Wiki
Chris87
Beiträge: 16
Registriert: Mi 14. Nov 2007, 17:55
Kontaktdaten:

Re: Bilder/CSS fehlen im Frontend

Beitrag 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
GaMbIt_
Beiträge: 674
Registriert: Do 16. Mär 2006, 16:17
Kontaktdaten:

Re: Bilder/CSS fehlen im Frontend

Beitrag 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...
Nützliche Contenido Infos gibts hier: Contenido Wiki
Chris87
Beiträge: 16
Registriert: Mi 14. Nov 2007, 17:55
Kontaktdaten:

Re: Bilder/CSS fehlen im Frontend

Beitrag 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.
Chris87
Beiträge: 16
Registriert: Mi 14. Nov 2007, 17:55
Kontaktdaten:

Re: Bilder/CSS fehlen im Frontend

Beitrag 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...
Gesperrt