martor2 Posted April 1, 2009 Report Share Posted April 1, 2009 Nachstehende Meldung wird im Adminbereich bei Vorkassemodul angezeigt. Zahlungsweisen XT Modules Warning: constant() [function.constant]: Couldn't find constant MODULE_PAYMENT_MONEYORDER_PAYTO_TITLE in /homepages/31/d85455243/htdocs/admin/modules.php on line 166 Warning: constant() [function.constant]: Couldn't find constant MODULE_PAYMENT_MONEYORDER_PAYTO_DESC in /homepages/31/d85455243/htdocs/admin/modules.php on line 168 Hier ein Auszug aus der modules.php Zeile 160-175 -------------------------------------------- $module_keys = $module->keys(); $keys_extra = array(); for ($j = 0, $k = sizeof($module_keys); $j < $k; $j++) { $key_value_query = xtc_db_query("select configuration_key,configuration_value, use_function, set_function from " . TABLE_CONFIGURATION . " where configuration_key = '" . $module_keys[$j] . "'"); $key_value = xtc_db_fetch_array($key_value_query); if ($key_value['configuration_key'] !='') $keys_extra[$module_keys[$j]]['title'] = constant(strtoupper($key_value['configuration_key'] .'_TITLE')); $keys_extra[$module_keys[$j]]['value'] = $key_value['configuration_value']; if ($key_value['configuration_key'] !='') $keys_extra[$module_keys[$j]]['description'] = constant(strtoupper($key_value['configuration_key'] .'_DESC')); $keys_extra[$module_keys[$j]]['use_function'] = $key_value['use_function']; $keys_extra[$module_keys[$j]]['set_function'] = $key_value['set_function']; } $module_info['keys'] = $keys_extra; $mInfo = new objectInfo($module_info); } -------------------------------------------------------------------------- Wir verkaufen nur über Vorkasse. Einstellungen: Vorkasse > true erlaubte Zone > alle Zahlungszone > alle Hat jemand einen Tipp was hier falsch läuft ??? Viele Grüße Arno Xt:C. 3.2.01 - Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.