Support A2Billing :

provided by Star2Billing S.L.

Support A2Billing :
It is currently Thu Mar 28, 2024 1:12 pm
Voice Broadcast System


All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: a2billing Opening Blank Page
PostPosted: Wed Nov 05, 2014 1:35 am 
Offline

Joined: Wed Nov 05, 2014 1:30 am
Posts: 1
Dear Friends

i installed today a2billing for asterisk 1.6.2.4 v while opening admin/index.php showing bellow error
what should be the reasons
thanks advance


[Wed Nov 05 00:21:34 2014] [notice] Apache/2.2.15 (Unix) DAV/2 PHP/5.3.3 mod_ssl/2.2.15 OpenSSL/1.0.1e-fips configured -- resuming normal operations
[Wed Nov 05 00:21:40 2014] [error] [client 127.0.0.1] PHP Notice: Undefined variable: form_action in /var/www/html/a2billing/common/lib/Misc.php on line 362
[Wed Nov 05 00:21:40 2014] [error] [client 127.0.0.1] PHP Notice: Undefined variable: atmenu in /var/www/html/a2billing/common/lib/Misc.php on line 362
[Wed Nov 05 00:21:40 2014] [error] [client 127.0.0.1] PHP Notice: Undefined variable: action in /var/www/html/a2billing/common/lib/Misc.php on line 362
[Wed Nov 05 00:21:40 2014] [error] [client 127.0.0.1] PHP Notice: Undefined variable: stitle in /var/www/html/a2billing/common/lib/Misc.php on line 362
[Wed Nov 05 00:21:40 2014] [error] [client 127.0.0.1] PHP Notice: Undefined variable: sub_action in /var/www/html/a2billing/common/lib/Misc.php on line 362
[Wed Nov 05 00:21:40 2014] [error] [client 127.0.0.1] PHP Notice: Undefined variable: IDmanager in /var/www/html/a2billing/common/lib/Misc.php on line 362
[Wed Nov 05 00:21:40 2014] [error] [client 127.0.0.1] PHP Notice: Undefined variable: current_page in /var/www/html/a2billing/common/lib/Misc.php on line 362
[Wed Nov 05 00:21:40 2014] [error] [client 127.0.0.1] PHP Notice: Undefined variable: order in /var/www/html/a2billing/common/lib/Misc.php on line 362
[Wed Nov 05 00:21:40 2014] [error] [client 127.0.0.1] PHP Notice: Undefined variable: sens in /var/www/html/a2billing/common/lib/Misc.php on line 362
[Wed Nov 05 00:21:40 2014] [error] [client 127.0.0.1] PHP Notice: Undefined variable: mydisplaylimit in /var/www/html/a2billing/common/lib/Misc.php on line 362
[Wed Nov 05 00:21:40 2014] [error] [client 127.0.0.1] PHP Notice: Undefined variable: filterprefix in /var/www/html/a2billing/common/lib/Misc.php on line 362
[Wed Nov 05 00:21:40 2014] [error] [client 127.0.0.1] PHP Notice: Undefined variable: cssname in /var/www/html/a2billing/common/lib/Misc.php on line 362
[Wed Nov 05 00:21:40 2014] [error] [client 127.0.0.1] PHP Notice: Undefined variable: popup_select in /var/www/html/a2billing/common/lib/Misc.php on line 362
[Wed Nov 05 00:21:40 2014] [error] [client 127.0.0.1] PHP Notice: Undefined variable: popup_formname in /var/www/html/a2billing/common/lib/Misc.php on line 362
[Wed Nov 05 00:21:40 2014] [error] [client 127.0.0.1] PHP Notice: Undefined variable: popup_fieldname in /var/www/html/a2billing/common/lib/Misc.php on line 362
[Wed Nov 05 00:21:40 2014] [error] [client 127.0.0.1] PHP Notice: Undefined variable: ui_language in /var/www/html/a2billing/common/lib/Misc.php on line 362
[Wed Nov 05 00:21:40 2014] [error] [client 127.0.0.1] PHP Notice: Undefined variable: msg in /var/www/html/a2billing/common/lib/Misc.php on line 362
[Wed Nov 05 00:21:40 2014] [error] [client 127.0.0.1] PHP Notice: Undefined variable: section in /var/www/html/a2billing/common/lib/Misc.php on line 362
[Wed Nov 05 00:21:40 2014] [error] [client 127.0.0.1] PHP Notice: Undefined variable: cssname in /var/www/html/a2billing/common/lib/Misc.php on line 362
[Wed Nov 05 00:21:40 2014] [error] [client 127.0.0.1] PHP Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /var/www/html/a2billing/common/lib/common.defines.php on line 112
[Wed Nov 05 00:21:40 2014] [error] [client 127.0.0.1] PHP Fatal error: Smarty error: unable to write to $compile_dir '/var/www/html/a2billing/admin/templates_c'. Be sure $compile_dir is writable by the web server user. in /var/www/html/a2billing/common/lib/smarty/Smarty.class.php on line 1099


Top
 Profile  
 
 Post subject: Re: a2billing Opening Blank Page
PostPosted: Thu Nov 06, 2014 12:57 pm 
Offline

Joined: Mon Mar 28, 2011 10:49 pm
Posts: 23
Hello,

the important error is:

PHP Fatal error: Smarty error: unable to write to $compile_dir '/var/www/html/a2billing/admin/templates_c'. Be sure $compile_dir is writable by the web server user. in /var/www/html/a2billing/common/lib/smarty/Smarty.class.php on line 1099

You have to make this directory writable for your Web server user.

If you use CentOS:

chmod 755 /var/www/html/a2billing/admin/templates_c
chown -Rf apache:apache /var/www/html/a2billing/admin/

You have to do the same for customer and agent directory

chmod 755 /var/www/html/a2billing/customer/templates_c
chown -Rf apache:apache /var/www/html/a2billing/customer/

chmod 755 /var/www/html/a2billing/agent/templates_c
chown -Rf apache:apache /var/www/html/a2billing/agent/

Regards


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 
Hosted Voice Broadcast


All times are UTC


Who is online

Users browsing this forum: No registered users and 19 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