Sandwick wrote:
[color=blue]
> Joshua Ghiloni <jdg11@SPAM.ME.AND.DIE.cwru.edu> wrote in message news:<bdfjun$q0d$1@eeyore.INS.cwru.edu>...[color=green]
> > Sandwick wrote:[color=darkred]
> > >
> > > #################### error #########################################
> > > Warning: imagecreatefromjpeg: Unable to open '13727.jpg' for reading
> > > in /var/www/html/viewer.php on line 75
> > >[/color]
> >
> > Error messages can be your greatest friend. Is the file 13727.jpg in
> > /var/www/html? That's where it's probably looking, since that's where
> > the PHP script is and you didn't provide an absolute path in the file
> > name. You should probably do that, something like:
> >
> > $IMG_BASE = "/var/www/html";
> > $FullImgName = "$IMG_BASE/$image.jpg";[/color]
>
> thanks for the input that eliminated 3 of the errors !
>
> I now have the file identified, but it will still not display the
> picture in half. It now complains about the following?
>
> It looks like I do not have the right version, but my phpinfo() tells
> me I have 1.62 or higher support.
>
> See error below.
> ####################### Error ##############################
> Warning: imagecreatetruecolor(): requires GD 2.0 or later in
> /var/www/html/viewer.php on line 83
>[/color]
Am I missing something? You have 1.62 or higher. The error message says you need 2.0. Presumably, you have
something between 1.62 and 2.0. You'll need to upgrade.
Shawn
--
Shawn Wilson
shawn@glassgiant.com http://www.glassgiant.com