Jump to content
xt:Commerce Community Forum

Fehler im Admin / Zusatzmodule (Datei: admin/configuration.php)


Recommended Posts

Hallo alle

Ich bekomme im Admin unter Zusatzmodule (configuration.php) eine Fehlermeldung:

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[/PHP]

und wenn ich weitere Module installiere (nicht bei jeden) werden das mehr Fehler immer der gleichen Art.

Die genannten zeilen befinden sich hier

[PHP]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>
';[/PHP]

könnt Ihr mir sagen wo die Ursache des Fehlers liegen ??

vielen Dank im voraus

Gruß Richert

Link to comment
Share on other sites

Archived

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

×
  • Create New...