PDA

View Full Version : Error with thumbnail generation...


mhartman
02-19-2006, 01:33 AM
I'm new to PixelPost and after installing this evening and trying it, everything seems to be working (http://blog.mhartman-wx.com) with the exception of thumbnail generation.

I get the following errors:

Warning: imagejpeg(): Unable to access ../thumbnails/thumb_20060218202223_trip_flss_springbr98.jpg in /**/blog/includes/functions.php on line 92

Warning: imagejpeg(): Invalid filename '../thumbnails/thumb_20060218202223_trip_flss_springbr98.jpg' in /**/blog/includes/functions.php on line 92

Warning: chmod(): Unable to access ../thumbnails/thumb_20060218202223_trip_flss_springbr98.jpg in /**/blog/includes/functions.php on line 94

Warning: chmod(): No such file or directory in /**/blog/includes/functions.php on line 94

Anyone have any ideas?? Database issues? Permission issues?

Thanks in advance...

-----------
Further information:

PHP-version 4.4.1 (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 bundled (2.0.28 compatible) with JPEG support

Server software Apache

EXIF Pixelpost is using exifer v1.5 for EXIF information.

-----

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

-----

Also, I'm using PixelPost version 1.4.3...

GeoS
02-19-2006, 12:42 PM
It looks like permission issue.

Maybe users on your server matrix dont have access to PHP's chmod function or maybe files which you have uploaded are stored by other user from other group (i.e. apache, www, httpd, ....)?

mhartman
02-20-2006, 06:06 PM
GeoS,

Thanks for replying... I have all the permissions set to what they're supposed to be (even double-checked) per the installation instructions. I'm guessing my host has done something with their GD Libraries or that something is up with their PHP installation...

I'm having similar problems with Coppermine - it's having issues generating thumbnails as well.

Thanks again!