[asterisk-users] astbill white screen!!

2006-08-17 Thread Sebastian Milioto

Hi all,

I've installed asterisk and astbill according with all recommendation
(mysql5, drupal included with astbill, php, apache2...).
When I write http://server_adress/astbill, I get a white screen page.
Browser doesn´t give me an error page, it just a white screen page.

However asterisk doesnt have any problem, and works well with mysql. I
also have installed Drupal 4.7.3 linked to other database with other
user and password working well. And I have phpMyAdmin too. All working
very good at the same server.

I tried changing index.php to phpinfo.php in the same directory and it
works well too.

Can anybody help me with that please? Any suggestion will be very appreciated.

Thanks, very much in advance

Sebastian




On 7/14/06, varun [EMAIL PROTECTED] wrote:

Hello,

Our asterisk server is on Centos 4.2

We want to use Astbill.
Astbill requires Drupal and mysql 5.

I could not find rpms mysql5 for centos.

We are getting mysql extensions issues
because of php-mysql.

How do we solve this ?

Any other billing software that similar
to Astbill ?

Thanks

Varun




___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] astbill white screen!!

2006-08-17 Thread Time Bandit

I've installed asterisk and astbill according with all recommendation
(mysql5, drupal included with astbill, php, apache2...).
When I write http://server_adress/astbill, I get a white screen page.
Browser doesn´t give me an error page, it just a white screen page.


you have to enable it in php settings.

Go in /etc/php.ini
- change setting error_reporting  to E_ALL
- change setting display_errors to On
- restart apache

now, at least, it will tell you what goes wrong

N.B.: display_errors should not be enabled on a production server

hth
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] astbill white screen!!

2006-08-17 Thread Sebastian Milioto

Great help Time, thanks very much. That's the error I have

Fatal error: SELECT command denied to user 'astbill_user'@'localhost'
for table 'pbx_users' query: SELECT u.*, s.* FROM pbx_users u INNER
JOIN pbx_sessions s ON u.uid = s.uid WHERE s.sid =
'2e57e35eeb3e8464a4cc1bd10c1997a9' AND u.status  3 LIMIT 0, 1 in
/home/astbill/wwwroot/includes/database.mysql.inc on line 66

I understand I have to GRANT all privileges to astbill_user over the
asterisk database.

Sebastian

On 8/17/06, Time Bandit [EMAIL PROTECTED] wrote:

 I've installed asterisk and astbill according with all recommendation
 (mysql5, drupal included with astbill, php, apache2...).
 When I write http://server_adress/astbill, I get a white screen page.
 Browser doesn´t give me an error page, it just a white screen page.

you have to enable it in php settings.

Go in /etc/php.ini
- change setting error_reporting  to E_ALL
- change setting display_errors to On
- restart apache

now, at least, it will tell you what goes wrong

N.B.: display_errors should not be enabled on a production server

hth
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [asterisk-users] astbill white screen!!

2006-08-17 Thread Rushowr
Sounds like a sessions error 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sebastian
Milioto
Sent: Thursday, August 17, 2006 2:09 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] astbill white screen!!

Hi all,

I've installed asterisk and astbill according with all recommendation
(mysql5, drupal included with astbill, php, apache2...).
When I write http://server_adress/astbill, I get a white screen page.
Browser doesn´t give me an error page, it just a white screen page.

However asterisk doesnt have any problem, and works well with mysql. I also
have installed Drupal 4.7.3 linked to other database with other user and
password working well. And I have phpMyAdmin too. All working very good at
the same server.

I tried changing index.php to phpinfo.php in the same directory and it works
well too.

Can anybody help me with that please? Any suggestion will be very
appreciated.

Thanks, very much in advance

Sebastian




On 7/14/06, varun [EMAIL PROTECTED] wrote:
 Hello,

 Our asterisk server is on Centos 4.2

 We want to use Astbill.
 Astbill requires Drupal and mysql 5.

 I could not find rpms mysql5 for centos.

 We are getting mysql extensions issues because of php-mysql.

 How do we solve this ?

 Any other billing software that similar to Astbill ?

 Thanks

 Varun




 ___
 --Bandwidth and Colocation provided by Easynews.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users