In the Image Manipulation section of the settings, there is /usr/bin/jpegtran on the server, but no /usr/bin/exiftran.
Has anyone gotten Acidfree working at 1&1?
I am getting a red error box on the /?q=acidfree/test page which says:
warning: htmlspecialchars() expects parameter 1 to be string, array given in /homepages/35/d157794216/htdocs/sites/s157794238.onlinehome.us/www/includes/bootstrap.inc on line 588.
And also:
5. Image toolkit not properly installed or configured. Go to <a href="%url">admin/settings</a> and configure the image toolkit properly.
Errors were detected. Please correct the above errors before you do anything else with Acidfree.So, is all that due to exiftran not being found, or are there multiple issues here?
TIA!
Comments
Comment #1
vhmauery commentedNo, Acidfree can get along without exiftran or jpegtran. If you want to have lossless jpeg rotation, then you need one of those, but you can always use lossy jpeg rotation.
The message looks like you need to set up your image toolkit. This means you don't have GD enabled. GD is the default image toolkit. If you can't get GD installed, I believe that Image module ships a ImageMagick toolkit wrapper with it (called image.imagemagick.inc). You have to have the ImageMagick executables installed and then you copy the toolkit wrapper into the Drupal includes/ dir. The other option is that Acidfree ships with a php-imagick toolkit wrapper. This uses the same libraries as ImageMagick without doing a fork/exec. But you have to have _one_ of these options set up and working or Image module cannot create the thumbnails, etc. of the images you upload.
Comment #2
mdlueck commentedWell, this was on a test installation of Drupal, and it seems to be sick so I will toast it and start over. I think this is the test installation that I tried to get Image to use the ImageMagick that I have installed on the server. The ImageMagick support in Image seems primitive at best. The server has working GD though...
GD library bundled (2.0.28 compatible)Hopefully after a reload it will be happy!
Comment #3
mdlueck commentedStill having the errors.... gggggrrrr!!!!
Clean install of Drupal 5.1 running on PHP 5.21 and MySQL 5.0.37. mysqli connection to the database.
I first installed Image 1.4, and successfully got the ImageMagick integration to work... woohoo!!!
Then I installed views.
Next I installed acidfree. Checking the status of the module, I again get...
warning: htmlspecialchars() expects parameter 1 to be string, array given in /homepages/35/d157794216/htdocs/sites/s157794238.onlinehome.us/www/includes/bootstrap.inc on line 588.and also...
# Image toolkit not properly installed or configured. Go to <a href="%url">admin/settings</a> and configure the image toolkit properly.So, "What gives...???"
Comment #4
mwheinz commentedClosing. No activity in 3 years.