Re: [PHP] Invoice Software

2010-06-23 Thread Jeff MacDonald
freshbooks.com

On 2010-06-23, at 11:44 AM, Paul M Foster wrote:

 On Wed, Jun 23, 2010 at 09:52:21AM -0400, Floyd Resler wrote:
 
 Now that I'm finally landing some freelance PHP work, I am in need of some 
 software that I can add clients, enter estimates, keep track of hours, and 
 create invoices with.  I'd like it to be Web-based.  I could write my own, 
 of course, but why do it if it's already done?!  Does anyone know of such a 
 package?
 
 
 Let me know if you don't find what you need. I've built such a system
 over the last few years, used internally by my company. As it's for our
 use internally, I'd have to package it up for your use. But it'd be free
 and FOSS-licensed. (But check what's available first, because packaging
 it up for you would take some work.)
 
 Paul
 
 -- 
 Paul M. Foster
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Unknown error with imagecreatefromjpeg() on specific GD/PHP versions.

2010-06-16 Thread Jeff MacDonald

On 2010-06-16, at 11:37 AM, Richard Quadling wrote:

 On 16 June 2010 15:26, Jeff MacDonald j...@bignose.ca wrote:
 Hi Everyone,
 
 One of my developers is reporting a problem on our Live server but not our 
 devel server.
 
 Specifically when someon uploads a photo taken by a KODAK EASYSHARE C813, 
 and that image gets processed by imagecreatefromjpeg(), the function returns 
 false.
 
 Our Devel Server Info [this works fine]
PHP Version : 5.2.6-3
GD Version: 2.0 or higher.
EXIF Version: 1.4
 
 Our Live Server Info [this one is the one that fails]
PHP Version: 5.2.13
GD Version : 2.0.34 compatible
EXIF Version : 1.4
 
 To see an example of this in action,
 
 Working function : http://www.equipmentsearch.com/~jeff/tmp/image.php?i=w
 Not working function : http://www.equipmentsearch.com/~jeff/tmp/image.php?i=n
 
 http://www.equipmentsearch.com/~jeff/tmp/image.php.txt is the code.
 
 Does anyone have any ideas or suggestions of where to look next?
 
 Jeff.
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 
 
 The @ is suppressing this notice ...
 
 Notice: imagecreatefromjpeg(): gd-jpeg, libjpeg: recoverable error:
 Corrupt JPEG data: 31 extraneous bytes before marker 0xd9

Thanks!

I guess I'm wondering why this works on the Devel server but not the live?

Jeff.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Unknown error with imagecreatefromjpeg() on specific GD/PHP versions.

2010-06-16 Thread Jeff MacDonald

On 2010-06-16, at 11:44 AM, Richard Quadling wrote:

 On 16 June 2010 15:37, Richard Quadling rquadl...@gmail.com wrote:
 On 16 June 2010 15:26, Jeff MacDonald j...@bignose.ca wrote:
 Hi Everyone,
 
 One of my developers is reporting a problem on our Live server but not our 
 devel server.
 
 Specifically when someon uploads a photo taken by a KODAK EASYSHARE C813, 
 and that image gets processed by imagecreatefromjpeg(), the function 
 returns false.
 
 Our Devel Server Info [this works fine]
PHP Version : 5.2.6-3
GD Version: 2.0 or higher.
EXIF Version: 1.4
 
 Our Live Server Info [this one is the one that fails]
PHP Version: 5.2.13
GD Version : 2.0.34 compatible
EXIF Version : 1.4
 
 To see an example of this in action,
 
 Working function : http://www.equipmentsearch.com/~jeff/tmp/image.php?i=w
 Not working function : 
 http://www.equipmentsearch.com/~jeff/tmp/image.php?i=n
 
 http://www.equipmentsearch.com/~jeff/tmp/image.php.txt is the code.
 
 Does anyone have any ideas or suggestions of where to look next?
 
 Jeff.
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 
 
 The @ is suppressing this notice ...
 
 Notice: imagecreatefromjpeg(): gd-jpeg, libjpeg: recoverable error:
 Corrupt JPEG data: 31 extraneous bytes before marker 0xd9
 
It would seem our Devel server has GD 2.0.36

Our Live server has GD 2.0.34

So Presumably if i upgrade live it should work. 

Jeff.

 
 -- 
 -
 Richard Quadling
 Standing on the shoulders of some very clever giants!
 EE : http://www.experts-exchange.com/M_248814.html
 EE4Free : http://www.experts-exchange.com/becomeAnExpert.jsp
 Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731
 ZOPA : http://uk.zopa.com/member/RQuadling


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php