[asterisk-users] astbill white screen!!

Time Bandit timebandit001 at gmail.com
Thu Aug 17 11:19:26 MST 2006


> 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



More information about the asterisk-users mailing list