Hallo,
ich bekomme seit kurzem eine Fehlermeldung unter admin / Mein Shop:
(meinedomain.de/admin/configuration.php?gID=1)
PHP-Code:
Warning: constant() [function.constant]: Couldn't find constant SHOW_EDIT_ADRESS_TITLE in /home/www/web43/html/website/admin/configuration.php on line 174
Warning: constant() [function.constant]: Couldn't find constant SHOW_EDIT_ADRESS_DESC in /home/www/web43/html/website/admin/configuration.php on line 181
Warning: constant() [function.constant]: Couldn't find constant SHOW_ORDER_LIST_TITLE in /home/www/web43/html/website/admin/configuration.php on line 174
Warning: constant() [function.constant]: Couldn't find constant SHOW_ORDER_LIST_DESC in /home/www/web43/html/website/admin/configuration.php on line 181
Allerdings ist mir nicht ganz klar was er da denn nicht finden kann, denn unter der angegebenen Datei steht Folgendes:
Zeile 174: <td width="300" valign="top" class="dataTableContent"><b>'.constant(strtoupper($configuration['configuration_key'].'_TITLE')).'</b></td>
Zeile 181: <br />'.constant(strtoupper( $configuration['configuration_key'].'_DESC')).'</td>
Falls Jemand helfen kann, würde ich mich freuen.
Grüße Jörg