Viewing 6 replies - 1 through 6 (of 6 total)
  • Same problem here. Anyone figure out this?
    Problem occurs when PHP 5.4 version is used.

    Has anyone got this figured out yet? I have the same issue.

    I changed function “wpcf7_the_post” in contact-form-7/includes/controller.php to this:

    function wpcf7_the_post() {
    	global $wpcf7;
    	if(count( (array)$wpcf7) == 0)
    		$wpcf7 = new stdClass();
    	$wpcf7->processing_within = 'p' . get_the_ID();
    	$wpcf7->unit_count = 0;
    }
    

    It’s not a big issue but hope authors will fix it soon.

    getting same issue here waiting for author fix


    https://asf-mobiles.net/

    This issue isn’t fixed yet. Can someone confirm that it will be fixed in next update?

    I just changed my servers and now i get the same error Warning: Creating default object from empty value in wp-content/plugins/contact-form-7/includes/controller.php on line 131

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Contact form 7 Error’ is closed to new replies.