From: Graeme B. <g.b...@ve...> - 2004-10-11 16:56:55
|
> > 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 > Shaun, Thanks for the feedback. I did as you suggested, reloaded the images and now have thumbnails. Thanks again. Graeme |