-
Hello, I installed wicked 0.9 on: Plone 2.1.2, Zope (Zope 2.8.6-final, python 2.3.5, win32), Python 2.3.5 (#62, Feb 8 2005, 16:23:02) [MSC v.1200 32 bit (Intel)], PIL 1.1.5 (all installed by way of Enfold Server es-2.8.2-4627.exe) I believe I've also met the requirements, according to /prefs_install_products_form : Archetypes 1.4.0-RC1 filter 0.1.7 AdvancedQuery 2.1 ExtendedPathIndex (uknown version; the website says it's included in Plone 2.1+. btw, REQUIREMENTS.txt link to Extended Path Index is broken.) There are no messages in /prefs_error_log_form and /portal_quickinstaller/wicked/prefs_installed_product_overview reports: 2006-07-29 17:14:26 -> ExtendedPathIndex already installed Successfully installed wicked. On one of the wicked pages, sorry don't remember which, I saw mention of a wicked skin, however the only skins I see under /prefs_portalskin_form are Plone Default, Plone Tableless, and TAKAKobolt. Yet using ((double brackets)) in pages does not create any links. How do I troubleshoot this? I'm new to plone and zope. thank you for your time, -- matt wilkie -------------------------------------------- Geographic Information, Information Management and Technology, Yukon Department of Environment 10 Burns Road * Whitehorse, Yukon * Y1A 4Y9 867-667-8133 Tel * 867-393-7003 Fax http://environmentyukon.gov.yk.ca/geomatics/ --------------------------------------------- Thread Outline:
-
- Re: help installing by d. whitfield morriss <whit@...>
-
On 2006-07-29 20:40, Matt Wilkie wrote: > Hello, > > I installed wicked 0.9 on: > > Plone 2.1.2, > Zope (Zope 2.8.6-final, python 2.3.5, win32), > Python 2.3.5 (#62, Feb 8 2005, 16:23:02) [MSC v.1200 32 bit (Intel)], > PIL 1.1.5 > (all installed by way of Enfold Server es-2.8.2-4627.exe) > > I believe I've also met the requirements, according to > /prefs_install_products_form : > > Archetypes 1.4.0-RC1 > filter 0.1.7 > AdvancedQuery 2.1 > ExtendedPathIndex (uknown version; the website says it's included in > Plone 2.1+. btw, REQUIREMENTS.txt link to Extended Path Index is broken.) > > There are no messages in /prefs_error_log_form and > /portal_quickinstaller/wicked/prefs_installed_product_overview reports: > > 2006-07-29 17:14:26 > -> ExtendedPathIndex already installed > Successfully installed wicked. > > > On one of the wicked pages, sorry don't remember which, I saw mention of > a wicked skin, however the only skins I see under /prefs_portalskin_form > are Plone Default, Plone Tableless, and TAKAKobolt. > > Yet using ((double brackets)) in pages does not create any links. How do > I troubleshoot this? I'm new to plone and zope. > > thank you for your time, matt, what zope version are you running? 2.8 I guess due to enfold server? if you are running 2.9, I would recommend bumping up to the wicked 1.0a(it's quite stable, just not released due to time constraint). If not, try running the tests for filter and for wicked and see if you can cause any errors( easiest way to do this is the following: $ inst/bin/zopectl shell $ cd inst/Product/prodname/tests, $ python runalltests.py also, remember, to use wicked links, you have to use one of example types that is installed with wicked, or your own custom type(or monkeypatch document, but that is a different story). -w
-
> matt, what zope version are you running? 2.8 I guess due to enfold server? yup. > ...If not, try running > the tests for filter and for wicked and see if you can cause any errors( > easiest way to do this is the following: > $ inst/bin/zopectl shell > $ cd inst/Product/prodname/tests, > $ python runalltests.py those look like linux shell commands, I'm on a windows server 2003 box. Is there a win equivalent? > also, remember, to use wicked links, you have to use one of example types that > is installed with wicked, or your own custom type(or monkeypatch document, but > that is a different story). I thought I was, but maybe I'm confused. Isn't ((this a wicked link)) ? thanks, -- -matt
-