View previous topic :: View next topic |
Author |
Message |
geoscope n00b

Joined: 04 Apr 2004 Posts: 13 Location: Espoo, Finland
|
Posted: Tue Apr 06, 2004 12:07 pm Post subject: TikiWiki/PHP wount make thumbnails - [resolved] |
|
|
Hi everybody!
I installed TikiWiki into my Gentoo and it seemed to emerged nicely. TikiWiki looks like to be a great CMS!!!
Anyway, I faced a problem that it fails to generate thumbnails into image galleries. Installation doc says that if you have PHP 4.3+ you don't have to install GD - it's bundled. Is there any switches that must be enabled to make GD work? My PHP ver is 4.3.5 .
When I upload images into a gallery it uses the actual image as a thumbnail for each image. So the galleries are messed up because all thumbnails are 1024x768 or something in size. Setting the thumbnail size makes no difference.
Hope someone knows what I've missed.
Thanks in advance!
Last edited by geoscope on Wed Apr 07, 2004 10:15 am; edited 1 time in total |
|
Back to top |
|
 |
geoscope n00b

Joined: 04 Apr 2004 Posts: 13 Location: Espoo, Finland
|
Posted: Wed Apr 07, 2004 10:15 am Post subject: |
|
|
Problem was simply that GD must be enabled when compiling PHP .
Solution:
Code: |
# USE="gd" emerge mod_php
|
|
|
Back to top |
|
 |
|