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
The "phpbb_bridge.connector" service or alias has been removed or inlined when the container was compiled
solved patching "/src/Resources/config/services.yml" from
So, made the 'phpbb_bridge.connector' service public.
This is a quick and dirty solution, it should be solved by dependency injection, but that's beyond my skills.
The text was updated successfully, but these errors were encountered:
On Contao4.6, I get this error :
The "phpbb_bridge.connector" service or alias has been removed or inlined when the container was compiled
solved patching "/src/Resources/config/services.yml" from
to
So, made the 'phpbb_bridge.connector' service public.
This is a quick and dirty solution, it should be solved by dependency injection, but that's beyond my skills.
The text was updated successfully, but these errors were encountered: