Skip to content
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

db_prefix not working on MySQL #686

Closed
tortlepp opened this issue Jul 10, 2015 · 2 comments
Closed

db_prefix not working on MySQL #686

tortlepp opened this issue Jul 10, 2015 · 2 comments
Labels

Comments

@tortlepp
Copy link

I set up selfoss with MySQL and used db_prefix=selfoss_ . The setup of the database was done correctly, in phpMyAdmin I could see selfoss_items and the other tables. But after login I got a blank page with the message "Ein Fehler ist aufgetreten".

In the log I found these messages:

07-10-15 23:44:21 Debug logged in using valid session
07-10-15 23:44:21 Debug Establish database connection
07-10-15 23:44:21 Error PDOStatement: Table 'DATABASE.items' doesn't exist

Without the prefix (db_prefix=) the problem did not occur.

niol added a commit to niol/selfoss that referenced this issue Jul 15, 2015
@niol
Copy link
Collaborator

niol commented Aug 12, 2015

This is fixed, can be closed.

@tortlepp
Copy link
Author

Thanks a lot! After the update to 2.14 db_prefix works fine.

@jtojnar jtojnar added the bug label Apr 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants