|
|||
|
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 - |
![]() |
| Lesezeichen |
| Stichworte |
| adminbereich, fehler, modul, vorkasse |
| Themen-Optionen | |
| Ansicht | |
|
|
Ähnliche Themen
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Nachnahme Modul Fehler | mcdoodle | Installation und Konfiguration | 11 | 18.02.2009 08:01 |
| Fehler Im Komplettem Adminbereich | Matze202 | Installation und Konfiguration | 8 | 27.12.2003 20:02 |