Hi Paul,

After i started working on Citrus, i came across few things when may
need to considered for up-gradation.

Item1:
When we run Print invioce, am getting below error though i get the pdf invoice.
Deprecated: Function set_magic_quotes_runtime() is deprecated in
C:\wamp\www\citrus\include\fpdf.php on line 1165
Deprecated: Function set_magic_quotes_runtime() is deprecated in
C:\wamp\www\citrus\include\fpdf.php on line 1203

It found to be, the latest version of PHP are not supporting
set_magic_quotes_runtime anymore. I upgraded the FPDF to 1.6(or later)
which addressed the issue.

Item2:
When i try to modify the service of a customer, am getting similar
error for SPLIT function in include/billing.in.php
Seems like split() has to be replaced with explode() in latest php releases.

After correcting it, the error is gone.

my 2 cents.

Thank you for proving such a nice application
Rakesh

------------------------------------------------------------------------------
How fast is your code?
3 out of 4 devs don\\\'t know how their code performs in production.
Find out how slow your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219672;13503038;z?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Citrusdb-users mailing list
Citrusdb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/citrusdb-users

Reply via email to