Star2Billing / a2billing

A2Billing is a telecom switch and billing system capable of providing and billing a range of telecom products and services to customers such as calling card products, residential and wholesale VoIP termination, DID resale and callback services.
www.asterisk2billing.org
Other
180 stars 174 forks source link

Acess denied #113

Closed vivek779 closed 8 years ago

vivek779 commented 8 years ago

hello I installed the a2billing for the first time it get installed and i authenticate with default username and password .When I tries to click any link on the page it shows "sorry you dont have acess to this page" can you please guide me what mistake i am doing i can attach screenshot if you need

ghost commented 8 years ago

It might be issue with apache access. Apply the correct web permission to the directory /var/lib/php/session . for example, if the web username and group is apache then apply the permission to the folder with the below command

chown -R apache. /var/lib/php/session

Also check the httpd error log before proceeding anything. Most probably the permission will resolve the existing issue

vivek779 commented 8 years ago

thanks for the revert it works perfactly now .