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

Gesperrt
DEDE
Beiträge: 314
Registriert: Do 19. Feb 2004, 16:15
Kontaktdaten:

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

Beitrag 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
emergence
Beiträge: 10653
Registriert: Mo 28. Jul 2003, 12:49
Wohnort: Austria
Kontaktdaten:

Beitrag von emergence »

contenido/includes/config.php
und unter administration mandanten
findest du alle anpassbaren pfade...
*** make your own tools (wishlist :: thx)
DEDE
Beiträge: 314
Registriert: Do 19. Feb 2004, 16:15
Kontaktdaten:

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

Beitrag 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:
emergence
Beiträge: 10653
Registriert: Mo 28. Jul 2003, 12:49
Wohnort: Austria
Kontaktdaten:

Beitrag 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
*** make your own tools (wishlist :: thx)
DEDE
Beiträge: 314
Registriert: Do 19. Feb 2004, 16:15
Kontaktdaten:

Beitrag 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;

?>
DEDE
Beiträge: 314
Registriert: Do 19. Feb 2004, 16:15
Kontaktdaten:

hat sich erledigt.

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