Requirements

Media Gallery does have several dependencies on glFusion and the hosting environment. The following requirements must be met to ensure Media Gallery will function properly.

glFusion Version

Media Gallery requires that you have the latest release of glFusion installed and working, the latest production release at this time is glFusion v1.1.0. Media Gallery will work with glFusion v1.0.0 or later, but it is always recommended that you run the latest release.

PHP Version / Configuration

Media Gallery requires that you have PHP v4.3.0 or later.

Media Gallery requires a reasonable amount of memory to run, calling the external graphics packages to work with large image files takes a lot of memory. You should configure PHP to allow for at least 48 M of memory per process. Check your memory_limit variable in php.ini and ensure it is set to at least 48M.

Media Gallery will work fine with register_globals=off. Having register_globals=off is HIGHLY recommended.

Media Gallery can work with safe_mode=on but it is not supported. If you have safe_mode enabled, you must use the GD Libraries as your graphics package.

Graphics Package

Media Gallery requires that you have one of the following graphics packages installed on your server.

  • GD Libraries v2 linked into PHP
  • ImageMagick
  • NetPBM

What image formats Media Gallery will support is dependent upon the graphics package that you use. Here is a quick overview of the three supported image processing packages and their format support:

Package JPG PNG GIF Animated
GIF
BMP TIFF TGA PSD
ImageMagick X X X X X X1 X1 X1
GD Libs v2+ X X X
NetPBM X X X X

1TIFF, TGA, and PSD images are converted to JPG format for the thumbnail and display images. The source (original) image is maintained in the native format and will be downloaded to the user upon selection since the browser cannot display these formats.

Database

Media Gallery has the same requirements for databases as glFusion. Currently, Media Gallery support MySQL v3.23 and above, including the latest v5.1 beta releases.

glfusion/mediagallery/requirements.txt · Last modified: 2010/02/02 02:12 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: GNU Free Documentation License 1.3