Ok John..are you saying your webhost has these installed on their servers? netpbm and imagemagik?
If yes, then you need the path to them...ask your server what the path is to netpbm and put that path in your config.php file that was created in the modules/gallery folder.
If they do not have them installed or you are skeptical on if they do or not, try installing the binaries yourself.
All you need to know is what kind of OS your server runs, i.e. Linux, FreeBSD...etc.
You can get the netpbm binaries from here
http://sourceforge.net/project/showf...?group_id=7130
right below where it says netpbm-gallery
download the appropriate file according to your server's OS.
Then extract the contents. Make a folder in your root directory of your FTP called netpbm and upload all the netpbm files to it. Then CHMOD them all 755 so gallery can execute them.
Then change the path to your netpbm binaries in the modules/gallery/config.php file to Your path to netpbm
should be something like this
|
Code:
|
$gallery->app->pnmDir = "/www/f/fauxpas69/htdocs/phpbbport/netpbm"; |
mikem