• After setting up several custom fields and test registering, I received the errors/warnings at the bottom of this page.

    When viewing user profiles, the new custom fields are not visible. I’m unable to do anything with them.

    When going to pie-solutions.com, google and chrome complain about malware on the website. Here is that error message.

    Error : http://www.pie-solutions.com contains malware. Your computer might catch a virus if you visit this site.

    I have the latest version of WordPress, and am using the “Weaver” theme, which has worked really well for me.

    — Signup Errors/Warnings —

    Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/USER/public_html/sub.whs/wp-content/plugins/pie-register/pie-register.php on line 810

    Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/USER/public_html/sub.whs/wp-content/plugins/pie-register/pie-register.php on line 815

    Warning: Cannot modify header information – headers already sent by (output started at /home/USER/public_html/sub.whs/wp-content/plugins/pie-register/pie-register.php:810) in /home/richardp/public_html/sub.whs/wp-includes/pluggable.php on line 934

    http://wordpress.org/extend/plugins/pie-register/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter techdruid

    (@techdruid)

    I did manage to get this plugin working at least with the basics.

    I disabled the WP-Polls plugin, and removed field name that had a space in the name. Though I’m not sure the space was an issue, because I added it back, and it seems to work okay.

    Also, I had to modify the code. edit the pie-register.php file and search for the string “value = get_user_meta”. You must add the “true” field to the end of this line, or the edit profile displays arrays instead of the actual value. At least for “Text” fields. Not sure how this will effect drop-downs or radio buttons. Here’s what I changed the line to be.

    $value = get_user_meta( $user_ID, $id, true );

    Hi techdruid. I’m experiencing the same problem too. And it doesn’t help that the support site has a malware.

    You managed to get the plugin working for yourself? I don’t understand PHP at all so I’m trying to work slog through the code myself, haha.

    How did you do it? You simply change the line to $value = get_user_meta( $user_ID, $id, true ); ?

    Do you know what the error message means, in non-computer language?

    Thread Starter techdruid

    (@techdruid)

    Hi waltzingmathile,

    That change I suggest will help display the “text” field on the profile. But may not actually have anything to do with the warning messages.

    It is possible those errors happened on the first signup, and maybe they won’t happen again. have you tried signing up a second person as a test?

    I never truly tracked down the exact cause of the error. I can only speculate.

    One example of what the error could mean is that the script/program is expecting numbers, but received alpha-text (a-z) instead. I doubt that’s the exact problem, but that’s basically it in non-computer language.

    Oh gosh, I still can’t solve it.

    I found a thread that is related to this problem we’re facing though. I thought you might like to see it:

    http://wordpress.org/support/topic/register-plus-settings-corrupted-no-uninstall-available

    I haven’t tried it because I’ve no idea how to work mysql. But you could give it a shot!

    oh wait sorry, I don’t think that thread has anything to do with this! Lol false alarm

    I’m having lots of trouble with this plugin as well. But in MAIL MESSAGES.
    I want it to accept HTML code so I can easily style my messages, but “striplashes” and/or “disable_magic_quotes” is not letting me do it.

    I’m new to PHP, and can’t get the hang of it. please help 🙁

    http://wwww.cmasathletes.com

    hi am using pie register in my blog… all working perfectly but when a new user register it showing a verification link is sent to your mail ID but whats the problem is there is no one is reciving a verification mail .. can any one tell whats the problem in it ???

    hi am using pie register in my blog… all working perfectly but when a new user register it showing a verification link is sent to your mail ID but whats the problem is there is no one is reciving a verification mail .. can any one tell whats the problem in it ???

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: Pie Register] Multiple Problems with this plugin and the support website’ is closed to new replies.