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

Reply via email to