Fehler nach installation

Gesperrt
eiterer
Beiträge: 104
Registriert: Sa 7. Jul 2007, 14:52
Kontaktdaten:

Fehler nach installation

Beitrag von eiterer » Di 11. Mär 2008, 20:13

Hab das neue Contenido (4.6.23) installiert.

Beim Backand (Content->Artikel) sind treten zB folgende Fehler auf:
:arrow: Beim Punkt "Synchronisieren von" fehlt der Pfeil, da er das Bild nicht laden kann. Der Pfad des Bildes, welche er holen will sieht wie folgt aus: http://normal.yael-raum.at/contenido/no ... submit.gif
:?: Er nimmt hier zwei mal den Pfad normal.yael-raum.at/contenido/ her :?:

:arrow: wenn ich dann zB auf den Artikel Startseite klicke kommt folgende Fehlermeldung:
Not Found

The requested URL /contenido/normal.yael-raum.at/contenido/external/backendedit/front_content.php was not found on this server.
Apache/2.0 Server at normal.yael-raum.at Port 80 :?:

DANKE für eure Hilfe

emergence
Beiträge: 10644
Registriert: Mo 28. Jul 2003, 12:49
Wohnort: Austria
Kontaktdaten:

Beitrag von emergence » Do 13. Mär 2008, 18:27

contenido/includes/config.php

was steht denn da beim pfad für
$cfg["path"]["contenido_fullhtml"]
?
*** make your own tools (wishlist :: thx)

eiterer
Beiträge: 104
Registriert: Sa 7. Jul 2007, 14:52
Kontaktdaten:

Beitrag von eiterer » Do 13. Mär 2008, 20:01

hi. hier ein auszug (die normal.yael-raum.at ziehlt auf den normalen webspeicher):
<?php

/******************************************
* File : config.php
* Project : Contenido
* Descr : Defines all general
* variables of Contenido.
*
* � four for business AG
******************************************/

global $cfg;

/* Section 1: Path settings
* ------------------------
*
* Path settings which will vary along different
* Contenido settings.
*
* A little note about web and server path settings:
* - A Web Path can be imagined as web addresses. Example:
* http://192.168.1.1/test/
* - A Server Path is the path on the server's hard disk. Example:
* /var/www/html/contenido for Unix systems OR
* c:/htdocs/contenido for Windows systems
*
* Note: If you want to modify the locations of subdirectories for
* some reason (e.g. the includes directory), see Section 8.
*/

/* The root server path to the contenido backend */
$cfg['path']['contenido'] = '/ispman/domains/yael-raum.at/vhosts/www/htdocs/contenido/';

/* The web server path to the contenido backend */
$cfg['path']['contenido_fullhtml'] = 'normal.yael-raum.at/contenido/';

/* The root server path where all frontends reside */
$cfg['path']['frontend'] = '/ispman/domains/yael-raum.at/vhosts/www/htdocs';

/* The root server path to the conlib directory */
$cfg['path']['phplib'] = '/ispman/domains/yael-raum.at/vhosts/www/htdocs/conlib/';

/* The root server path to the pear directory */
$cfg['path']['pear'] = '/ispman/domains/yael-raum.at/vhosts/www/htdocs/pear/';

/* The server path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg'] = '/ispman/domains/yael-raum.at/vhosts/www/htdocs/contenido/external/wysiwyg/tinymce2/';

/* The web path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg_html'] = 'normal.yael-raum.at/contenido/external/wysiwyg/tinymce2/';

/* The server path to all WYSIWYG-Editors */
$cfg['path']['all_wysiwyg'] = '/ispman/domains/yael-raum.at/vhosts/www/htdocs/contenido/external/wysiwyg/';

/* The web path to all WYSIWYG-Editors */
$cfg['path']['all_wysiwyg_html'] = 'normal.yael-raum.at/contenido/external/wysiwyg/';


emergence
Beiträge: 10644
Registriert: Mo 28. Jul 2003, 12:49
Wohnort: Austria
Kontaktdaten:

Beitrag von emergence » Do 13. Mär 2008, 20:14

ersetz überall

Code: Alles auswählen

normal.yael-raum.at
durch

Code: Alles auswählen

http://normal.yael-raum.at
*** make your own tools (wishlist :: thx)

eiterer
Beiträge: 104
Registriert: Sa 7. Jul 2007, 14:52
Kontaktdaten:

