-
Hi, Here is the command i used: Connections are properly configured within config.php (as "source" and "flarum" and working. Here is the exception i got:
The class seems to be called by a filter in the /src/Sources/PhpBB3.php conversation_map:
Can anyone check this up and give me a hint towards a fix? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Also ran into this... I have no idea what the class issue is, but I simply inlined the function that it tries to call:
|
Beta Was this translation helpful? Give feedback.
Nice workaround.
Looks like I created this bug when I introduced namespaces a bit ago.
Fix is here: 11d7eb4