Hey Steve, thanks for the info. I checked to see if zlib was installed--even after researching it not sure what last line means--is it installed or not?: PreciseServer:~$ sudo apt-get install zlib1g-dev Reading package lists... Done Building dependency tree Reading state information... Done zlib1g-dev is already the newest version. zlib1g-dev set to manually installed.
Checked to see if libjpeg was installed and looks like it wasn't but did install them: sudo apt-get install libjpeg62-dev Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: libjpeg62 The following NEW packages will be installed: libjpeg62 libjpeg62-dev Since I didn't know how to rebuilt python and PIL I thought it would be easiest to backup my current development zinstance (and mv Plone Plone.bak just in case), I reran the installer. Now, however, there seems to be the issue in the new instance that the JS stuff isn't working like hovering over the "Display" tab does nothing and I have to click on it, taking me to the page with Display options/radio buttons. Do I need to reinstall it all? Wish I could copy off the backup of the zinstance. David G. On Sat, Aug 18, 2012 at 4:30 PM, Steve McMahon <[email protected]> wrote: > If you're having trouble with png files, you're probably missing zlib; if > the trouble is with jpegs, you're missing libjpeg. Both need to be > installed in their -dev versions. > > If zlib is missing, the Python and PIL are going to need to be rebuilt. If > jpegs, then just PIL. That's after library installation. > > > On Sat, Aug 18, 2012 at 9:21 AM, dgroos <[email protected]> wrote: > >> I recently installed plone 4.2 on an up to date, virtualbox ubuntu 12.04 >> server running on my mac laptop. Before adding add-ons to buildout I went >> to site setup to configure the settings (except mail). Upon selecting: >> "image handling" I got the following error message ( >> http://pastebin.com/JL9M28yD full exception details here ): >> >> Traceback (innermost last): >> Module ZPublisher.Publish, line 126, in publish >> Module ZPublisher.mapply, line 77, in mapply >> Module ZPublisher.Publish, line 46, in call_object >> Module zope.formlib.form, line 795, in __call__ >> Module five.formlib.formbase, line 50, in update >> Module zope.formlib.form, line 758, in update >> Module plone.fieldsets.form, line 30, in setUpWidgets >> Module zope.formlib.form, line 383, in setUpEditWidgets >> Module zope.component.hooks, line 104, in adapter_hook >> Module plone.app.imaging.configlet, line 18, in __init__ >> AttributeError: imaging_properties >> >> Since this time I've added add-on products via buildout and some content. >> This issue shows itself, I believe, when I try to set a folder containing >> images to display as thumbnails--it just shows a box containing the name >> of >> the image. Also, if I click on a link to an image it isn't displayed. >> When >> I check error messages I get http://pastebin.com/Ms4JDvkL these >> exception >> details >> >> However, when I click on the, "click to view full sized image..." link, >> the >> image displays properly. >> >> I wonder if I'm missing a library of some sort? I did: sudo apt-get >> install >> build-essential python2.7-dev before installing plone and that seemed to >> get >> me the resources listed on the plone install page. >> >> Thanks for considering, >> David G >> >> >> >> -- >> View this message in context: >> http://plone.293351.n2.nabble.com/problem-with-images-on-fresh-install-of-plone-4-2-on-ubuntu-12-04-tp7558013.html >> Sent from the Installation, Setup, Upgrades mailing list archive at >> Nabble.com. >> _______________________________________________ >> Setup mailing list >> [email protected] >> https://lists.plone.org/mailman/listinfo/plone-setup >> > > > _______________________________________________ > Setup mailing list > [email protected] > https://lists.plone.org/mailman/listinfo/plone-setup > >
_______________________________________________ Setup mailing list [email protected] https://lists.plone.org/mailman/listinfo/plone-setup
