• I have upgraded my database from MySQL4 to MySQL5, and upgraded my WP version to 2.7 and now I get the following behavior when using the Register Plus plugin v3.5.1:

    Warning: Invalid argument supplied for foreach() in
    /***/blog/wp-content/plugins/register-plus/register-plus.php on line 195

    Every field in the Plugin Options has a capital letter A in it, and I can’t
    clear or change it.

    How do I reset the database tables used by this plugin? Would this even
    help?

Viewing 1 replies (of 1 total)
  • Thread Starter DanoNH

    (@danonh)

    OK, I think I may have finally fixed my problem here…

    Maybe this was due to my upgrade of the database from MySQL4 to MySQL5, but I had to completely delete the plugin on my server, then go to the MySQL Administration app on my hosting provider and delete the following 2 rows from the WP database table wp_options:

    • register_plus, and
    • register_plus_custom

    Hope this will help someone else…

    Dan

Viewing 1 replies (of 1 total)
  • The topic ‘Invalid argument supplied for foreach() in register-plus.php’ is closed to new replies.