|
|
[portal_form_controller] / Cynthia York <cynthia.york@gmail.com>
[portal_form_controller]
Cynthia York <cynthia.york(at)gmail.com> |
2005-05-18 07:28:17 |
[
FULL ]
|
As manager trying to edit site content, the
index_html/document_edit_form and folder_edit_form do not appear and
the error below is given. What could be causing this? The right
portlets have been removed and the main content extends to that
section of the page.
Exception Type
AttributeError
Exception Value
portal_form_controller
Traceback (innermost last):
Module ZPublisher.Publish, line 101, in publish
Module ZPublisher.mapply, line 88, in mapply
Module ZPublisher.Publish, line 39, in call_object
Module Products.CMFFormController.FSControllerPageTemplate, line 98,
in __call__
Module Products.CMFFormController.BaseControllerPageTemplate, line
30, in _call
Module Products.CMFCore.utils, line 75, in getToolByName
AttributeError: portal_form_controller
Plone 2.0.5, Zope 2.7.5, python 2.3.3, linux2, MacOS, Archetypes 1.2.5-rc5
Thanks,
Cynthia
|
RE: [ZPUGDC] [portal_form_controller] / "Kromer, Matthew T. " <MATTHEW.T.KROMER@saic.com>
RE: [ZPUGDC] [portal_form_controller]
"Kromer, Matthew T. " <MATTHEW.T.KROMER(at)saic.com> |
2005-05-18 07:54:31 |
[
FULL ]
|
It sounds like you've deleted the portal form controller object from Plone,
or perhaps broken the product.
-----Original Message-----
From: Cynthia York
To: zpugdc(at)lists.zpugdc.org
Sent: 5/18/2005 8:28 AM
Subject: [ZPUGDC] [portal_form_controller]
As manager trying to edit site content, the
index_html/document_edit_form and folder_edit_form do not appear and
the error below is given. What could be causing this? The right
portlets have been removed and the main content extends to that
section of the page.
Exception Type
AttributeError
Exception Value
portal_form_controller
Traceback (innermost last):
Module ZPublisher.Publish, line 101, in publish
Module ZPublisher.mapply, line 88, in mapply
Module ZPublisher.Publish, line 39, in call_object
Module Products.CMFFormController.FSControllerPageTemplate, line 98,
in __call__
Module Products.CMFFormController.BaseControllerPageTemplate, line
30, in _call
Module Products.CMFCore.utils, line 75, in getToolByName
AttributeError: portal_form_controller
Plone 2.0.5, Zope 2.7.5, python 2.3.3, linux2, MacOS, Archetypes
1.2.5-rc5
Thanks,
Cynthia
[...]
|
Re: [ZPUGDC] [portal_form_controller] / Alex Clark <aclark@aclark.NET>
Re: [ZPUGDC] [portal_form_controller]
Alex Clark <aclark(at)aclark.NET> |
2005-05-20 10:30:28 |
[
FULL ]
|
Cynthia,
I think I looked at this in class for you and I couldn't figure it out
quickly...
and it would be hard to guess in an email as well.
I think that what this literally means is that a Page Template
is having trouble calling portal_form_controller... as opposed to
a KeyError which would mean that the Page Template was *unable*
to call portal_form_controller.
If I'm wrong hopefully someone else will correct me :-)
HTH,
Alex
On Wed, May 18, 2005 at 08:28:20AM -0400, Cynthia York wrote:[...]
[...]
|
Re: [ZPUGDC] [portal_form_controller] / Cynthia York <cynthia.york@gmail.com>
Re: [ZPUGDC] [portal_form_controller]
Cynthia York <cynthia.york(at)gmail.com> |
2005-05-20 10:57:19 |
[
FULL ]
|
I just copied a portal_form_controller from another portal and it worked.
Thanks!
Cynthia
=============================================================
On 5/20/05, Alex Clark <aclark(at)aclark.net> wrote:[...]
|
|