Gallery2 Multisite - Modules installed but not working until they get configured

Discussion in 'HOWTO-Related Questions' started by ego, Aug 12, 2007.

  1. ego

    ego New Member

    I followed Hans how-to on installing the Gallery2 Codebase and Multi-site for and ISPConfig server.

    Everything went well. The only problem is that the image scripts are installed, but the Gallery wants them configured and needs a path to the scripts such as ImageMagick, etc.

    Will the modules that need actived by inputing the path to them be located in the Codebase setup?
     
  2. falko

    falko Super Moderator Howtoforge Staff

    You must install ImageMagick like this (on Debian):
    Code:
    apt-get install imagemagick
    The path to ImageMagick is then /usr/bin/convert.
     

Share This Page