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
I think this can be fixed just by using select instead of selectRaw. If that doesn't help there is a function from Laravel to retrieve the table prefix when building raw statements, though I don't remember its name.
Here's an extract from the error message reported by a user on the Flarum Discord server:
This line will cause an error on Flarum installations that use table prefixes
my-tags/src/LoadForumTagsRelationship.php
Line 27 in 9a74da8
I think this can be fixed just by using
select
instead ofselectRaw
. If that doesn't help there is a function from Laravel to retrieve the table prefix when building raw statements, though I don't remember its name.Here's an extract from the error message reported by a user on the Flarum Discord server:
The text was updated successfully, but these errors were encountered: