"no graphics toolkits enabled" error with imagemagick/netbpm tested and activated
mrjason
Joined: 2006-08-25
Posts: 1 |
Posted: Fri, 2006-08-25 08:39 |
I have a gallery 1 install that has worked for more than a year on my apache webserver using netpbm as the thumbnail resizer. Tonight I installed the typical install package of 2.1.2, intending to migrate my albums from my 1.x version of gallery. Part of that tutorial has instructions to setup a graphics toolkit. My installation of php does not have GD linked into it, and as i've mentioned, my G1 installation uses netbpm just fine. I verified permissions for netpbm execution and ran the tests for that package: I also have imagemagick on my server, so I configured and tested that: mageMagick binary test results So far so good right? In following the migration instructions I got to the point where I'm instructed to create an album and upload an image to make sure everything is working okay. When I click "add image" in my new album I see a checkbox at the bottom of the upload form with the following text: "Create thumbnails now" .. This text seems to indicate that one or more of the graphics toolkits is properly installed. Yet when I check this checkbox and upload the image, there is not a thumbnail created. Next I selected the 'edit photo' item underneath the non-thumbnail for the jpeg I just uploaded and now I see this text at the bottom of the form: "There are no graphics toolkits enabled that support this type of item, so we cannot create or modify a thumbnail." So I've searched around on that topic for a bit and tried the various suggested solutions. One thread suggested a user had an older version of php, my box had 4.1.something so I installed the latest version of that (without GD because I didnt want to fetch the GD libs just for G2 to work). Another item in the known issues page mentioned trying to deactivate/uninstall/reactivate the different image packages and see if having just one activated worked for whatever options you have, and then if that fails, see if having multiple toolkits activated but switching up their priority. No dice. I have uploaded various debug dumps to a subfolder on my webserver: http://blunx.no-ip.com/jason/g2debug/ The "uploadform.html" is the upload form showing the checkbox option to create the thumbnail and associated debug dump data. The "afterupload.html" is the debug page that comes up after the upload is completed. The "editphoto.html" is the edit form showing the message about no image toolkits being configured and associated debug data. And, The "debugconsoleeditphoto.html" is the debug data that showed up in the debug console when I clicked on edit photo. What should I do from here? Where can I look in the DB to verify that one or both of the image toolkits are correctly configured as 'activated'? Where can I look in the DB to verify that the jpg mime type is setup for one of the activated image toolkits? |
|