Discussion:
[Citrusdb-users] Add service to client creates error notice
James Paul
2012-03-04 15:43:42 UTC
Permalink
Hello Citrus,

I am looking forward to becoming adept at this software :))))

I added a customer/client, set up a few new services, and went to add a service line
item to the main customer page and got this notice:

Deprecated: Function split() is deprecated in /opt/lampp/htdocs/citrus-2.4.1/include/billing.inc.php on line 1777

Edit: 45 Attendance Hourly (New Client Name) Created On: Mar 04, 2012, ActiveAny idea where I missed a pre-config or ??? as the nature of this notice ?

Kindly,
JP.
Paul Yasi
2012-03-04 16:24:02 UTC
Permalink
I think it worked but is showing a deprecated error since not all the
split calls have been updated to use preg's for php 5.3

You can turn off this message by turning off the deprecated warning in
your php.ini

error_reporting = E_ALL & ~E_DEPRECATED

In production you probably also want to turn off display_errors and
turn on log_errors:

display_errors = Off
log_errors = On

Paul
Post by James Paul
Hello Citrus,
I am looking forward to becoming adept at this software :))))
I added a customer/client, set up a few new services, and went to add a service line
Deprecated: Function split() is deprecated in
/opt/lampp/htdocs/citrus-2.4.1/include/billing.inc.php on line 1777
Edit: 45 Attendance Hourly (New Client Name)    Created On: Mar 04, 2012,
Active
Any idea where I missed a pre-config or ??? as the nature of this notice ?
Kindly,
JP.
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Citrusdb-users mailing list
https://lists.sourceforge.net/lists/listinfo/citrusdb-users
--
The CitrusDB Project | http://www.citrusdb.org
Open Source Customer Care & Billing System
John Hurst
2012-03-04 18:55:25 UTC
Permalink
are you using PHP v5.2 or newer?
Post by James Paul
Hello Citrus,
I am looking forward to becoming adept at this software :))))
I added a customer/client, set up a few new services, and went to add a service line
*Deprecated*: Function split() is deprecated in *
/opt/lampp/htdocs/citrus-2.4.1/include/billing.inc.php* on line *1777*
Edit: 45 Attendance Hourly (New Client Name) Created On: Mar 04, 2012,
ActiveAny idea where I missed a pre-config or ??? as the nature of this
notice ?
Kindly,
JP.
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Citrusdb-users mailing list
https://lists.sourceforge.net/lists/listinfo/citrusdb-users
James Paul
2012-03-05 15:38:27 UTC
Permalink
PHP v5.2.15 (cli) (built: May 5 2011)
Zend engine v2.2.0
Post by John Hurst
are you using PHP v5.2 or newer?
Loading...