Undefined index: wpDirAuthTOS
-
Hi,
When I try to update user e.g. when changing a password or user role, I get this error:
Fatal error: Uncaught exception 'ErrorException' with message 'Undefined index: wpDirAuthTOS' in C:\www\wordpress\wp-content\plugins\wpdirauth\wpDirAuth.php:1111 Stack trace: #0 C:\www\wordpress\wp-content\plugins\wpdirauth\wpDirAuth.php(1111): exceptions_error_handler(8, 'Undefined index...', 'C:\\w...', 1111, Array) #1 [internal function]: wpDirAuth_profileUpdate(45) #2 C:\www\wordpress\wp-includes\plugin.php(503): call_user_func_array('wpDirAuth_profi...', Array) #3 C:\www\wordpress\wp-includes\user.php(2094): do_action('profile_update', 45, Object(stdClass)) #4 C:\www\wordpress\wp-includes\user.php(2193): wp_insert_user(Array) #5 C:\www\wordpress\wp-admin\includes\user.php(176): wp_update_user(Object(stdClass)) #6 C:\www\wordpress\wp-admin\user-edit.php(159): edit_user(45) #7 {main} thrown in C:\www\wordpress\wp-content\plugins\wpdirauth\wpDirAuth.php on line 1111
So it looks like ‘wpDirAuthTOS’ isn’t in the post data.
I have ‘Terms of Services Agreement’ set to ‘no’ in Directory Authentication Options.
I’m using wpDirAuth 1.7.9. and WordPress 4.3.1.
- The topic ‘Undefined index: wpDirAuthTOS’ is closed to new replies.