dirtk38
06-08-2005, 01:20 PM
I'm sure you get this a million times, but I've tried everything...
Everything with pixelpost works fine except thumbnail creation. I'm 99.9% sure its because my php 5.0.2 installation is not supporting JPEG. Here's my pixelpost stuff:
PHP-version 5.0.2 (Pixelpost's min requirement: PHP version 4.3.0)
MySQL version 4.1.12-standard (Pixelpost's min requirement: MySQL 3.23.58)
GD-lib 2.0 or higher
Server software Apache/2.0.52 (Unix) PHP/5.0.2
EXIF Pixelpost is using exifer v1.5 for EXIF information.
Paths
Guessed imagepath: /web/wwwroot/photoblog/images/
Configured Imagepath /web/wwwroot/photoblog/images/
Image Directory: OK - Can we write to the directory? YES.
Thumbnails Directory: OK - Can we write to the directory? YES.
Language Directory: OK
Addons Directory: OK
Includes Directory: OK
Templates Directory: OK
When I configure PHP (this is on my linux server), I use the --with-jpg and --with-jpg=/usr/local and everything configures and then compiles fine, it doesnt end prematurely with any errors. But when I tell it to spit out the gd_info (www.dirtk.com/gdinfo.php), it says that JPEG isnt supported. This is so frustrating, what am I doing wrong?
Thanks,
Kurt
Everything with pixelpost works fine except thumbnail creation. I'm 99.9% sure its because my php 5.0.2 installation is not supporting JPEG. Here's my pixelpost stuff:
PHP-version 5.0.2 (Pixelpost's min requirement: PHP version 4.3.0)
MySQL version 4.1.12-standard (Pixelpost's min requirement: MySQL 3.23.58)
GD-lib 2.0 or higher
Server software Apache/2.0.52 (Unix) PHP/5.0.2
EXIF Pixelpost is using exifer v1.5 for EXIF information.
Paths
Guessed imagepath: /web/wwwroot/photoblog/images/
Configured Imagepath /web/wwwroot/photoblog/images/
Image Directory: OK - Can we write to the directory? YES.
Thumbnails Directory: OK - Can we write to the directory? YES.
Language Directory: OK
Addons Directory: OK
Includes Directory: OK
Templates Directory: OK
When I configure PHP (this is on my linux server), I use the --with-jpg and --with-jpg=/usr/local and everything configures and then compiles fine, it doesnt end prematurely with any errors. But when I tell it to spit out the gd_info (www.dirtk.com/gdinfo.php), it says that JPEG isnt supported. This is so frustrating, what am I doing wrong?
Thanks,
Kurt