This is in efforts to save a lot of people some time. If I missed this in the documentation, I apologize.
I spent 2 hours troubleshooting this module only to determine the cause of my problem. I didn't have php-gd installed on my test server. I just wanted to make this notation for future users. You NEED TO HAVE PHP GD SUPPORT for this module to work.
Thanks for a great module!
Comments
Comment #1
dopry commentedYou need a properly configured image toolkit. You should see a bug red link that says something like
'One or more problems were detected with your Drupal installation. Check the status report for more information.'
on the /admin page if you don't have gd installed. It links to /admin/logs/statusm which says
'The GD library for PHP is missing or outdated. Please check the PHP image documentation for information on how to correct this.'
I think you should properly configure your drupal installation before installing contrib modules. You will have fewer problems.