Requirements

Imagevue Requirements

In addition to PHP, your server should have a few extensions enabled to run Imagevue X2 correctly. Some are critical, while others are optional. If you are using a professional host that supports PHP, the chance is 99% that all the extensions mentioned are enabled already. However, if you run your own server, you might want to go through the list of required extensions:

PHP 4.3+, PHP 5

Foremostly, Imagevue X2 requires a server that runs PHP. PHP is a serverside scripting language standard on most servers these days, but if you are unsure if you have it or that your version is 4.3 atleast, you still need to check. Imagevue X2 requires php version 4.3 or higher.

http://en.wikipedia.org/wiki/PHP

GD 2

GD is a PHP extension required by Imagevue to resize images into thumbnails. This extension is mostly standard on all servers running PHP these days. If your server does not have this extension enabled, you can still run Imagevue X2, but you will need to create thumbnails manually.

http://en.wikipedia.org/wiki/GD_Graphics_Library

mbstring

Multibyte string is a PHP extension required by Imagevue X2 to display international characters. This exension is usually enabled on professional PHP servers. If your server does not have this extension enabled, there will be problems displaying and formatting international characters and languages.

http://th.php.net/manual/en/intro.mbstring.php

XML Parser

XML Parser is a PHP extension required by Imagevue X2 to execute many of the Imagevue scripts. Imagevue communicates with XML, so this extension is critical for running the Imagevue X2 gallery. This extension is common on most professional PHP servers.

http://th.php.net/manual/en/intro.xml.php

EXIF

EXIF is a PHP extension required by Imagevue X2 to display EXIF data from photos. EXIF data is generally information about a photo stored directly in the file, most often created by the camera. It can be camera info, data as well as keywords and description. The EXIF PHP extension is usually enabled on most professional PHP server. If your server does not have this extension enabled, EXIF data from photos will not display.

http://en.wikipedia.org/wiki/Exif