• Resolved amagonagle

    (@amagonagle)


    When I create a new sign-up sheet I get an Invalid email error and cannot create a new sign-up sheet. Also I cannot see the populated forms on the front end and have 2 additional warnings:

    Warning: strtotime() expects parameter 1 to be string, array given in /xxxx/xxxxxxx/xx/xxxxxxx/xxxx/xxxxxxxxxx/wp-includes/functions.php on line 33

    Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in /xxxx/xxxxxxx/xx/xxxxxxx/xxxx/xxxxxxxxxx/wp-includes/wp-db.php on line 1040

    https://www.ads-software.com/plugins/pta-volunteer-sign-up-sheets/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author DBAR Productions

    (@dbar-productions)

    I’m assuming you are using a valid email address in the proper format? [email protected] or similar?

    The email field is validated by the built-in WordPress is_email() function, that checks for valid email address formats.

    All I can tell you is that the plugin is working just fine for everyone else, and for all my test sites.

    So, that means that the most likely problem is that some other plugin, or possibly your theme, is somehow causing a conflict with my plugin. Without more information, I can’t tell if those warnings are from my plugin, or again from some other plugin or theme that is causing a conflict. I do NOT get ANY warnings on all the sites I have tested my plugin with.

    What you need to do is use a process of elimination to figure out where the conflict is, and then if you let me know which plugin, or theme, is causing the conflict with my plugin, I can try to install it on one of my test sites and see if I can figure out what the issue is.

    My suggestion to figure out the conflict is to first deactivate ALL other plugins and then try creating a sign-up sheet. If it works, then you know it’s one of the other plugins, and you can turn them on one at a time and try creating a sheet again until the error returns, and then you know which plugin is causing the problem. If the error still occurs with all other plugins deactivated, then it’s something in your theme. Try switching to a default theme, like Twenty Twelve, and try again. If it works, then you know it’s a theme issue.

    If you are still having problems, even after deactivating all other plugins and switching to a different theme, then it’s possible something got corrupted when you installed the plugin. At that point I would completely delete all my plugin files and install a fresh copy.

    Start with trying to find if it’s a conflict as described above, and let me know what happens.

    Thread Starter amagonagle

    (@amagonagle)

    Thanks for the response. It seems there is a conflict with the plugin “Import users from CSV with meta.” Once I deactivated it I am now able to create a new sheet and I am not getting the warnings referenced above. Thanks again!

    Plugin Author DBAR Productions

    (@dbar-productions)

    Glad you were able to track it down… that plugin sounds like something you only need once anyway and then can deactivate or delete once you finished importing the users.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add Sign-Up Sheet Invalid Email Error & Warnings’ is closed to new replies.