PDA

View Full Version : No Thumbnails on Mac OS X Server


altenberg
02-05-2006, 06:46 PM
I'm trying to get thumbnails working on Mac OS X Server (10.4.2 - Tiger). I installed an updated version of PHP with GD, but still no luck with the thumbnails. Any suggestions?

Here's my general info:

Site: http://www.altenberg.com/pixelpost/

Pixelpost Version
You are running version 1.4.2 of Pixelpost. Released 18 July 2005.
Latest pixelpost version: Check
Looking for help or want to give feedback, please step into pixelpost forum.
www.pixelpost.org/forum/

Host Information
PHP-version 4.4.2 (Pixelpost's min requirement: PHP version 4.3.0)
MySQL version 4.1.10a-log (Pixelpost's min requirement: MySQL 3.23.58)
GD-lib bundled (2.0.28 compatible)
Server software Apache/1.3.33 (Darwin) DAV/1.0.3 PHP/4.4.2
EXIF Pixelpost is using exifer v1.5 for EXIF information.

Paths
Guessed imagepath: /Library/WebServer/Documents/altenberg/pixelpost/images/
Configured Imagepath /Library/WebServer/Documents/altenberg/pixelpost/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

Thanks! - Mark

Joe[y]
02-05-2006, 08:33 PM
your GD install needs to have jpg-support enabled.

Connie
02-05-2006, 08:33 PM
first of all, you should not use that PP version, there are newer versions available, 1.4.3 or 1.5BETA

it is better to support an actual version...

Garyio
02-05-2006, 09:40 PM
How do I turn on jpg-support in GD Lib?

Joe[y]
02-05-2006, 10:46 PM
How do I turn on jpg-support in GD Lib?

either ask your host or i believe you can change it in php.ini

sentinel
02-06-2006, 09:59 PM
imho jpeg support has to be enabled when compiling/installing gd.
it uses jpeg-6b package for this afaik.
enabling gd.so in php.ini should be done by the installation routine (at least it does here, even if it's not a osx)
so either ask your host or hands on man :)

altenberg
02-26-2006, 12:18 AM
Got it working now... had to rebuild php separtely from Apple's PHP install, with gd and jpeg support. It was a big pain, but got lots of help from my brother who is more of a programmer. I'm glad it's working now. Would be nice if Apple included GD and JPEG support in their PHP build... hopefully in a future version of Mac OS X Server.