Image Galleries

A: Zip them up in a flat file (no subdirectories) and upload that zip file. Tiki can handle this. Be careful: the maximum size of uploaded files has to be configured in php.ini.

Q: I've uploaded my pictures, but they don't get displayed.

A: You have PHP with GD or imagick support? If you don't know, create a php page with <?php phpinfo(); ?> in it and view it on your webserver. A page with all php and server settings should be displayed.

Q: I've uploaded some GIF files but don't see them. What's up? I've compiled GD library into PHP...

A: GD doesn't support GIFs due to copyright issues. This may change in some time. If you need GIF support, try imagick.