Latest News: (loading..)
Issue Information
-
#000375
-
0 - None Assigned
-
New
-
3.0.2
-
-
Issue Confirmations
-
Yes (1)No (0)
For a customer of ours we set up osc Om 3.0.2, but i am not able to login as a admin after the installation has succesfully ended.
After some searching in OSCOM.php i found the path to follow to get the auth module.
My first guess, this is because the mysql driver in osCommerce/OM/Core/Site/Admin/Application/Login/SQL/ does not exist.
this guess is based on the fact that
$result = OSCOM::callDB('Admin\Login\GetAdmin', array('username' => $data['username']));
in file : osCommerce/OM/Core/Site/Admin/Application/Login/Model/isValidCredentials.php
always returns false.
Used Server :
PHP 5.3 en Mysql 5.1
After some searching in OSCOM.php i found the path to follow to get the auth module.
My first guess, this is because the mysql driver in osCommerce/OM/Core/Site/Admin/Application/Login/SQL/ does not exist.
this guess is based on the fact that
$result = OSCOM::callDB('Admin\Login\GetAdmin', array('username' => $data['username']));
in file : osCommerce/OM/Core/Site/Admin/Application/Login/Model/isValidCredentials.php
always returns false.
Used Server :
PHP 5.3 en Mysql 5.1









