Hallo. Wenn ich bei Zahlungsarten das Paypal-Modul aktiviere bekomme ich folgende Fehlermeldung:
Code:
Warning: constant() [function.constant]: Couldn't find constant MODULE_PAYMENT_PAYPAL_USE_CURL_TITLE in /homepages/44/d184975500/htdocs/admin/modules.php on line 166
Warning: constant() [function.constant]: Couldn't find constant MODULE_PAYMENT_PAYPAL_USE_CURL_DESC in /homepages/44/d184975500/htdocs/admin/modules.php on line 168
Warning: constant() [function.constant]: Couldn't find constant MODULE_PAYMENT_PAYPAL_TMP_STATUS_ID_TITLE in /homepages/44/d184975500/htdocs/admin/modules.php on line 166
Warning: constant() [function.constant]: Couldn't find constant MODULE_PAYMENT_PAYPAL_TMP_STATUS_ID_DESC in /homepages/44/d184975500/htdocs/admin/modules.php on line 168
Was muss ich machen? Ich habe die Datei modules.php aus einer frischen Installation darübergespielt, die Fehlermeldung erscheint aber trotzdem.
Die Zeilen 166-168 lauten:
Code:
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'));