-
Notifications
You must be signed in to change notification settings - Fork 73
unable to login #230
Comments
Did you try to call the installation check routine? |
Yes I did, and there where no errors. even the db was correctly found. An idea?
|
ok, then the way to go forward is to switch on debug mode and look for errors in the log: https://github.com/rvolz/BicBucStriim/wiki/Debug-mode |
Hey, did so, this is the result: Slim Application Error Details Type: Aura\Auth\Exception\PasswordIncorrect #0 /volume2/web/bbs/vendor/aura/auth/src/Adapter/PdoAdapter.php(150): Aura\Auth\Adapter\PdoAdapter->verify(Array, Array) tried all my accounts, says all passwords are wrong. above that statement it says in the logs: INFO - 2016-10-18T09:58:10+02:00 - BicBucStriim 1.3.6: Running in debug mode. I checked with install check, the calibre library is accessible in place. where to config the path, again? Thx
|
Did you upgrade from a previous version, because the password is not recognized? Just to check if there is a technical problem, you could move your old data/data.db to a different location. Then you could login with the default credentials admin/admin. If this works, then the problem is the old DB. |
Yes, I did upgrade from an old version. So I did as You said, and indeed I could login again. But, looks like I’m having permission problems. I can change the admin password, and it says nothing wrong, but if I logout and login again, it is still the default pass. So maybe the old db isn’t bad?
|
Yes, it seems that there are still permission problems with the directory or the files, like in #229. In general, the user of the http server, normally http, needs read/write access to the directory and the files. Currently it can only read. |
Hey if I want to login - with any account - i get a "error loading page" message, which disappears after 3 seconds.
The config.php does show no errors.
What can I do?
The text was updated successfully, but these errors were encountered: