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
{{ message }}
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.
Due to PHP 7.2 SilverStripe 3.7 changed the name of the class "Object" to "SS_Object".
This causing fatal error and the addon breaks the site.
https://docs.silverstripe.org/en/3/changelogs/3.7.0/#silverstripe-3-7-and-php-7-2-and-object-subclasses
SilverStripe 3.7 now supports PHP 7.2, which is exciting, but PHP 7.2 introduces an object keyword. To use it, you can replace any uses of Object with SS_Object in your own project code.
The text was updated successfully, but these errors were encountered: