Search code examples
plonehotfix

Plone Hotfix 20121106


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.


Solution

    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