 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
graywall
Joined: 27 Jun 2007 Posts: 6
|
Posted: Wed Jun 27, 2007 6:59 pm Post subject: PEAR Auth package saying "Unable to locate session stor |
|
|
Hi
I am trying to use the Auth package to create a login screen with authentication using a MySQL database.
The Auth package is not working as I expected. When I look at the log output the message "Unable to locate session storage." is included.
Does anyone here know the solution to this?
Many thanks
Graham
| Quote: | PEAR_LOG_DEBUG level messages:
7: AUTH: Auth::start() called.
7: AUTH: Auth::assignData() called.
7: AUTH: Auth::checkAuth() called.
7: AUTH: Unable to locate session storage.
7: AUTH: Auth::login() called.
7: AUTH: Loaded storage container (MDB2)
7: AUTH: Auth_Container_MDB2::fetchData() called.
7: AUTH: Auth_Container_MDB2::_connect() called.
7: AUTH: Running SQL against MDB2: SELECT username, password FROM users WHERE username = 'myusername'
7: AUTH: Auth_Container::verifyPassword() called.
6: AUTH: Incorrect login.
6: AUTH: Rendering Login Form.
7: AUTH: Calling loginFunction (loginFunction).
7: AUTH: Auth::checkAuth() called.
7: AUTH: Unable to locate session storage.
|
|
|
| Back to top |
|
 |
graywall
Joined: 27 Jun 2007 Posts: 6
|
Posted: Thu Jun 28, 2007 1:17 am Post subject: Solved |
|
|
Hi
I have now found out that this message wasn't what was causing my problem - I didn't realise the password was MD5 hashed.
Many thanks
Graham |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|