I've installed register-plus and I'm getting the following php "undefined index" errors:
Notice: Undefined index: action in ***/wp-content/plugins/register-plus/register-plus.php on line 29
Notice: Undefined index: page in ***/wp-content/plugins/register-plus/register-plus.php on line 32
Notice: Undefined index: action in ***/wp-content/plugins/register-plus/register-plus.php on line 39
Notice: Undefined index: verifyit in ***/wp-content/plugins/register-plus/register-plus.php on line 58
Notice: Undefined index: emailverifyit in ***/wp-content/plugins/register-plus/register-plus.php on line 61
Notice: Undefined index: vdeleteit in ***/wp-content/plugins/register-plus/register-plus.php on line 64
Notice: Undefined index: page in ***/wp-content/plugins/register-plus/register-plus.php on line 462
Any thoughts?
I've also uninstalled other plugins that may be conflicting, such as members-only, but the same errors occur.