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 >>> devel server. >>> >>> Specifically when

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

2010-06-16 Thread Richard Quadling
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 >> devel server. >> >> Specifically when someon uploads a photo taken by a KODAK EASYSHARE C813, >> and

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 a photo taken by a KODAK EASYSHARE C813,

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

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

2010-06-16 Thread Richard Quadling
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 a photo taken by a KODAK EASYSHARE C813, and > that image gets processed by imagecreatefromjpeg(), the f

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

2010-06-16 Thread Daniel Brown
On Wed, Jun 16, 2010 at 10:26, Jeff MacDonald wrote: > Hi Everyone, > > One of my developers is reporting a problem on our Live server but not our > devel server. [snip!] > > Does anyone have any ideas or suggestions of where to look next? Error logs. See what the non-working error logs sho

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

2010-06-16 Thread Daniel Brown
On Wed, Jun 16, 2010 at 10:26, Jeff MacDonald wrote: [snip!] > > 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/~je

[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