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_magic_quotes_runtime/

|<?php
// Check if magic_quotes_runtime is active
if(get_magic_quotes_runtime())
{
// Deactivate
set_magic_quotes_runtime(false);
}
?> |


Send Citrusdb-users mailing list submissions to
        citrusdb-users@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/citrusdb-users
or, via email, send a message with subject or body 'help' to
        citrusdb-users-requ...@lists.sourceforge.net

You can reach the person managing the list at
        citrusdb-users-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Citrusdb-users digest..."


Today's Topics:

   1. viewing PDF invoices (James Paul)


----------------------------------------------------------------------

Message: 1
Date: Mon, 12 Mar 2012 21:54:04 -0600
From: James Paul<datacatch336...@hotmail.com>
Subject: [Citrusdb-users] viewing PDF invoices
To:<citrusdb-users@lists.sourceforge.net>
Message-ID:<blu153-w6565d241502cef2a3cea8da2...@phx.gbl>
Content-Type: text/plain; charset="iso-8859-1"



Updated the presets as advised, setup services, added services, created 
invoice, view invoice
maintenance, clicked on [pdf] and this is the result.

Wondering whether I have not quite got the settings setup quite right yet, or, 
is this
something else ?

Thanks.
JP


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



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



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



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



Deprecated:  Function set_magic_quotes_runtime() is deprecated in 
/opt/lampp/htdocs/citrus-2.4.1/include/fpdf.php on line 1165



Deprecated:  Function set_magic_quotes_runtime() is deprecated in 
/opt/lampp/htdocs/citrus-2.4.1/include/fpdf.php on line 1203

FPDF error: Some data has already been output, can't send PDF file              
                        
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d

------------------------------

_______________________________________________
Citrusdb-users mailing list
Citrusdb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/citrusdb-users


End of Citrusdb-users Digest, Vol 56, Issue 4
*********************************************


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Citrusdb-users mailing list
Citrusdb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/citrusdb-users

Reply via email to