Not working with WP 3.3.0+ & errors.
-
Currently breaking my site. 2 errors:
1)
Notice: wp_enqueue_script was called incorrectly— Seems to be caused by gf-campaign-fields.php::line 473:
wp_enqueue_script( 'aq_js_cookie', plugins_url( 'js/js.cookie.min.js', __FILE__ ), null, $gf_campaign_version, true );
2)
Warning: Use of undefined constant AQ_VELOCIFY_ADDON_VERSION— Same file. A version constant is defined at top of file, but then another is accessed on line 33…
define( 'GF_CAMPAIGN_FIELD_VERSION', '2.4.1' ); ... protected $_version = AQ_VELOCIFY_ADDON_VERSION;
- The topic ‘Not working with WP 3.3.0+ & errors.’ is closed to new replies.