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 >> creat

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 wrote: >> On 16 June 2010 15:26, Jeff MacDonald wrote: >>> Hi Everyone, >>> >>> One of my developers is reporting a problem on our Live server but not our >

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 wrote: >> Hi Everyone, >> >> One of my developers is reporting a problem on our Live server but not our >> devel server. >> >> Specifically when someon uploads

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

2010-06-16 Thread Jeff MacDonald
>If your code is an accurate representation, and not just an > example to demonstrate the function source in action, then that's your > problem (which I doubt, of course), as you're specifically calling the > value of $_GET['i'] to determine which static image to display. Also, > you use $_GET

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

2010-06-16 Thread Jeff MacDonald
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