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 was archived by the owner on Jul 5, 2024. It is now read-only.
Installed on a freshly upgraded Matic 4.4.10 to 5.0.3 instance using composer and ran into the following fatal error...
php.CRITICAL: Fatal Error: During class fetch: Uncaught ReflectionException: Class “Liip\TestFixturesBundle\Test\FixturesTrait” not found while loading “MauticPlugin\SparkpostBundle\Tests\Functional\EventSubscriber\CallbackSubscriberTest”.
I was able to overcome the error by running composer install --no-dev --optimize-autoloader
Installed on a freshly upgraded Matic 4.4.10 to 5.0.3 instance using composer and ran into the following fatal error...
php.CRITICAL: Fatal Error: During class fetch: Uncaught ReflectionException: Class “Liip\TestFixturesBundle\Test\FixturesTrait” not found while loading “MauticPlugin\SparkpostBundle\Tests\Functional\EventSubscriber\CallbackSubscriberTest”.
I was able to overcome the error by running
composer install --no-dev --optimize-autoloader
I left a post on the Mautic forum here
The text was updated successfully, but these errors were encountered: