Support A2Billing :

provided by Star2Billing S.L.

Support A2Billing :
It is currently Tue Apr 16, 2024 5:37 am
Hosted Voice Broadcast


All times are UTC




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Error : A2Billing configuration file is missing!
PostPosted: Tue Mar 09, 2010 8:29 pm 
Offline

Joined: Thu Mar 04, 2010 4:59 pm
Posts: 17
Hello Everyone. I am new to a2billing. I just finished a fresh install on Centos 5
and i got to the login page. The thing is that after i typed username and password
and press enter the system takes me to a blank page with the following error message:

Error : A2Billing configuration file is missing!

This is the url of the blank page:

https://10.0.0.10/admin/Public/PP_intro.php


The configuration file: a2billing.conf is located in /etc/asterisk:

-rwxr-xr-x 1 root root 3378 Mar 9 13:53 a2billing.conf


I have been looking in the source code but i could not find which script is printing
that error.

Any ideas?
Thanks in advance
Herlit11


Top
 Profile  
 
 Post subject: Re: Error : A2Billing configuration file is missing!
PostPosted: Tue Mar 09, 2010 8:42 pm 
Offline

Joined: Thu Mar 04, 2010 4:59 pm
Posts: 17
Hi. I wanted to send an update. I just change the location of the a2billing.conf file
from /etc/asterisk to /etc and i get the following error:

Error : cannot load conf : load_conf_db

Any ideas?
Thanks
Herlit11


Top
 Profile  
 
 Post subject: Re: Error : A2Billing configuration file is missing!
PostPosted: Tue Mar 09, 2010 9:59 pm 
Offline

Joined: Wed Mar 15, 2006 11:58 pm
Posts: 325
Bad password for your mysql user is in the config file or maybe you didn't even finish installing mysql tables.


Top
 Profile  
 
 Post subject: Re: Error : A2Billing configuration file is missing!
PostPosted: Mon Apr 19, 2010 7:09 am 
Offline

Joined: Mon May 25, 2009 2:47 am
Posts: 2
Couple of things.

First, make sure that you ran the database install script for the database type that you have. You can find it in the a2billing directory under Database. For example, if you are using mysql, it should be in /usr/src/a2billing/DataBase/mysql-5.x or /usr/local/src/a2billing/DataBase/mysql-5.x

You will see a file called install-db.sh.

Run that if you have already create the database within mysql.

If you have not, make sure that you go into mysql (mysql -u root -p if you have a password or simply mysql if you do not) and do something like:

create database mya2billing;
grant all privileges on mya2billing.* to 'USERNAME'@'localhost' identified by 'PASSWORD'

Change USERNAME and PASSWORD to be something specific to you.

You will have to remember all of this information, so cut and paste to a text file if you have to. This is the info that goes into /etc/a2billing.conf.

This should get you going.

-------------
William McCarthy
Vocati Communications


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 
Auto Dialer Software


All times are UTC


Who is online

Users browsing this forum: No registered users and 13 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group