[Zope-PTK] Apache + Zserver + SiteAccess + Search results fro
 m the  catalog
   
    Tres Seaver
     
    tseaver@digicool.com
       
    Wed, 27 Sep 2000 09:37:42 -0400 (EDT)
    
    
  
On Wed, 27 Sep 2000, neeloy_saha wrote:
> Hi tres,
> 
> I used a very ugly approach to fix that.....well it works......
> 
> <a href="&dtml-portal_url;<dtml-var "SiteIndex.getpath(data_record_id_)">/
> 
> I had many problems while installing PTK. I started one month back on zope.
> frankly speaking the instructions for the installation that was there for
> the PTK never seemed to work for me... I tried many versions and got this
> configuration to work for me.At least I do not get an attribute error. I am
> working on Win NT sp6
> 
> I am having another problem.... all the things that have been imported as
> .zexp files... there icons are not visible.... and they point to
> http://192.168.81.132/Control_Panel/Products/DemoPortal/Portal/ziconImage
> 
> How do I go abt that???
First, please post such questions to the PTK list, rather than
directly to me -- you'll get the benefit of everyone's knowledge
that way.
I can't reproduce the symptom you describe on my box:
 * Fresh Zope 2.2.2. install
 * CVS checkout of the PTK::
    cvs -d :pserver:anonymous@cvs.zope.org co ZopePTK
 * Symlink ZCallable, PTKBase, and PTKDemo into my Products
   directory::
     cd ~/Zope2/lib/python/Products
     ln -s ~/ZopePTK/ZCallable .
     ln -s ~/ZopePTK/PTKBase .
     ln -s ~/ZopePTK/PTKDemo .
 * Symlink Wizard.zexp and Demo.zexp into my import directory:
    cd ~/Zope2/import
    ln -s ../lib/python/Products/PTKDemo/Wizard.zexp .
    ln -s ../lib/python/Products/PTKDemo/PTKDemo.zexp .
 * (Re)start Zope.  Notice that ZCallable, PTKBase, and PTKDemo have
   initialized cleanly (no "broken product" icons).
 * In Control_Panel/Products, import the ZClass products, 'Wizard.zexp'
   and 'DemoPortal.zexp'.  Again, note no broken objects (if the
   PortalWizard object in DemoPortal looks broken, restart Zope and
   log it as a bug in the PTK tracker).
 * Create a test portal, using the wizard.  Note that the portal object
   has a real "door" icon.
Tres.
-- 
===============================================================
Tres Seaver                                tseaver@digicool.com
Digital Creations     "Zope Dealers"       http://www.zope.org