[Product-Developers] collective.portletpage problems on plone 4.0.10

Christian Ledermann christian.ledermann at gmail.com
Thu Dec 8 06:47:15 UTC 2011


solution in:
http://plone.org/products/collective.portletpage/issues/3


On Wed, Dec 7, 2011 at 4:35 PM, Christian Ledermann
<christian.ledermann at gmail.com> wrote:
> this affect all versions of collective.portletpage available on pypi:
>
> after upgrading to plone 4.0.10 when i click on 'portlets' or ('manage
> portlets' tab on newer versions)
> the @@portletview does not show up instead a 404 error is returned.
>
>
> when i comment out: the div id="portletPageColumns" in
> 'manage-portletpage-portlets.pt' the page
> shows up (without any functionality obviously) so my guess was that
> the providers were
> not registered.
>
> exporting 'Portlets' in portal_setup sugest they are registered:
>
> ...
> <portletmanager name="collective.portletpage.bottomrow"
> type="collective.portletpage.interfaces.IPortletPageColumn"/><portletmanager
> name="collective.portletpage.firstcolumn"
> type="collective.portletpage.interfaces.IPortletPageColumn"/><portletmanager
> name="collective.portletpage.secondcolumn"
> type="collective.portletpage.interfaces.IPortletPageColumn"/><portletmanager
> name="collective.portletpage.toprow"
> type="collective.portletpage.interfaces.IPortletPageColumn"/>
> ....
> <blacklist category="user" location="/"
> manager="collective.portletpage.bottomrow"
> status="acquire"/><blacklist category="group" location="/"
> manager="collective.portletpage.bottomrow"
> status="acquire"/><blacklist category="content_type" location="/"
> manager="collective.portletpage.bottomrow"
> status="acquire"/><blacklist category="context" location="/"
> manager="collective.portletpage.bottomrow"
> status="acquire"/><blacklist category="user" location="/"
> manager="collective.portletpage.secondcolumn"
> status="acquire"/><blacklist category="group" location="/"
> manager="collective.portletpage.secondcolumn"
> status="acquire"/><blacklist category="content_type" location="/"
> manager="collective.portletpage.secondcolumn"
> status="acquire"/><blacklist category="context" location="/"
> manager="collective.portletpage.secondcolumn"
> status="acquire"/><blacklist category="user" location="/"
> manager="plone.leftcolumn" status="acquire"/><blacklist
> category="group" location="/" manager="plone.leftcolumn"
> status="acquire"/><blacklist category="content_type" location="/"
> manager="plone.leftcolumn" status="acquire"/><blacklist
> category="context" location="/" manager="plone.leftcolumn"
> status="show"/><blacklist category="user" location="/"
> manager="collective.portletpage.firstcolumn"
> status="acquire"/><blacklist category="group" location="/"
> manager="collective.portletpage.firstcolumn"
> status="acquire"/><blacklist category="content_type" location="/"
> manager="collective.portletpage.firstcolumn"
> status="acquire"/><blacklist category="context" location="/"
> manager="collective.portletpage.firstcolumn"
> status="acquire"/><blacklist category="user" location="/"
> manager="collective.portletpage.toprow" status="acquire"/><blacklist
> category="group" location="/" manager="collective.portletpage.toprow"
> status="acquire"/><blacklist category="content_type" location="/"
> manager="collective.portletpage.toprow" status="acquire"/><blacklist
> category="context" location="/"
> manager="collective.portletpage.toprow" status="acquire"/>
> ...
>
> any clue what is happening here?
> suggestions how i can debug this further?
>
>
>
>
>
> --
> Best Regards,
>
> Christian Ledermann
>
> Nairobi - Kenya
> Mobile : +254 702978914
>
> <*)))>{
>
> If you save the living environment, the biodiversity that we have left,
> you will also automatically save the physical environment, too. But If
> you only save the physical environment, you will ultimately lose both.
>
> 1) Don’t drive species to extinction
>
> 2) Don’t destroy a habitat that species rely on.
>
> 3) Don’t change the climate in ways that will result in the above.
>
> }<(((*>



-- 
Best Regards,

Christian Ledermann

Nairobi - Kenya
Mobile : +254 702978914

<*)))>{

If you save the living environment, the biodiversity that we have left,
you will also automatically save the physical environment, too. But If
you only save the physical environment, you will ultimately lose both.

1) Don’t drive species to extinction

2) Don’t destroy a habitat that species rely on.

3) Don’t change the climate in ways that will result in the above.

}<(((*>


More information about the Product-Developers mailing list