Hallo alle
Ich bekomme im Admin unter Zusatzmodule (configuration.php) eine Fehlermeldung:
PHP-Code:
Warning: constant() [function.constant]: Couldn't find constant SHOW_PRODUCTS_TREADMILL_TITLE in /var/www/web160/html/admin/configuration.php on line 174
Warning: constant() [function.constant]: Couldn't find constant SHOW_PRODUCTS_TREADMILL_DESC in /var/www/web160/html/admin/configuration.php on line 181
Warning: constant() [function.constant]: Couldn't find constant DISPLAY_PRODUCTS_TREADMILL_TITLE in /var/www/web160/html/admin/configuration.php on line 174
Warning: constant() [function.constant]: Couldn't find constant DISPLAY_PRODUCTS_TREADMILL_DESC in /var/www/web160/html/admin/configuration.php on line 181
Warning: constant() [function.constant]: Couldn't find constant SHOW_PRODUCTS_TREADMILL_CATID_TITLE in /var/www/web160/html/admin/configuration.php on line 174
Warning: constant() [function.constant]: Couldn't find constant SHOW_PRODUCTS_TREADMILL_CATID_DESC in /var/www/web160/html/admin/configuration.php on line 181
Warning: constant() [function.constant]: Couldn't find constant SHOW_PRODUCTS_TREADMILL_ORDER_TITLE in /var/www/web160/html/admin/configuration.php on line 174
Warning: constant() [function.constant]: Couldn't find constant SHOW_PRODUCTS_TREADMILL_ORDER_DESC in /var/www/web160/html/admin/configuration.php on line 181
Warning: constant() [function.constant]: Couldn't find constant SHOW_PRODUCTS_TREADMILL_SORT_TITLE in /var/www/web160/html/admin/configuration.php on line 174
Warning: constant() [function.constant]: Couldn't find constant SHOW_PRODUCTS_TREADMILL_SORT_DESC in /var/www/web160/html/admin/configuration.php on line 181
Warning: constant() [function.constant]: Couldn't find constant SHOW_PRODUCTS_TREADMILL_POSITION_TITLE in /var/www/web160/html/admin/configuration.php on line 174
Warning: constant() [function.constant]: Couldn't find constant SHOW_PRODUCTS_TREADMILL_POSITION_DESC in /var/www/web160/html/admin/configuration.php on line 181
Warning: constant() [function.constant]: Couldn't find constant SHOW_PRODUCTS_TREADMILL_ONLYIMAGE_TITLE in /var/www/web160/html/admin/configuration.php on line 174
Warning: constant() [function.constant]: Couldn't find constant SHOW_PRODUCTS_TREADMILL_ONLYIMAGE_DESC in /var/www/web160/html/admin/configuration.php on line 181
und wenn ich weitere Module installiere (nicht bei jeden) werden das mehr Fehler immer der gleichen Art.
Die genannten zeilen befinden sich hier
PHP-Code:
echo '
<tr>
<td width="300" valign="top" class="dataTableContent"><b>'.constant(strtoupper($configuration['configuration_key'].'_TITLE')).'</b></td>
<td valign="top" class="dataTableContent">
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td style="background-color:#FCF2CF ; border: 1px solid; border-color: #CCCCCC;" class="dataTableContent">'.$value_field.'</td>
</tr>
</table>
<br />'.constant(strtoupper( $configuration['configuration_key'].'_DESC')).'</td>
</tr>
';
könnt Ihr mir sagen wo die Ursache des Fehlers liegen ??
vielen Dank im voraus
Gruß Richert