Imagemagick is enabled (Version: ImageMagick 6.9.7-4 Q16 x86_64), but even if I disable it, some thumbnails are generated, others don't (most don't). php extensions for Exif and XML are enabled:
For some reason, when I try to run "metadata_index.php" from the command line, it complains that the ioncube PHP loader is not installer. However, when I check phpinfo() in the browser, ioncube is loaded. -
Thanks for your response.
Imagemagick is enabled (Version: ImageMagick 6.9.7-4 Q16 x86_64), but even if I disable it, some thumbnails are generated, others don't (most don't). php extensions for Exif and XML are enabled:
For some reason, when I try to run "metadata_index.php" from the command line, it complains that the ioncube PHP loader is not installer. However, when I check phpinfo() in the browser, ioncube is loaded. -
EDIT: Nevermind, I added the following line
to the /etc/php/7.0/cli/php.ini file and now ioncube is recognized from the command line.