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 don't think so. I am on 8+ and I get this error when I try to create a new page - Deprecated: Creation of dynamic property PHPageBuilder\PageTranslation::$id is deprecated in /var/www/vhosts/xxxxx.com/httpdocs/phpagebuilder/src/Repositories/BaseRepository.php on line 236
The page builder is working, that's just a deprecation warning. You can hide it by setting either error_reporting(E_ALL & ~E_DEPRECATED);
or by ini_set('display_errors', 0);
in your index.php. The script functions as expected, it might not work with future php releases though.
Does PHPageBuilder work with PHP 8?
The text was updated successfully, but these errors were encountered: