Would be much appreciated π
-
This reply was modified 9 years, 5 months ago by
funkolector. Reason: mistake
Would be much appreciated π
Yes, it would be so nice !
Thank you
Tom
(@rockstar_tom)
Same here! Happy to donate for an upgrade π
Hey, everyone.
I fixed this error by changing 2 lines in the plugin. Just in case, the plugin file is located in \wp-content\plugins\contact-form-7-dynamic-text-extension\contact-form-7-dynamic-text-extension.php.
Changed line 39 from
wpcf7_add_shortcode(
to
wpcf7_add_form_tag(
Changed line 44 from
$tag = new WPCF7_Shortcode( $tag );
to
$tag = new WPCF7_FormTag( $tag );
I hope this is gonna be fixed in the next updateβ¦
-
This reply was modified 9 years, 5 months ago by
Dmitry_Demir.
Thanx Dmitry_Demir, I hope too next update will consider your patch
Sorry for the late fix, guys. The deprecated functions have been updated in the latest release π
hey @sevenspark
i updated th plugin. but when you google the website, meta description still shows the error.
any ideas what to do?
@lisbert ,
You’ll need to give it some time for Google to re-crawl your website, the SERPs won’t refresh immediately.
Of course, using WP_DEBUG to check for warnings on a staging or development site is very important, but you should not have WP_DEBUG (or PHP error reporting in general) enabled on a production site.
This is killing me, I’ve downloaded the latest version of the plugin and I’m still getting this same error. It takes down my live site, is there a fix coming soon or am I missing something?
Hi Nathaniel,
You’ll need to make sure you have the latest version of both CF7 and CF7 DTX installed. If you have an error, you need to check WP_DEBUG to see what it is. Even if you’re getting the notice indicated here, it would not brick the site, as it’s not an error, just a notice.
I am now having this error and i dont have access to our backend and its weekend. This is not cool!
Fatal error: Call to undefined function wpcf7_add_form_tag() in /usr/www/wwws/users/cobhzrsoe/wp-content/plugins/contact-form-7-dynamic-text-extension/contact-form-7-dynamic-text-extension.php on line 39