
June 27th, 2007, 11:59 AM
|
|
Registered User
|
|
Join Date: Jun 2007
Posts: 2
Time spent in forums: 22 m 50 sec
Reputation Power: 0
|
|
|
PEAR Auth package saying "Unable to locate session storage"
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. |
|