You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get a similar error if gravityforms is deactivated (which happens when it is upgraded of course) - this is reported after "wp deactivate gravityforms":
PHP Fatal error: Class 'GFAPI' not found in ..wp-content/plugins/Gravity-Forms-ACF-Field-master/gravity_forms-v5.php on line 191
Looks like use of GFAPI:: isn't protected by any class_exists() check :-( It completely breaks the ability to upgrade the gravityforms plugin unless Gravity-Forms-ACF-Field is deactivated first and then re-activated afterwards - not good!
BTW, is Gravity-Forms-ACF-Field an abandoned plugin? There's been no commits for 4 years now...
Fatal error: Class 'RGFormsModel' not found in […]/wordpress/wp-content/plugins/Gravity-Forms-ACF-Field-master/gravity_forms-v5.php on line 111
Error pretty much breaks the WP admin.
The text was updated successfully, but these errors were encountered: