Jump to content
xt:Commerce Community Forum

Fehlermeldung Im Admin - Bereich


kalytta

Recommended Posts

Hallo,

wir erhalten folgende Fehlermeldung im Adminbereich -> Konfiguration -> Zusatzmodule:

Warning: constant(): Couldn't find constant ACTIVATE_NAVIGATOR_TITLE in /home/www/web16/html/azubishirt/admin/configuration.php on line 171

Warning: constant(): Couldn't find constant ACTIVATE_NAVIGATOR_DESC in /home/www/web16/html/azubishirt/admin/configuration.php on line 173

und

Warning: constant(): Couldn't find constant ACTIVATE_NAVIGATOR_TITLE in /home/www/web16/html/azubishirt/admin/configuration.php on line 142

false

Warning: constant(): Couldn't find constant QUICKLINK_ACTIVATED_TITLE in /home/www/web16/html/azubishirt/admin/configuration.php on line 142

true

---

hat jemand eine Idee wie dieser Fehler zu beheben ist.

Haben V2.0 mit Update Servicpack 1.1 und 1.2 installiert

wir haben die Textstelle ACTIVATE_NAVIGATOR_TITLE und/oder ACTIVATE_NAVIGATOR_DESC in der configuration.php gefunden. . .

Thnx RK :grml:

Link to comment
Share on other sites

Guest HHGAG

Die Variablen sind zwar da, aber die m?ssen in den lang files deklariert werden (Text fehlt)!!!

/lang/XXX/admin/configuration.php

F?ge das hier ein (Deutsch!!!):

define('ACTIVATE_NAVIGATOR_TITLE','Produktnavigator aktivieren?');

define('ACTIVATE_NAVIGATOR_DESC','Produktnavigator in der Produktdetailansicht aktivieren/deaktivieren (aus performancegr?nden bei hoher Artikelanzahl)');

define('QUICKLINK_ACTIVATED_TITLE','Multilink/Kopierfunktion aktivieren');

define('QUICKLINK_ACTIVATED_DESC','Die Multilink/Kopierfunktion erleichtert das Kopieren/Verlinken eines Produktes in mehrere Kategorien, durch die M?glichkeit einzelne Kategorien per Checkbox zu selektieren');

F?ge das hier ein (Englisch!!!):

define('ACTIVATE_NAVIGATOR_TITLE','activate productnavigator?');

define('ACTIVATE_NAVIGATOR_DESC','activate/deactivate productnavigator in product_info, (deaktivate for better performance with lots of articles in system)');

define('QUICKLINK_ACTIVATED_TITLE','activate multilink/copyfunction');

define('QUICKLINK_ACTIVATED_DESC','The multilink/copyfunction, changes the handling for the "copy product to" action, it allows to select multiple categories to copy/link a product with 1 click');

Link to comment
Share on other sites

Hallo HHGAG,

vielen Dank hat funktioniert.

Obwohl wir in der configuration.php diese Stelle ausgef?llt vorgefunden haben wurde diese anscheinend nicht ausgewertet wie sie sollte.

Wir haben diese Stelle durch deine gemachten Angeben ersetzt uns nun funktioniert die Anzeige wie es sein sollte.

Nochmals DANKE :bounce:

RK

Link to comment
Share on other sites

  • 2 months later...

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...