/home/lwoacomi/public_html/cgi-bin/filechucker.cgi: could not load Image::Magick nor GD:
ImageMagick error was:
Can't locate Image/Magick.pm in @INC (you may need to install the Image::Magick module) (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at /home/lwoacomi/public_html/cgi-bin/filechucker.cgi line 8428.
GD error was:
Can't locate GD.pm in @INC (you may need to install the GD module) (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at /home/lwoacomi/public_html/cgi-bin/filechucker.cgi line 8433.
You must install Image::Magick (perlmagick) and/or GD on your server to use this feature. Contact your server administrator / hosting company and ask them to install these Perl modules. Or, if you have root access to your server, you can install them yourself by running these commands:
# perl -MCPAN -e 'install Image::Magick'
# perl -MCPAN -e 'install GD'
Alternatively, you can just disable the thumbnail features $PREF{enable_image_thumbnails_in_filelist} and $PREF{enable_folder_thumbnails_in_filelist} in FileChucker's PREFs Section 11.