Seite 1 von 1

frontend-Pfad falsch - wo ist der zu ändern?

Verfasst: Do 30. Sep 2004, 10:27
von DEDE
Tach auch,

ich stolpere gerade über die Mandanten-Einstellung:
Ich stellte fest, dass HTM-Pfad und frontend-Pfad nicht stimmten und such mir den Wolf, wo ich das richtigstellen kann.

:idea: :?:

Ihre Systemkonfiguration:


Variable Lokaler Wert
Contenido-Bild 4.5.2 ALPHA
frontend-Pfad c:/contenido/htdocs/contenido/
Contenido-Bild ../contenido/
http://localhost/contenido/

frontend-Pfad c:/contenido/htdocs
Contenido-Bild c:/contenido/htdocs/conlib/
Contenido-Bild c:/contenido/htdocs/contenido/external/wysiwyg/spaw/
http://localhost/contenido/external/wysiwyg/spaw/
Layoutname localhost
Server-Pfad http://localhost/contenido/
Anzahl der Empfänger2
Mandanten-Einstellungen Werte
forssman-web
Sprache(n) Deutsch
HTM-Pfad http://localhost/forssman/
frontend-Pfad c:/contenido/htdocs/forssman/
Kunde
Sprache(n) deutsch
HTM-Pfad http://localhost/cms/
frontend-Pfad c:/contenido/htdocs/cms/

Anzahl Benutzer 2
Anzahl der Artikel 31
Apache/1.3.27 (Win32)
MySQL Serverversion 4.0.12-max-debug
Installierte PHP-Version 4.3.2-RC1
safe_mode Deaktiviert
Aktiviert
magic_quotes_runtime Deaktiviert
gpc_order GPC
memory_limit
max_execution_time 3000
Deaktivierte Funktionen
nicht geladen
sql.safe_mode Deaktiviert
Einstellungen Werte
GD Support enabled
GD Version bundled (2.0.11 compatible)
FreeType Support enabled
FreeType Linkage with freetype
GIF Read Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled

include_path .;c:\Contenido\php\pear\


Contenido Error Log
Keine Einträge im errorlog gefunden
error log leeren

Contenido Upgrade Error Log
Keine Einträge im errorlog gefunden
upgrade error log leeren

Verfasst: Do 30. Sep 2004, 11:06
von emergence
contenido/includes/config.php
und unter administration mandanten
findest du alle anpassbaren pfade...

in der config.php steht nichts drin liegt es an 4.5.2/alpha?

Verfasst: Do 30. Sep 2004, 12:27
von DEDE
Da hat ich ja auch zuerst gesucht - aber nix is:
Das ist meine config:
<?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'] = 'c:/contenido/htdocs/contenido/';

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

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

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

/* The root server path to the pear directory */
$cfg['path']['pear'] = 'c:/contenido/htdocs/pear/';

/* The server path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg'] = 'c:/contenido/htdocs/contenido/external/wysiwyg/spaw/';

/* The web path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg_html'] = 'http://localhost/contenido/external/wysiwyg/spaw/';





/* 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 = 'contenido';

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

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


?>

Es gibt aber eine Menge anderer configs in diesem Verzeichnis. Allerdings habe ich da auch noch nichts gefunden.
Ich hab das frisch installiert (sourceforge WAMP) und den 2. Mandanten angelegt, die Module "manuell" hinüberkopiert und ein erstes eigenes Template gebaut. Dort baue ich ide Hilfsnavi ein, will das wuerfel.gif rausschmeissen und nachdem ich es bei allen gefundenen HTML's rausgeschmissen hatte taucht es in der Ansicht noch immer auf ..... hrrrrnnnfff.
Da merkte ich dann, dass die Pfade falsch sind.

Help - I need somebody ... :lol:

Verfasst: Do 30. Sep 2004, 13:15
von emergence
klingt eher so als ob die config.php im neuen mandanten verzeichniss nicht angepasst hast auf die neue client id und neue lang id
bei load_lang, load_client

Verfasst: Do 30. Sep 2004, 13:17
von DEDE
nope ... here it is:

<?php

//path to contenido, for all inclusions
$contenido_path = "../contenido/";
$errorfont = "font3";
//fo the language file
$language="de";
//optional if it isnt set the first language of the client is choose
$load_lang = "2";
$load_client = "2";

/* Various debugging options */
$frontend_debug["container_display"] = false;
$frontend_debug["module_display"] = false;
$frontend_debug["module_timing"] = false;

/* Set to 1 to brute-force module regeneration */
$force = 0;

?>

hat sich erledigt.

Verfasst: Do 30. Sep 2004, 14:16
von DEDE
Der zu ändernde Würfel.gif versteckte sich im Modul - NICHT im Template.

Allerdings ist nach wie vor keine config.php mit irgendwelchen zu ändernden Pfaden da.
Auch wenn die Pfade doch zu stimmen scheinen.

Gruss und frohen Donnerstag

Daniela