Bug #7822
closedBug after update
0%
Description
Hi,
i have the Goautodial v4 final version GOautodial-4-x86_64-Final-20191010-0150.iso , and i got error after updation to the last version of github
####
Fatal error: Uncaught Exception: Incorrect credentials. Access denied or incorrect parameters. in /var/www/html/php/DatabaseConnectorFactory.php:182 Stack trace: #0 /var/www/html/php/DbHandler.php(63): creamy\DatabaseConnectorFactory->getDatabaseConnectorOfTypeKamailio('MySQL') #1 /var/www/html/php/UIHandler.php(81): creamy\DbHandler->_construct() #2 /var/www/html/php/UIHandler.php(66): creamy\UIHandler->_construct() #3 /var/www/html/index.php(38): creamy\UIHandler::getInstance() #4 {main} thrown in /var/www/html/php/DatabaseConnectorFactory.php on line 182
####
i tested the creadentials of kamailio db (i repaced astguiclient.conf-sample to astguiclient.conf ) and its seams working in cmd but in web page that give me this error
creadentials of kamailio db in astguiclient.conf
#connection to kamailio db
VARDBgokam_server => localhost
VARDBgokam_database => kamailio
VARDBgokam_user => kamailiou
VARDBgokam_pass => kamailiou1234
VARDBgokam_custom_user => kamailiou
VARDBgokam_custom_pass => kamailiou1234
VARDBgokam_port => 3306
any help ?
thanks
Updated by med bousaid over 5 years ago
After searching the probleme was solved , the incorrect credentials user and passwords in the file Config.php that i copied from the updated one from github Config.php-sample
the incorrect one is :
define('DB_USERNAME_KAMAILIO', 'kamailio');
define('DB_PASSWORD_KAMAILIO', 'kamailio1234');
you have to modify it to :
define('DB_USERNAME_KAMAILIO', 'kamailiou');
define('DB_PASSWORD_KAMAILIO', 'kamailiou1234');
thanks.
Updated by Wittie Manansala over 5 years ago
- Status changed from New to Rejected
Updated by Wittie Manansala over 5 years ago
- Status changed from Rejected to Resolved
Updated by Wittie Manansala over 5 years ago
- Status changed from Resolved to Closed
HI,
We have updated our wiki, see link below
https://goautodial.org/projects/goautodialce/wiki/HOWTO_Update_latest_version_via_Github
Thank you