fruxefarms / FruxePi

Indoor farming software using the Raspberry Pi
https://docs.fruxe.co
Other
142 stars 41 forks source link

Unable to login #43

Closed dcaud closed 5 years ago

dcaud commented 5 years ago

After I enter the login screen (where I entered the default username and password), I get the following:

FruxePi » A Database Error Occurred
Error Number: 1146

Table 'frx_db.users' doesn't exist

SELECT `email`, `email`, `id`, `password`, `active`, `last_login` FROM `users` WHERE `email` = 'hello@fruxe.co' ORDER BY `id` DESC LIMIT 1

Filename: models/Ion_auth_model.php

Line Number: 1038

I re-updated twice, today, after the latest commit (f6781fa) and the same error occurred

fruxefarms commented 5 years ago

I might suggest a hard removal and reset https://docs.fruxe.co/#/update

Particularly, using sudo docker system prune -a --volumes as their was some changes to the DB as well.

dcaud commented 5 years ago

I'm still getting the same error.

fruxefarms commented 5 years ago

Ah damn. There may have been a bad DB field. Try again.

dcaud commented 5 years ago

Ok. Trying now.

dcaud commented 5 years ago

It worked! I am able to login and I'm no longer getting that error.

Thanks!