-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SQLSTATE[42S22]: Column not found: 1054 #3090
Labels
Comments
Same here. I do use table prefix (maybe I shouldn't?), and my understanding is that it has been fixed in 2.15.2 |
removing db prefix resolved the issue |
There is indeed a bug! |
Ok... thanks... |
Wow, that's quick! Thank you so much @asbiin! You guys are the best!! |
This issue has been automatically locked since there |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
I have set the
DB_PREFIX=monica_
and when trying to load/public/people/list
I getSQLSTATE[42S22]: Column not found: 1054
Screenshots
https://i.imgur.com/dtFh6Mh.png
Which version are you using:
Latest version, 2.15.2
Additional context
Here's the full error message...
Everything else seems fine on a quick run through...
The text was updated successfully, but these errors were encountered: