That didn't help, and another form we have that's having issues already has a date/time stamp.
You don’t need the logging add-on to troubleshoot this issue. Logging is for API troubleshooting. WordPress debug should tell you what you need to know if you enable it.
[12-Mar-2023 23:27:44 UTC] PHP Notice: Trying to get property 'ID' of non-object in /home/cvfc/public_html/wp-content/plugins/show-hide-author/show_hide_author.php on line 245 [12-Mar-2023 23:27:44 UTC] PHP Notice: Trying to get property 'post_parent' of non-object in /home/cvfc/public_html/wp-content/plugins/wordpress-https/lib/WordPressHTTPS/Module/Core.php on line 429 [12-Mar-2023 23:27:44 UTC] PHP Notice: Trying to get property 'post_parent' of non-object in /home/cvfc/public_html/wp-content/plugins/wordpress-https/lib/WordPressHTTPS/Module/Core.php on line 429 [12-Mar-2023 23:27:54 UTC] PHP Notice: Trying to get property 'post_parent' of non-object in /home/cvfc/public_html/wp-content/plugins/wordpress-https/lib/WordPressHTTPS/Module/Core.php on line 429 [12-Mar-2023 23:27:54 UTC] PHP Notice: Trying to get property 'post_parent' of non-object in /home/cvfc/public_html/wp-content/plugins/wordpress-https/lib/WordPressHTTPS/Module/Core.php on line 429 [12-Mar-2023 23:27:58 UTC] PHP Notice: Trying to get property 'post_parent' of non-object in /home/cvfc/public_html/wp-content/plugins/wordpress-https/lib/WordPressHTTPS/Module/Core.php on line 429 [12-Mar-2023 23:27:58 UTC] PHP Notice: Trying to get property 'post_parent' of non-object in /home/cvfc/public_html/wp-content/plugins/wordpress-https/lib/WordPressHTTPS/Module/Core.php on line 429 [12-Mar-2023 23:28:20 UTC] PHP Notice: Trying to get property 'post_parent' of non-object in /home/cvfc/public_html/wp-content/plugins/wordpress-https/lib/WordPressHTTPS/Module/Core.php on line 429 [12-Mar-2023 23:28:20 UTC] PHP Notice: Trying to get property 'post_parent' of non-object in /home/cvfc/public_html/wp-content/plugins/wordpress-https/lib/WordPressHTTPS/Module/Core.php on line 429 [12-Mar-2023 23:29:05 UTC] PHP Notice: Trying to get property 'post_parent' of non-object in /home/cvfc/public_html/wp-content/plugins/wordpress-https/lib/WordPressHTTPS/Module/Core.php on line 429 [12-Mar-2023 23:29:05 UTC] PHP Notice: Trying to get property 'post_parent' of non-object in /home/cvfc/public_html/wp-content/plugins/wordpress-https/lib/WordPressHTTPS/Module/Core.php on line 429I disabled and uninstalled both plugins. Still getting the same error with Formidable, and now no errors in the debug log.
Nice find. Can you find something like this in your php ini file or add it?
; How many multipart body parts (combined input variable and file uploads) may
; be accepted.
; Default Value: -1 (Sum of max_input_vars and max_file_uploads)
max_multipart_body_parts = -1
There's nothing like that in my php.ini
I'll add it and see what happens.
Is this is a new function in PHP?
I didn't find too much on it. I don't know really.
Please login or Register to submit your answer
That is a generic error. My guess is that it isn't getting through the spam filter. Have you submitted a ticket with Formidable support?
I will.
I turned off the Honeypot and the error is continuing.
Do you have any settings limiting the amount of submissions to these forms?
We do not have any that I'm aware of. The forms are set to open.