-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undefined function NewADOConnection() #109
Comments
i thinks its because adodb is not present in common/lib in version 2.1.1 and you are using adodb in line of 3616 Class.A2Billing.php |
adodb is installed via php composer On Tue, Jul 14, 2015 at 11:20 AM, Arash Shams notifications@github.com
Kind regards, Arezqui Belaid, areski@gmail.com Tel: +34650784355 |
i installed a2billing web interface in an ispconfig account . because of not conflicting the php packages installed by composer and the php packages installed by ispconfig im just move on to next step . |
Try not to mix ISPConfig and A2billing within the same machine. UltraTone Sdn Bhd *United States Office: *75 East Santa Clara Street, Suite P-80, San Jose, Phone: +1-408-715-2002 Fax: +1-408-459-7766 Cell: +1-818-910-2001 *Malaysia Office: *Unit 17A, Plaza Ampang City, No 332A Jalan Ampang, KL, Phone: +60-3-2730-6404 Fax: +60-3-48138823 Cell: +60-12-3919138 *Websites: *UltraTone.com.my http://www.ultratone.com.my/ On Tue, Jul 14, 2015 at 5:44 PM, Arash Shams notifications@github.com
|
for some reasons i have no way but i thinks i finally can do it |
They are optimize to work under different PHP versions. You will also run Sent from my Galaxy S5
|
just ui is mix with ispconfig - i have a backend server that run a2billing and astersik connected to fronted with remote database |
Hello
what is the problem
mod_fcgid: stderr: PHP Fatal error: Call to undefined function NewADOConnection() in /var/www/clients/client0/web14/web/a2b/common/lib/Class.A2Billing.php on line 3616
my php version :
PHP 5.5.9-1ubuntu4.11 (cli) (built: Jul 2 2015 15:23:08)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
with XCache v3.1.0, Copyright (c) 2005-2013, by mOo
with Zend OPcache v7.0.3, Copyright (c) 1999-2014, by Zend Technologies
with XCache Optimizer v3.1.0, Copyright (c) 2005-2013, by mOo
with XCache Cacher v3.1.0, Copyright (c) 2005-2013, by mOo
with XCache Coverager v3.1.0, Copyright (c) 2005-2013, by mOo
my a2billing.conf :
;
; A2Billing config file
; ---------------------
; Global Database Setup - select the database type and authentication as required.
[database]
hostname = localhost
port = 3306
user = DBUSER
password = "Password"
dbname = DBNAME
; dbtype setting can either be mysql or postgres
dbtype = mysql
i want to install only web interface of a2billing no need anything like asterisk modules . want to connect my backend server and my web interface with only mysql
what is the problem ?
The text was updated successfully, but these errors were encountered: