Hallo zusammen,
folgendes Problem:
Ich habe ein Gutschein-Portal-Script gekauft.
Leider funktioniert eine Mail-Funktion nicht.
Bei dem Formular "Gutschein einreichen" erscheint - nach abschicken - folgende Fehlermeldung:
Fatal error: Call to undefined function app_new_submission_email() in /homepages/30/d495510361/htdocs/clickandbuilds/TierschutzShopping/wp-content/themes/clipperDE/includes/forms/submit-coupon/submit-coupon-process.php on line 256
Hier ein kurzer Auszug aus der Datei:
PHP
// send new notification email to admin if ( $clpr_options->new_ad_email ) app_new_submission_email($post_id); // if not submitted by admin or unregistered user send coupon owner a summary email if ( $user_ID != 1 && $clpr_options->nc_custom_email ) { if ($status == 'pending') clpr_owner_new_coupon_email($post_id); else clpr_owner_new_published_coupon_email($post_id);
Zeile 256 wäre dann diese:
Weiß zufällig jemand, was das sein kann?
Vielen Dank im Voraus!
mfg