#1 — phantasy browser

by jean-mat Grimaldi last modified Jun 15, 2010 12:24 AM
State Unconfirmed
Version: 1.0
Area User interface
Issue type Bug
Severity Medium
Submitted by jean-mat Grimaldi
Submitted on Jan 27, 2010
Responsible jean-mat Grimaldi
Target release:
error when browsing phantasy skin repository, the browser returns "no object found".
Added by David Breitkreutz on Feb 23, 2010 05:33 AM
Same issue here. I find that when a try and select a skin for a folder/content item using the reference browser, the pop-up window always displays "No items found.".
Added by Jim Biggs on Jun 14, 2010 09:53 PM
This error is most likely because collective/phantasy/setuphandlers.py did not install the phantasy default content. I discovered this can occur if your buildout includes the "collective.threecolorstheme". It doesn't matter if it is installed in your site or not.

Try the following steps to correct:
1) remove products that include collective.phantasy -- e.g. aws.minisites and collective.threecolorstheme.
2) uninstall collective.phantasy from your site
3) bin/buildout... etc
4) restart zope and install collective.phantasy in your site.

hope this helps... jim
Added by Jim Biggs on Jun 15, 2010 12:24 AM
Okay, my reply above was not a complete solution. It only addressed conflicts w/other products that include collective.phantasy.

The SOLUTION requires editing the product. Go to path:

/atphantasy/extendcontents/skinextension.py

change line 49 to match the statement below:

    startup_directory = '/phantasy-skins-repository',


That will correct the bug.

Regards... Jim

No responses can be added.