Birthday Private Message Mod - Call to undefined function
Verfasst: 13.10.2004 16:39
hallo.
habe den mod "Birthday Private Message Mod (AK. Birthday message mod)" eingerichtet.
der dafür benötigte mod "Send PM On User Registration" läuft erfolgreich.
wenn ich nun mein geb.tag. auf heute stelle so kommt folgende fehlermeldung:
die zeile in der index.php ist der funktionsaufruf:
die funktion "bpm_send_pm" wird jedoch wie auch die andere (wpm_send_pm) in der datei "functions_post.php" erstellt.
an was kann es liegen, dass die funktion nicht zur verfügung steht?
habe den mod "Birthday Private Message Mod (AK. Birthday message mod)" eingerichtet.
Code: Alles auswählen
## MOD Description: With this mod you can sendt an pm or an email
## to the user who has his birthday. The message you
## can define in the admin panel with some functions
## like with the wpm mod. The old pop-up wil appear,
## but you can shut it down in the bpm panel as well as
## in the board configuration.
wenn ich nun mein geb.tag. auf heute stelle so kommt folgende fehlermeldung:
Code: Alles auswählen
Fatal error: Call to undefined function bpm_send_pm() in ...... \forum\index.php on line 363
Code: Alles auswählen
bpm_send_pm($user_id, $bpm_subject, $bpm_message, 1);
an was kann es liegen, dass die funktion nicht zur verfügung steht?