Re: [Citrusdb-users] Viewing PDF Invoices

2012-03-13 Thread Paul Yasi
I don't think you have to modify anything, just turn off the deprecated warnings. Paul 2012/3/13 James Paul : > Thanks for the community support, I would rather not have to start > modifying code. > > I am running a linux lampp framework, current version, > php 5.3.8, FPDF 1.6. > > I can backtra

[Citrusdb-users] Viewing PDF Invoices

2012-03-13 Thread James Paul
Thanks for the community support, I would rather not have to start modifying code. I am running a linux lampp framework, current version, php 5.3.8, FPDF 1.6. I can backtrack to lampp v1.7, PHP 5.2.8, FPDF 1.6. Will have to dig though errata to find when split and magic were deprecated. Anyon

[Citrusdb-users] Deprecated Functions split() and set_magic_quotes_runtime()

2012-03-13 Thread Rich Cloutier
As of PHP 6, these functions are removed. You can install a PHP version less than 6.0, or you can modify the code. For split() I believe they recommend replacing with explode(). For set_magic_quotes_runtime(), the code to check for it for earlier versions of PHP is at http://us2.php.net/get_