-
Notifications
You must be signed in to change notification settings - Fork 18
Unsure if there is an issue with database prefix #22
Comments
Sorry to hear that, could you be more specific about what error you're getting, and what actions led up to that error? |
Hi, I have added a prefix to the database.php
It installs correctly on the database with all the columns.
But when going to choosing the blog section the default euro shows an issue with the jury missing the prefix.
|
Ah, looks like the order is using a raw subquery. I don't have time to fix it right now, but if you want to take a crack at it I'd happily accept that PR. Should be nothing more than adding an if statement checking if there are prefixes, and applying it to the query. Or, possibly a better solution would be to not use a raw query at all, and instead create the subquery via the query builder. |
Okay I will take a look :) |
I have had a look and I have found the issue but I am unsure how to add prefix to this filetype. models/tag/columns.yaml |
Oh, you were referring to the backend blog section. Yup, that will need to be updated as well. |
I seem to be getting an error with regards to database prefix set in the config database file.
The text was updated successfully, but these errors were encountered: