RE: [Zope-PTK] Apache + Zserver + SiteAccess + Search portal icon is not appearing is not appearing
Hi all, The portal icon does not appear when I am using the ptk with apache + zserver + siteaccess2. I find it there for all things which I have imported by using .zexp. I have used the How-To on integrating zserver + Apache ...using the virtual host. <VirtualHost 192.168.81.132:80> # ServerAdmin webmaster@host.some_domain.com # DocumentRoot /www/docs/host.some_domain.com # ServerName host.some_domain.com # ErrorLog logs/host.some_domain.com-error_log # CustomLog logs/host.some_domain.com-access_log common ProxyPass /webradar http://192.168.81.132:8081/WebRadar3.0 ProxyPassReverse /webradar http://192.168.81.132:8081/WebRadar3.0 ProxyPass /misc_ http://192.168.81.132:8081/misc_ ProxyPass /p_ http://192.168.81.132:8081/p_ </VirtualHost> How do I go abt solving the issue. -neeloy -----Original Message----- From: Tres Seaver [mailto:tseaver@digicool.com] Sent: Wednesday, September 27, 2000 7:08 PM To: neeloy_saha Cc: zope-ptk@zope.org Subject: RE: [Zope-PTK] Apache + Zserver + SiteAccess + Search results fro m the catalog 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
participants (1)
-
neeloy_saha