Project

General

Profile

Actions

Bug #7822

closed

Bug after update

Added by med bousaid over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
High
Category:
-
Target version:
Start date:
12/27/2019
Due date:
% Done:

0%

Estimated time:

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

Actions #1

Updated by med bousaid over 4 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.

Actions #2

Updated by Wittie Manansala over 4 years ago

  • Status changed from New to Rejected
Actions #3

Updated by Wittie Manansala over 4 years ago

  • Status changed from Rejected to Resolved
Actions #4

Updated by Wittie Manansala over 4 years ago

Thanks for sharing.

Actions #5

Updated by Wittie Manansala over 4 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF

Go to top