• Hi,

    Normal wp generated emails work fine, only the participants database emails don’t work. I enabled wp-debug and got this:

    [02-Feb-2018 09:20:48 UTC] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘ultimate_socialnetworks’ not found or invalid function name in /path_to/httpd.www/wp-includes/class-wp-hook.php on line 298

    could you guys help me out?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author xnau webdesign

    (@xnau)

    Take a look at this page, it will help you understand what’s going on with the plugin emails:

    Participants Database Email Troubleshooter

    Thread Starter RCVRS

    (@eoevers)

    Hi Xnau,

    Tnx for your reply. I’ve got tis from that troubleshooter page, step 4 in-depth debugging.. So i was hoping you could help me further

    tnx in advance

    Plugin Author xnau webdesign

    (@xnau)

    The message you got is not related to Participants Database.

    Make sure WP_DEBUG is enabled.

    Clear your error log, then test the signup form again and see what appears in the log.

    Thread Starter RCVRS

    (@eoevers)

    I’m sorry.. This is:

    [02-Feb-2018 09:23:39 UTC] Participants_Db::process_form storing record: INSERT INTO wp_participants_database SET date_recorded = NOW(), date_updated = NOW(), first_name = ‘test’, last_name = ‘person’, email = ‘my-emailgmail.com’, mailing_list = ‘Yes’, private_id = ‘STXXO’, approved = ‘no’
    [02-Feb-2018 09:23:40 UTC] xnau_Template_Email::_mail

    context: PDb_Signup::_do_notify
    header: From: My site <[email protected]>
    Content-Type: text/html; charset=”UTF-8″
    X-Generator: Deelnemers-database

    to: [email protected]
    attachments: Array
    (
    )

    subj.: Nieuwe registratie op Mierlose Dorpsquiz
    message:
    <p>Er is een nieuwe registratie ingediend</p>

    <p>Bewerk dit record hier: http://www.my-site.nl/wp-admin/admin.php?page=participants-database-edit_participant&action=edit&id=7</p>

    I replaced my ream emailadress an url for dummy in the text above.

    Plugin Author xnau webdesign

    (@xnau)

    The “[02-Feb-2018 09:23:40 UTC]xnau_Template_Email::_mail” section tells you the emails are getting sent…so if you don’t see it, it’s probably getting dumped into the spam folder.

    Thread Starter RCVRS

    (@eoevers)

    Hello Xnau,

    Thanks for your reply. I’m most certain that the mails are not send. Not in any of my tests. And i’ve used multiple email addresses.

    Plugin Author xnau webdesign

    (@xnau)

    In that case I don’t know how else to help you. The plugin is sending the email, you can see it in the log. If something else is happening after that, it must be another plugin or perhaps even your server that is preventing it.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘No emails are send’ is closed to new replies.