vfb and PHP 8 (wakeup() function must have public visibility)
-
When testing our WPEngine hosted site for compatibility with PHP version 8 I get these warnings:
Warning: The magic method VFB_Pro::__wakeup() must have public visibility in /Applications/MAMP/htdocs/wp-content/plugins/vfb-pro/vfb-pro.php on line 78
Warning: The magic method VFB_Pro_Form_Display::__wakeup() must have public visibility in /Applications/MAMP/htdocs/wp-content/plugins/vfb-pro/public/class-form-display.php on line 51
Warning: The magic method VFB_Pro_Addon_Display_Entries::__wakeup() must have public visibility in /Applications/MAMP/htdocs/wp-content/plugins/vfbp-display-entries/vfbp-display-entries.php on line 69
Warning: The magic method VFB_Pro_Addon_Form_Designer::__wakeup() must have public visibility in /Applications/MAMP/htdocs/wp-content/plugins/vfbp-form-designer/vfbp-form-designer.php on line 69
I’d like to move to PHP 8 but would like to see this fix come out in a vfp plugin update first.
The topic ‘vfb and PHP 8 (wakeup() function must have public visibility)’ is closed to new replies.