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
181 stars 175 forks source link

Install: Latest Master missing requirement #171

Closed tcreek closed 4 years ago

tcreek commented 4 years ago

After install, getting this error:

PHP Fatal error: require_once(): Failed opening required '/var/www/html/billing/common/lib/../../vendor/autoload.php' (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/billing/common/lib/admin.defines.php on line 33

This is even with doing:

cd /usr/local/a2billing
curl -sS https://getcomposer.org/installer | php
php composer.phar update
php composer.phar install 

Tested on CentOS 6, and CentOS 7

tcreek commented 4 years ago

This is a documentation issue..going to open another issue