Problem Saving Forms in the admin – Undefined property: stdClass::$edit_page
-
Whenever I try to save a CF7 form in the WP admin area, I get this error message:
Notice: Undefined property: stdClass::$edit_page in /[path to WordPress installation]/wp-includes/capabilities.php on line 161
Warning: Cannot modify header information – headers already sent by (output started at /[path to WordPress installation]/wp-includes/capabilities.php:161) in /[path to WordPress installation]/wp-includes/pluggable.php on line 1251
Warning: Cannot modify header information – headers already sent by (output started at /[path to WordPress installation]/wp-includes/capabilities.php:161) in /[path to WordPress installation]/wp-includes/pluggable.php on line 1254
In fact it does seem like the form was saved, despite the resulting error page.
I’ve tried disabling other plugins that I thought might be related, and tried switching to the WP default theme, but neither helped solve the problem.
Anyone have a guess what might be wrong, or what I could do to help troubleshoot and solve the problem?
The topic ‘Problem Saving Forms in the admin – Undefined property: stdClass::$edit_page’ is closed to new replies.