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
A couple of community members noted that colymba/gridfield-bulk-editing-tools 3.0.0 was throwing (unrelated) symfony deprecation warnings with framework 4.7.3 that was breaking the bulk upload field.
I replicated this locally with SS_ENVIRONMENT_TYPE="live"
Deprecated: The "Symfony\Component\Cache\Simple\AbstractCache" class is deprecated since Symfony 4.3, use "Symfony\Component\Cache\Adapter\AbstractAdapter" and type-hint for "Symfony\Contracts\Cache\CacheInterface" instead. in /var/www/vendor/symfony/cache/Simple/AbstractCache.php on line 23
A couple of community members noted that colymba/gridfield-bulk-editing-tools 3.0.0 was throwing (unrelated) symfony deprecation warnings with framework 4.7.3 that was breaking the bulk upload field.
I replicated this locally with
SS_ENVIRONMENT_TYPE="live"
The reason there was that colymba/gridfield-bulk-editing-tools was making so much of a fuss about deprecated classes that it caused itself to break
ACs
The text was updated successfully, but these errors were encountered: