From: Shaun M. <sh...@ae...> - 2004-10-11 13:50:16
|
On 8 Oct 2004, at 21:02, Graeme Boyle wrote: > Hello all, > > I have enabled the photoalbum mod and are able to display pictures > however, > the thumbnails are not working. I am using phpwebsite-0.9.3-2 and have > upgraded the photoalbum mod to the latest, 1.1.8. Any assistance would > be > appreciated. > > PHP info: http://www.fcc-boylston.org/phpinfo.php You don't have jpeg support compiled in to PHP. You need to recompile it with '--with-gd' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr' '--with-xpm-dir=/usr/X11R6' Change the path names to match where you've installed the jpeg, png and xpm libraries if those are different. That gets you full jpeg, png and X11 bitmap support. Shaun aegis design - http://www.aegisdesign.co.uk |