Beitrag von eiterer » Do 13. Mär 2008, 20:44

bei www.yael-raum.at/contenido kommt als "Überschrift" folgende Fehlermeldungen:
Warning: Cannot modify header information - headers already sent by (output started at /ispman/domains/yael-raum.at/vhosts/www/htdocs/contenido/includes/config.php:1) in /ispman/domains/yael-raum.at/vhosts/www/htdocs/conlib/session.inc on line 481

Warning: Cannot modify header information - headers already sent by (output started at /ispman/domains/yael-raum.at/vhosts/www/htdocs/contenido/includes/config.php:1) in /ispman/domains/yael-raum.at/vhosts/www/htdocs/conlib/session.inc on line 484

Warning: Cannot modify header information - headers already sent by (output started at /ispman/domains/yael-raum.at/vhosts/www/htdocs/contenido/includes/config.php:1) in /ispman/domains/yael-raum.at/vhosts/www/htdocs/conlib/session.inc on line 485

Warning: Cannot modify header information - headers already sent by (output started at /ispman/domains/yael-raum.at/vhosts/www/htdocs/contenido/includes/config.php:1) in /ispman/domains/yael-raum.at/vhosts/www/htdocs/conlib/session.inc on line 486

Warning: Cannot modify header information - headers already sent by (output started at /ispman/domains/yael-raum.at/vhosts/www/htdocs/contenido/includes/config.php:1) in /ispman/domains/yael-raum.at/vhosts/www/htdocs/conlib/session.inc on line 487

Warning: Cannot modify header information - headers already sent by (output started at /ispman/domains/yael-raum.at/vhosts/www/htdocs/contenido/includes/config.php:1) in /ispman/domains/yael-raum.at/vhosts/www/htdocs/conlib/session.inc on line 488

Warning: Cannot modify header information - headers already sent by (output started at /ispman/domains/yael-raum.at/vhosts/www/htdocs/contenido/includes/config.php:1) in /ispman/domains/yael-raum.at/vhosts/www/htdocs/conlib/session.inc on line 489
bei der /cms/
Warning: Cannot modify header information - headers already sent by (output started at /ispman/domains/yael-raum.at/vhosts/www/htdocs/contenido/includes/config.php:1) in /ispman/domains/yael-raum.at/vhosts/www/htdocs/conlib/session.inc on line 479

Warning: Cannot modify header information - headers already sent by (output started at /ispman/domains/yael-raum.at/vhosts/www/htdocs/contenido/includes/config.php:1) in /ispman/domains/yael-raum.at/vhosts/www/htdocs/conlib/session.inc on line 484

Warning: Cannot modify header information - headers already sent by (output started at /ispman/domains/yael-raum.at/vhosts/www/htdocs/contenido/includes/config.php:1) in /ispman/domains/yael-raum.at/vhosts/www/htdocs/conlib/session.inc on line 485

Warning: Cannot modify header information - headers already sent by (output started at /ispman/domains/yael-raum.at/vhosts/www/htdocs/contenido/includes/config.php:1) in /ispman/domains/yael-raum.at/vhosts/www/htdocs/conlib/session.inc on line 486

Warning: Cannot modify header information - headers already sent by (output started at /ispman/domains/yael-raum.at/vhosts/www/htdocs/contenido/includes/config.php:1) in /ispman/domains/yael-raum.at/vhosts/www/htdocs/conlib/session.inc on line 487

Warning: Cannot modify header information - headers already sent by (output started at /ispman/domains/yael-raum.at/vhosts/www/htdocs/contenido/includes/config.php:1) in /ispman/domains/yael-raum.at/vhosts/www/htdocs/conlib/session.inc on line 488

Warning: Cannot modify header information - headers already sent by (output started at /ispman/domains/yael-raum.at/vhosts/www/htdocs/contenido/includes/config.php:1) in /ispman/domains/yael-raum.at/vhosts/www/htdocs/conlib/session.inc on line 489

Warning: Cannot modify header information - headers already sent by (output started at /ispman/domains/yael-raum.at/vhosts/www/htdocs/contenido/includes/config.php:1) in /ispman/domains/yael-raum.at/vhosts/www/htdocs/conlib/session.inc on line 128

Warning: Cannot modify header information - headers already sent by (output started at /ispman/domains/yael-raum.at/vhosts/www/htdocs/contenido/includes/config.php:1) in /ispman/domains/yael-raum.at/vhosts/www/htdocs/cms/front_content.php on line 185

emergence
Beiträge: 10644
Registriert: Mo 28. Jul 2003, 12:49
Wohnort: Austria
Kontaktdaten:

Beitrag von emergence » Do 13. Mär 2008, 20:55

die config.php muss mit
<?php
beginnen...
da darf kein leerzeichen und zeilenumbruch zu beginn der datei sein...

falls du dir keiner schuld bewusst bist -> besorg dir einen vernüftigen php editor... und korrigier das problem...
*** make your own tools (wishlist :: thx)

eiterer
Beiträge: 104
Registriert: Sa 7. Jul 2007, 14:52
Kontaktdaten:

Beitrag von eiterer » Do 13. Mär 2008, 21:00

das war es leider nicht! das <?php steht ganz am Anfang - ohne Leerzeichen ohne allem (Dreamweaver ist nicht schlecht oder?)

Hier ein Auszug vom ersten Zeichen weg:
<?php

/******************************************
* File : config.php
* Project : Contenido
* Descr : Defines all general
* variables of Contenido.
*
* � four for business AG
******************************************/

global $cfg;

/* Section 1: Path settings
* ------------------------
*
* Path settings which will vary along different
* Contenido settings.
*
* A little note about web and server path settings:
* - A Web Path can be imagined as web addresses. Example:
* http://192.168.1.1/test/
* - A Server Path is the path on the server's hard disk. Example:
* /var/www/html/contenido for Unix systems OR
* c:/htdocs/contenido for Windows systems
*
* Note: If you want to modify the locations of subdirectories for
* some reason (e.g. the includes directory), see Section 8.
*/

/* The root server path to the contenido backend */
$cfg['path']['contenido'] = '/ispman/domains/yael-raum.at/vhosts/www/htdocs/contenido/';

/* The web server path to the contenido backend */
$cfg['path']['contenido_fullhtml'] = 'http://normal.yael-raum.at/contenido/';

/* The root server path where all frontends reside */
$cfg['path']['frontend'] = '/ispman/domains/yael-raum.at/vhosts/www/htdocs';

/* The root server path to the conlib directory */
$cfg['path']['phplib'] = '/ispman/domains/yael-raum.at/vhosts/www/htdocs/conlib/';

/* The root server path to the pear directory */
$cfg['path']['pear'] = '/ispman/domains/yael-raum.at/vhosts/www/htdocs/pear/';

/* The server path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg'] = '/ispman/domains/yael-raum.at/vhosts/www/htdocs/contenido/external/wysiwyg/tinymce2/';

/* The web path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg_html'] = 'http://normal.yael-raum.at/contenido/ex ... /tinymce2/';

emergence
Beiträge: 10644
Registriert: Mo 28. Jul 2003, 12:49
Wohnort: Austria
Kontaktdaten:

Beitrag von emergence » Do 13. Mär 2008, 21:14

dreamweaver ist ungeeignet... besonders in der design ansicht...
einmal gespeichert und die config.php ist schrott...

ich rate dir -> setup mit option upgrade auszuführen und somit die config.php neu erzeugen lassen...

und such dir einen vernünftigen "php editor" via google...
*** make your own tools (wishlist :: thx)

eiterer
Beiträge: 104
Registriert: Sa 7. Jul 2007, 14:52
Kontaktdaten:

Beitrag von eiterer » Do 13. Mär 2008, 21:28

hab das setup/upgrade gemacht. die datei direkt ohne zu öffnen hochgeladen . dann den chache vom browser geleert und es ausprobiert.
leider ist noch immer der selbe fehler da (editieren, ...)

eiterer
Beiträge: 104
Registriert: Sa 7. Jul 2007, 14:52
Kontaktdaten:

Beitrag von eiterer » Sa 15. Mär 2008, 14:32

im IE sieht der link des nicht anzeigbaren pfeils wie folgt aus:

eiterer
Beiträge: 104
Registriert: Sa 7. Jul 2007, 14:52
Kontaktdaten:

Beitrag von eiterer » Sa 15. Mär 2008, 17:29

JETZT GEHT ES :!: :!:
:D :D :D :D :D

Bin wie folgt vorgegangen:
-> neuer Upload der Verzeichnisse "contenido" und "setup"
-> neue Installation und Änderung der Verzeichnisse nicht nur auf normal.etc sondern mit http://normal.etc.

das wars


DANKE
:) :) :)

Gesperrt