Question

Im new to plone and linux and im trying to install the new patch on plone (Plone Hotfix 20121106)

Im using buildout to install this one and it seems that as i check my log, it's not downloading/installing the patch at all.

Here is the eggs content of my buildout.cfg:

eggs = 
    Products.PloneHotfix20110928
    Products.Zope_Hotfix_20110622
    Products.PloneHotfix20121106

what i did is stop the plone service first then do

sudo ./bin/buildout -Nv

and start my plone again.

and as i check the instance.log

it only installed Products.PloneHotfix20110928 and Products.Zope_Hotfix_20110622

anyone help me pls?

thanks in advance.

Was it helpful?

Solution 2

  1. Placed the patch (PloneHotfix20121106) to Products folder on Plone,

  2. Unpack the zip file,

  3. run instance (bin/instance fg)

  4. start the plone service

OTHER TIPS

Check in your eggs directory to make sure the egg has been downloaded there, if not re-run buildout and watch/grep the console messages to make sure it gets downloaded successfully. If it doesnt come down for some reason you can manually download it and add it to your eggs directory.

THen if you start Plone in foreground you should see the hotfix being installed in the console messages eg

bin/instance fg

then you should see some output in the console like:

2012-11-06 23:51:08 INFO Products.PloneHotfix20121106 Applied registerConfiglet patch 2012-11-06 23:51:08 INFO Products.PloneHotfix20121106 Applied setHeader patch 2012-11-06 23:51:08 INFO Products.PloneHotfix20121106 Applied allow_module patch 2012-11-06 23:51:08 INFO Products.PloneHotfix20121106 Applied get_request_var_or_attr patch 2012-11-06 23:51:08 INFO Products.PloneHotfix20121106 Applied kssdevel patch 2012-11-06 23:51:08 INFO Products.PloneHotfix20121106 Applied widget_traversal patch 2012-11-06 23:51:08 INFO Products.PloneHotfix20121106 Applied gtbn patch 2012-11-06 23:51:08 INFO Products.PloneHotfix20121106 Applied kupu_spellcheck patch 2012-11-06 23:51:08 INFO Products.PloneHotfix20121106 Applied membership_tool patch 2012-11-06 23:51:08 INFO Products.PloneHotfix20121106 Applied queryCatalog patch 2012-11-06 23:51:08 INFO Products.PloneHotfix20121106 Applied uid_catalog patch 2012-11-06 23:51:08 INFO Products.PloneHotfix20121106 Applied renameObjectsByPaths patch 2012-11-06 23:51:08 INFO Products.PloneHotfix20121106 Applied at_download patch 2012-11-06 23:51:08 INFO Products.PloneHotfix20121106 Applied safe_html patch 2012-11-06 23:51:08 INFO Products.PloneHotfix20121106 Applied python_scripts patch 2012-11-06 23:51:08 INFO Products.PloneHotfix20121106 Applied getNavigationRootObject patch 2012-11-06 23:51:08 INFO Products.PloneHotfix20121106 Applied crypto_oracle patch 2012-11-06 23:51:08 INFO Products.PloneHotfix20121106 Applied crypto_oracle_protect patch 2012-11-06 23:51:08 INFO Products.PloneHotfix20121106 Applied ftp patch 2012-11-06 23:51:08 INFO Products.PloneHotfix20121106 Applied atat patch 2012-11-06 23:51:08 INFO Products.PloneHotfix20121106 Applied random_string patch 2012-11-06 23:51:08 INFO Products.PloneHotfix20121106 Hotfix installed

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top