Community Support for OpenDocMan (Deprecated)
can't login - Printable Version

+- Community Support for OpenDocMan (Deprecated) (https://forum.opendocman.com)
+-- Forum: OpenDocMan Community Discussion (https://forum.opendocman.com/forum-5.html)
+--- Forum: OpenDocMan Support - Community Based (https://forum.opendocman.com/forum-6.html)
+--- Thread: can't login (/thread-23.html)



can't login - Stephen - 01-12-2010

When I attempt to login with the opendocman user and password this is what I get ...

Error in query: SELECT id, username, password FROM user WHERE username = 'opendocman' AND password = password('opendocman'). No database selected

Checking the $global variables

$GLOBALS['database'] = 'opendocman';
$GLOBALS['user'] = 'opendocman';
$GLOBALS['pass'] = 'opendocman';
$GLOBALS['hostname'] = 'localhost';

$GLOBALS['CONFIG']['base_url'] = 'http://localhost/opendocman';

So either my meds are not working or I'm fuquad...

Also cannot sign up for a new account because apparently ODM cannot find signup.php....

Assistance would be ever so appreciated...

campbell349