Community Support for OpenDocMan (Deprecated)

Full Version: can't login
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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