ERR_CONNECTION_RESET on *some* forms after upgrade to newest version
-
Today on my dev mirror of a client site, I upgraded to the most recent WP and CF7. Since then, I am having the following problem: On *some* CF7 forms, attempting to view OR edit them causes the browser to spin for some time and then gives ERR_CONNECTION_RESET. Some forms still work fine.
These are VERY LARGE forms, at least by my measure. But at least one of the forms that still functions is also about as large as the key form I need to work. :-/
My suspicion is that something got out of whack between the data in the posts table and the metadata table. I arrive at this conclusion because of the following information in my mysql query log:
57 Query SELECT * FROM ogm4sk_posts WHERE ID = 8331 LIMIT 1 57 Query SELECT post_id, meta_key, meta_value FROM ogm4sk_postmeta WHERE post_id IN (8331) ORDER BY meta_id ASC 57 Query SELECT option_value FROM ogm4sk_options WHERE option_name = '_wc_needs_update' LIMIT 1 57 Query SELECT option_value FROM ogm4sk_options WHERE option_name = '_wc_needs_pages' LIMIT 1 57 Query SELECT post_status, COUNT( * ) AS num_posts FROM ogm4sk_posts WHERE post_type = 'shop_order' GROUP BY post_status 57 Query SELECT option_value FROM ogm4sk_options WHERE option_name = 'auto_core_update_failed' LIMIT 1 57 Query SELECT option_value FROM ogm4sk_options WHERE option_name = 'quick_cache_notices' LIMIT 1 57 Query SELECT option_value FROM ogm4sk_options WHERE option_name = 'quick_cache_errors' LIMIT 1 57 Query SELECT post_id FROM ogm4sk_postmeta WHERE meta_key = '_old_cf7_unit_id'
The first line is what I see when I click the edit link for a misbehaving form; the last is the last line when the connection is “reset”. Clearly some of the other queries here are unrelated, but I include them for completion.
- The topic ‘ERR_CONNECTION_RESET on *some* forms after upgrade to newest version’ is closed to new replies.