Zope 2.2 under Debian (Woody) broken?
Hello, I installed zope 2.2.0-1 from the Debian (Woody) distribution. No problems are reported during the installation but when I try to access http://localhost:9673/ I get the following error: Zope Error Zope has encountered an error while publishing this resource. Error Type: TypeError Error Value: unexpected keyword argument: validated_hook The same happens when I try to access the management menus. Is the Woody package broken? Any ideas? Thank you, -- Pedro
Did u upgrade an existing zope instance with the new distribution, or was it a clean install? Did you install the SiteAccess product? This sounds like the error you get with an old SiteAccess object in the new zope2.2. You need to upgrade to the new SiteAccess. "Pedro I. Sanchez" wrote:
Hello,
I installed zope 2.2.0-1 from the Debian (Woody) distribution. No problems are reported during the installation but when I try to access http://localhost:9673/ I get the following error:
Zope Error
Zope has encountered an error while publishing this resource.
Error Type: TypeError Error Value: unexpected keyword argument: validated_hook
The same happens when I try to access the management menus.
Is the Woody package broken? Any ideas?
Thank you,
-- Pedro
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- Terry Kerr (terry@adroit.net) Adroit Internet Solutions Pty Ltd (www.adroit.net) Phone: +613 9563 4461 Fax: +613 9563 3856 Mobile: +61 414 938 124 ICQ: 79303381
Thank you for the hint. I had purged my old zope (dpkg --purge) but it seems something was still there hanging around. I did an "rm -rf /var/lib/zope /usr/lib/zope" and reinstalled zope and it worked! I then tried to install the package "zope-siteaccess" from Woody but it depends on zope (>= 2.0.0-2) which is not available :| I'm sort of new to zope so may I ask, Do I need this "zope-siteaccess" package from Woody? Thank you, Terry Kerr wrote:
Did u upgrade an existing zope instance with the new distribution, or was it a clean install? Did you install the SiteAccess product? This sounds like the error you get with an old SiteAccess object in the new zope2.2. You need to upgrade to the new SiteAccess.
"Pedro I. Sanchez" wrote:
Hello,
I installed zope 2.2.0-1 from the Debian (Woody) distribution. No problems are reported during the installation but when I try to access http://localhost:9673/ I get the following error:
Zope Error
Zope has encountered an error while publishing this resource.
Error Type: TypeError Error Value: unexpected keyword argument: validated_hook
The same happens when I try to access the management menus.
Is the Woody package broken? Any ideas?
Thank you,
-- Pedro
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- Terry Kerr (terry@adroit.net) Adroit Internet Solutions Pty Ltd (www.adroit.net) Phone: +613 9563 4461 Fax: +613 9563 3856 Mobile: +61 414 938 124 ICQ: 79303381
You only need the siteaccess product if you wish to server multiple domains from one zope instance. "Pedro I. Sanchez" wrote:
Thank you for the hint.
I had purged my old zope (dpkg --purge) but it seems something was still there hanging around. I did an "rm -rf /var/lib/zope /usr/lib/zope" and reinstalled zope and it worked!
I then tried to install the package "zope-siteaccess" from Woody but it depends on zope (>= 2.0.0-2) which is not available :|
I'm sort of new to zope so may I ask, Do I need this "zope-siteaccess" package from Woody?
Thank you,
Terry Kerr wrote:
Did u upgrade an existing zope instance with the new distribution, or was it a clean install? Did you install the SiteAccess product? This sounds like the error you get with an old SiteAccess object in the new zope2.2. You need to upgrade to the new SiteAccess.
"Pedro I. Sanchez" wrote:
Hello,
I installed zope 2.2.0-1 from the Debian (Woody) distribution. No problems are reported during the installation but when I try to access http://localhost:9673/ I get the following error:
Zope Error
Zope has encountered an error while publishing this resource.
Error Type: TypeError Error Value: unexpected keyword argument: validated_hook
The same happens when I try to access the management menus.
Is the Woody package broken? Any ideas?
Thank you,
-- Pedro
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- Terry Kerr (terry@adroit.net) Adroit Internet Solutions Pty Ltd (www.adroit.net) Phone: +613 9563 4461 Fax: +613 9563 3856 Mobile: +61 414 938 124 ICQ: 79303381
-- Terry Kerr (terry@adroit.net) Adroit Internet Solutions Pty Ltd (www.adroit.net) Phone: +613 9563 4461 Fax: +613 9563 3856 Mobile: +61 414 938 124 ICQ: 79303381
participants (2)
-
Pedro I. Sanchez -
Terry Kerr