I've problems getting the zForum product working. When I try to create azForum instance somewhere in my Zope site, I invariably obtain the errormessage: """ Site ErrorAn error was encountered while publishing this resource. Error Type: AttributeError Error Value: manage_addCC """ Looking for a solution on the internet, the closest I could get was asdescribed in http://www.pcfltd.co.uk/docs/zforum.html (which is aboutinstallation on a Windows machine; I'm working on Linux box). In the directory where I want to create the zForum: 1) I do have a database connection which is open en tested (works). 2) I do have a CookieCrumbler instance (which I'm not sure of whetherit's essential or not...); the CookieCrubler properties are unchanged... (i.e. __ac, __ac_name, __ac_password, etc) 3) In the zForum instance form I use the same connection string asdefined in the database connection. The Site Error message keeps popping up all the time (...sigh). Anyone some idea what's wrong...? -- _____________________________________________________________________ Versatel ADSL Gratis. De voordelen van gratis internet met de snelheid van ADSL. Zonder abonnementskosten en zonder vast contract. Je betaalt alleen voor de tijd online. Nu zonder aansluitkosten en met gratis modem. Bestel snel op www.versatel.nl.
burley@zonnet.nl wrote:
I've problems getting the zForum product working. When I try to create azForum instance somewhere in my Zope site, I invariably obtain the errormessage:
zForum support is here http://www.zforum.org/ Michael -- http://zope.org/Members/d2m http://planetzope.org
Look at the Error Log for the Traceback, which tells you exactly where the error occurred. That can often help pinpoint the problem by module and line number - look at the Product code if necessary. Include the Traceback in any question to the mailing list. Cliff burley@zonnet.nl wrote:
I've problems getting the zForum product working. When I try to create azForum instance somewhere in my Zope site, I invariably obtain the errormessage:
""" Site ErrorAn error was encountered while publishing this resource.
Error Type: AttributeError Error Value: manage_addCC """ Looking for a solution on the internet, the closest I could get was asdescribed in http://www.pcfltd.co.uk/docs/zforum.html (which is aboutinstallation on a Windows machine; I'm working on Linux box).
In the directory where I want to create the zForum: 1) I do have a database connection which is open en tested (works). 2) I do have a CookieCrumbler instance (which I'm not sure of whetherit's essential or not...); the CookieCrubler properties are unchanged... (i.e. __ac, __ac_name, __ac_password, etc) 3) In the zForum instance form I use the same connection string asdefined in the database connection.
The Site Error message keeps popping up all the time (...sigh). Anyone some idea what's wrong...?
Do you have the Cookie Crumbler installed? That is one of the requirements. On Wed, 23 Mar 2005 11:52:45 +0100, burley@zonnet.nl <burley@zonnet.nl> wrote:
I've problems getting the zForum product working. When I try to create azForum instance somewhere in my Zope site, I invariably obtain the errormessage:
""" Site ErrorAn error was encountered while publishing this resource.
Error Type: AttributeError Error Value: manage_addCC """ Looking for a solution on the internet, the closest I could get was asdescribed in http://www.pcfltd.co.uk/docs/zforum.html (which is aboutinstallation on a Windows machine; I'm working on Linux box).
In the directory where I want to create the zForum: 1) I do have a database connection which is open en tested (works). 2) I do have a CookieCrumbler instance (which I'm not sure of whetherit's essential or not...); the CookieCrubler properties are unchanged... (i.e. __ac, __ac_name, __ac_password, etc) 3) In the zForum instance form I use the same connection string asdefined in the database connection.
The Site Error message keeps popping up all the time (...sigh). Anyone some idea what's wrong...?
-- _____________________________________________________________________ Versatel ADSL Gratis. De voordelen van gratis internet met de snelheid van ADSL. Zonder abonnementskosten en zonder vast contract. Je betaalt alleen voor de tijd online. Nu zonder aansluitkosten en met gratis modem. Bestel snel op www.versatel.nl.
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
How do I access from Python the zope.conf variable settings? Thanks. -- _____________________________________________________________________ Versatel ADSL Gratis. De voordelen van gratis internet met de snelheid van ADSL. Zonder abonnementskosten en zonder vast contract. Je betaalt alleen voor de tijd online. Nu zonder aansluitkosten en met gratis modem. Bestel snel op www.versatel.nl.
from App.config import getConfiguration config = getConfiguration() print config.instancehome print config.debug_mode On 24. Mär 2005, at 10:39, burley@zonnet.nl wrote:
How do I access from Python the zope.conf variable settings?
Thanks.
-- Software Engineering is Programming when you can't. --E. W. Dykstra
participants (5)
-
burley@zonnet.nl -
Cliff Ford -
Garth B. -
Michael Haubenwallner -
Stefan H. Holek