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
Attempted to load class "AutomationViewBuilder" from namespace "Sulu\Bundle\AutomationBundle\Admin\View". Did you forget a "use" statement for another namespace?
#66
Attempted to load class "AutomationViewBuilder" from namespace "Sulu\Bundle\AutomationBundle\Admin\View".
Did you forget a "use" statement for another namespace?
Expected Behavior
Don't get an error
Steps to Reproduce
Install automation Bundle.
Possible Solutions
This issue was just created as a reference so it is better found by people running into the same issue if you get:
Attempted to load class "AutomationViewBuilder" from namespace "Sulu\Bundle\AutomationBundle\Admin\View".
Did you forget a "use" statement for another namespace?
It is a hint that you are using a early version of the sulu/article-bundle. Make sure you are upading the sulu/article-bundle atleast to version 2.3.1 to be compatible with the ^2.0 release of sulu/automation-bundle. Check also your other outdated sulu dependencies via composer outdated | grep sulu and update them to the latest version where possible.
This issue was just created as a reference so it is better found by people running into the same issue if you get:
Attempted to load class "AutomationViewBuilder" from namespace "Sulu\Bundle\AutomationBundle\Admin\View". Did you forget a "use" statement for another namespace?
It is a hint that you are using a early version of the sulu/article-bundle. Make sure you are upading the sulu/article-bundle atleast to version 2.3.1 to be compatible with the ^2.0 release of sulu/automation-bundle. Check also your other outdated sulu dependencies via composer outdated | grep sulu and update them to the latest version where possible.
Actual Behavior
Expected Behavior
Don't get an error
Steps to Reproduce
Install automation Bundle.
Possible Solutions
This issue was just created as a reference so it is better found by people running into the same issue if you get:
It is a hint that you are using a
early
version of thesulu/article-bundle
. Make sure you are upading thesulu/article-bundle
atleast to version2.3.1
to be compatible with the^2.0
release ofsulu/automation-bundle
. Check also your other outdated sulu dependencies viacomposer outdated | grep sulu
and update them to the latest version where possible.If you have custom code depending of the early version of the automation bundle see: https://github.com/sulu/SuluAutomationBundle/blob/2.0.0/UPGRADE.md
The text was updated successfully, but these errors were encountered: