Installation auf Server

Gesperrt
helik
Beiträge: 26
Registriert: Di 14. Nov 2006, 16:24
Kontaktdaten:

Installation auf Server

Beitrag von helik » Mo 27. Nov 2006, 10:12

Hallo Zusammen...

So... habe nun mein Contenido "fast" erfolgreich auf dem Webserver installiert... allerdings wird mir das Front-End nur im Firefox sauber angezeigt... Jemand ne Idee, woe ich was /Pfade abändern muss??
Hinzu kommt, dass mir das Backend selbst im Firefox nur teilweise angeziegt wird...

Ich hoffe, mir kann jemand helfen...

LG

Helik

MichFress
Beiträge: 750
Registriert: Mo 5. Jan 2004, 22:32
Wohnort: Bochum
Kontaktdaten:

Beitrag von MichFress » Mo 27. Nov 2006, 10:24

Pfade gibt's in
>> /contenido/includes/config.php
und im Backend unter
>> "Administration"->"Mandanten"

Was genau heißt denn "fast", "nur teilweise", "sauber angezeigt"? Konkret würde auch ein Blick in's Errorlog helfen... Schneller wär's wohl auch mit der Suchfunktion des Forums gegangen.. ;-)
"Es wird keine Handlung geben, keine Geschichte mit ihrer Versprechung auf einen Anfang und ihrer Hoffnung auf ein Ende." (Andrzej Stasiuk)

helik
Beiträge: 26
Registriert: Di 14. Nov 2006, 16:24
Kontaktdaten:

Beitrag von helik » Mo 27. Nov 2006, 10:33

trotzdem erst mal danke... ich schau mal... die Config.php hatte ich ja schon geändert...

helik
Beiträge: 26
Registriert: Di 14. Nov 2006, 16:24
Kontaktdaten:

Beitrag von helik » Mo 27. Nov 2006, 12:45

Also... weiter gehts... nicht sauber bedeutet... dass das backend nur teilweise angezeigt wird.. ich kann einen Benutzer anlegen... ich kann im Backend navigieren... aber ich kann die Artikel nicht bearbeiten... da steht dann :

The page cannot be found
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.

Wenn ich gar nichts sehen würde... ok... aber nur so teilweise ist doch seltsam... vorallem; Eigenschaften geht, nur "Editor" und "Übersicht" nicht!!!

Dodger77
Beiträge: 3626
Registriert: Di 12. Okt 2004, 20:00
Wohnort: Voerde (Niederrhein)
Kontaktdaten:

Beitrag von Dodger77 » Mo 27. Nov 2006, 12:58

Das sieht ganz nach falsch konfigurierten Pfaden aus. Evtl. kannst du mal die "/contenido/includes/config.php" hier posten (die Datenbankeinstellungen weglassen bzw. zumindest das Passwort unkenntlich machen).

helik
Beiträge: 26
Registriert: Di 14. Nov 2006, 16:24
Kontaktdaten:

Beitrag von helik » Mo 27. Nov 2006, 13:27

Hier die Config....

Wäre super.. wenn jemandem was einfallen/auffallen würde...

Puh... weiss einfach nicht mehr weiter... wie gesagt:
Im IE gehen die Pfade gar nicht... da zieht er keine Bilder oder css... und im Firefox... bekomme ich nur die Hälfte im Backend angezeigt...

:-((


/* The root server path to the contenido backend */
$cfg['path']['contenido'] = 'C:/xxx/xxx/contenido/';

/* The web server path to the contenido backend */
$cfg['path']['contenido_fullhtml'] = 'http://www.xxx.de/xxx/contenido/';

/* The root server path where all frontends reside */
$cfg['path']['frontend'] = 'C:/xxx/xxx';

/* The root server path to the conlib directory */
$cfg['path']['phplib'] = 'C:/xxx/xxx/conlib/';

/* The root server path to the pear directory */
$cfg['path']['pear'] = 'C:/xxx/xxx/pear/';

/* The server path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg'] = 'C:/xxx/xxx/contenido/external/wysiwyg/tinymce2/';

/* The web path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg_html'] = 'http://www.xxx.de/xxx/contenido/externa ... /tinymce2/';

/* The server path to all WYSIWYG-Editors */
$cfg['path']['all_wysiwyg'] = 'C:/xxx/xxx/contenido/external/wysiwyg/';

/* The web path to all WYSIWYG-Editors */
$cfg['path']['all_wysiwyg_html'] = 'http://www.xxx.de/xxx/contenido/external/wysiwyg/';


/* Section 2: Database settings
* ----------------------------
*
* Database settings for MySQL. Note that we don't support
* other databases in this release.
*/

/* The prefix for all contenido system tables, usually "con" */
$cfg['sql']['sqlprefix'] = 'con';

/* The host where your database runs on */
//$contenido_host = 'localhost';
$contenido_host = 'xx.x.x.xxx';

/* The database name which you use */
$contenido_database = 'contenido';

/* The username to access the database */
//$contenido_user = 'root';
$contenido_user = 'xxx';

/* The password to access the database */
//$contenido_password = '';
$contenido_password = 'T-0nline';

$cfg["database_extension"] = 'mysql';

$cfg["nolock"] = false;

$cfg["is_start_compatible"] = false;
?>

MichFress
Beiträge: 750
Registriert: Mo 5. Jan 2004, 22:32
Wohnort: Bochum
Kontaktdaten:

Beitrag von MichFress » Mo 27. Nov 2006, 13:56

hatten wir eigentlich schon erwähnt, dass die Setup-Routine von Contenido auch zum "Umziehen auf neuen Server" geeignet ist? ;-) da wird dir die richtige config.php automatisch erstellt...

Sofern du keinen Windows-Server hast, schauen die Pfade mit 'C:/...' ziemlich falsch aus...
"Es wird keine Handlung geben, keine Geschichte mit ihrer Versprechung auf einen Anfang und ihrer Hoffnung auf ein Ende." (Andrzej Stasiuk)

helik
Beiträge: 26
Registriert: Di 14. Nov 2006, 16:24
Kontaktdaten:

Beitrag von helik » Mo 27. Nov 2006, 14:15

hmmm... also wir haben hier einen Server... und der Pfad wäre eigentlich der richtige... also ich den auf den Server gelegt habe... musste man per IIS noch paar Dinge konfigurieren... danach schien es ja auch zu funktionieren... zumindest im Firefox...
Kannst Du genauer beschreiben was Du meinst... denn im Moment zieht er jetzt gar nix mehr...
stehe total auf dem Schlauch... und irgendwie will nix mehr!

helik
Beiträge: 26
Registriert: Di 14. Nov 2006, 16:24
Kontaktdaten:

Beitrag von helik » Mo 27. Nov 2006, 15:20

ES FUNZT... Jeah... so... die Ordner mussten nur umbenannt werden...

Tortzdem Danke....

:lol:

racinggoat
Beiträge: 3
Registriert: Di 28. Nov 2006, 10:29
Kontaktdaten:

Beitrag von racinggoat » Di 28. Nov 2006, 11:18

Habe genau das gleiche Problem bei meiner Installation.

Meine config.php liegt unter root/contenido/contenido/includes und hat folgenden Inhalt:

<?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'] = 'D:/WWWFTPROOT2/xxx/contenido/contenido/';

/* The web server path to the contenido backend */
$cfg['path']['contenido_fullhtml'] = 'http://xxx.xxx.xx/xxx/contenido/contenido/';

/* The root server path where all frontends reside */
$cfg['path']['frontend'] = 'D:/WWWFTPROOT2/xxx/contenido';


/* The root server path to the conlib directory */
$cfg['path']['phplib'] = 'D:/WWWFTPROOT2/xxx/contenido/conlib/';


/* The root server path to the pear directory */
$cfg['path']['pear'] = 'D:/WWWFTPROOT2/xxx/contenido/pear/';


/* The server path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg'] = 'D:/WWWFTPROOT2/xxx/contenido/contenido/external/wysiwyg/tinymce2/';


/* The web path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg_html'] = 'http://xxx.xxx.xx/xxx/contenido/conteni ... /tinymce2/';

/* The server path to all WYSIWYG-Editors */
$cfg['path']['all_wysiwyg'] = 'D:/WWWFTPROOT2/xxx/contenido/contenido/external/wysiwyg/';

/* The web path to all WYSIWYG-Editors */
$cfg['path']['all_wysiwyg_html'] = 'http://xxx.xxx.xx/xxx/contenido/conteni ... l/wysiwyg/';





/* Section 2: Database settings
* ----------------------------
*
* Database settings for MySQL. Note that we don't support
* other databases in this release.
*/

/* The prefix for all contenido system tables, usually "con" */
$cfg['sql']['sqlprefix'] = 'con';

/* The host where your database runs on */
$contenido_host = 'localhost';

/* The database name which you use */
$contenido_database = 'xxx';

/* The username to access the database */
$contenido_user = 'xxx';

/* The password to access the database */
$contenido_password = 'xxx';

$cfg["database_extension"] = 'mysql';

$cfg["nolock"] = true;

$cfg["is_start_compatible"] = false;
?>
Die Einrichtung auf der Datenbank funktionierte gut. Eine Fehlermeldung, dass "Lock Tables" freigegeben werden solle kam. Was muss ich da unternehmen oder ist das belanglos ?

Der Aufruf des Backend mit IE funktioniert, jedoch werden die Grafiken um "Content" "Style" "Extras" .... nicht richtig angezeigt unter "Content -Artikel" sind keine Dateien vorhanden.
Das Frontend wird mit IE ebenfalss aufgerufen, jedoch ist die Anordnung komplett verkehrt. Der Link zum Redakteurshandbuch heisst z.B.:
http:///docs/handbuch/Handbuch_Contenido_Version_44.pdf
Grafiken fehlen völlig.

Unter Firefox /Opera
Das Frontend ist in Ordnung, das Handbuch liegt unter
http://xxx.xxx.xx/xxx/contenido/cms/doc ... ion_44.pdf

Das Backend wird ordentlicher angezeigt, alle Grafiken werden jedoch auch nicht geladen.


Wahrscheinlich liegt es auch hier an den Pfadangaben. Den Pfad
D:/WWWFTPROOT2 schlug die Installationsroutine vor, den habe ich nicht verändert.

Vielleicht kann mein Vorredner seine Lösung etwas genauer kundtun (...die Ordner mussten nur umbenannt werden...)

helik
Beiträge: 26
Registriert: Di 14. Nov 2006, 16:24
Kontaktdaten:

Beitrag von helik » Di 28. Nov 2006, 15:07

Hi...
also bei mir stimmte "einfach" die benennung des ordners "contenido" nicht!
Das backend liegt ja im contenido, wir haben aber per webserver den pfad umbenannt in "admin"..
also musste ich anstatt:
$cfg['path']['wysiwyg_html'] = 'http://xxx.xxx.xx/xxx/contenido/conteni ... /tinymce2/';

$cfg['path']['wysiwyg_html'] = 'http://xxx.xxx.xx/xxx/admin/contenido/e ... /tinymce2/';

schreiben... und so für die anderen Pfade... natürlich nur die http:\\ Pfade... aber danach gings...

und im Adminbereich unter Mandanten habe ich auch noch mal den richtigen http:\\ Pfad angegeben... dann gings auch im Internetexploerer!

hoffe das hat ein wenig geholfen... oft liegt es nur an der Benamung!

racinggoat
Beiträge: 3
Registriert: Di 28. Nov 2006, 10:29
Kontaktdaten:

ich glaub jetzt läufts

Beitrag von racinggoat » Do 7. Dez 2006, 07:41

Problem war wirklich, dass der Hoster Windowsserver verwendet und die Installroutine das nicht sauber umsetzt oder der Hoster irgendwelche Pfadumwandlungen nicht sauber hat - egal. :evil:

Hier meine Lösung:
Nachdem die alte Installation nicht mehr zum Laufen zu bringen war - also alles noch mal neu Hochladen :cry: , den Hoster betteln für die Schreibrechte und neues Setup aufgerufen.

Schon beim SETUP auf der zweiten Seite bei
Contenido Serverpfad:

D:/XXXXX/XXXX/contenido

in

D:\XXXXX\XXXX\contenido

ändern.

Danach zumindest bis jetzt Frontend und Backend ohne Probleme, alle Grafiken werden sauber dargestellt - halt das gewohnte Ausgangsbild.

Gesperrt