Free Billing, Routing and Management software for Asterisk and VOIP
Home | Forums | Wiki | Manual | Open Source | Billing and BSS | Demo | Contact Us
DownLoad | Bugs | Help Wanted | Numbering Plan
  
 

poblem to install astbill

 
By coolbibi at Mon, 2008-06-02 09:23 | AstBill Software - General and Support

hello
I install astbill on my system debian .
before I 've the differents mistake
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'astbilluser'@'localhost' (using password: YES) in /root/astbill/wwwroot/includes/database.mysql.inc on line 31
Access denied for user 'astbilluser'@'localhost' (using password: YES)
I changed my mysql configuration
Create the AstBill database:
./mysqladmin create astbill --user=root -p
./mysql --user=root -p astbill < /home/astbill/database/astbill.sql
./mysql --user=root -p astbill < /home/astbill/database/astbill_proc.sql
I see the differents tables of astbill when I use phpmyadmin
but now when I do 127.0.0.1/astbill , I 've
Index of /astbill
[ICO] Name Last modified Size Description
[DIR] Parent Directory -
[DIR] wwwroot/ 18-Jan-2007 10:42 -
Apache/2.2.4 (Ubuntu) PHP/5.2.3-1ubuntu6.3 Server at 127.0.0.1 Port 80
when I click on wwwroot/ I 've in my url http://127.0.0.1/astbill/?q=welcome
but I see nothing
please help me
thanks for all

Astbill Log-In page is not showing up

By aadaud on Fri, 2008-07-11 16:25

I have installed AstBill without PHP's xml support. The AstBill is getting connected with MySQL properly but getting a blank page instead of login page when I request for "http://127.0.0.1/astbill/". Finally the URL looks like "http://127.0.0.1/astbill/?q=welcome".

Is PHP's xml support causing this problem (XML is not must though)? I will really appreciate any help on this.

Thanks,

Daud

» login or register to post comments

poblem to install astbill

By aadaud on Fri, 2008-07-11 22:32

I have solve my problem and this might also solve coolbibi's problem.

Followed the steps below;

1. Try the URL, http://127.0.0.1/astbill/index.php?q=welcome
if this gives you the login page then the problem is with the apache configuration file. In my case Apache was not configured to recognize index.php file as default page.

2. Configuring the Apache,
i.vi httpd.conf
ii.Find out line that read as follows:
DirectoryIndex
iii.DirectoryIndex index.html index.htm default.htm index.php
iv. Restarting Apache should solve your problem.
3. If you have any problem afterwards with storing session for user that I had then search in the postings that discussed about how to fix it.

» login or register to post comments
  
BerliOS Developer LogoSourceForge.net Logo Drupal.org Logo