|
By:
pwaldo2
Rank:
Starfleet Ensign
Postings:
1
From:
|
Posted:
Wed Oct 01, 2008 - 03:43 PM
Hi Everyone,
I'm totally new to Zope/Plone, but I am following Martin Aspelli's 'Professional Plone Development'. He suggests using GenericSetup, which I think sounds just fine, except I get an error after try to add Generic Setup Tool from the pull down menu.
I added the GenericSetup folder, as instructed in the Readme, to my products folder of my instance.
Any ideas?
The error is:
Site Error
An error was encountered while publishing this resource.
Error Type: BadRequest
Error Value: The id "setup_tool" is invalid - it is already in use.
Troubleshooting Suggestions
* The URL may be incorrect.
* The parameters passed to this resource may be incorrect.
* A resource that this resource relies on may be encountering an error.
and the log shows:
Time 2008/10/01 16:45:09.589 GMT-4
User Name (User Id) admin (admin)
Request URL http://localhost:8080/manage_addProduct/GenericSetup/addSetupTool
Exception Type BadRequest
Exception Value The id "setup_tool" is invalid - it is already in use.
Traceback (innermost last):
* Module ZPublisher.Publish, line 119, in publish
* Module ZPublisher.mapply, line 88, in mapply
* Module ZPublisher.Publish, line 42, in call_object
* Module Products.GenericSetup.tool, line 1268, in addSetupTool
* Module OFS.ObjectManager, line 314, in _setObject
* Module OFS.ObjectManager, line 102, in checkValidId
BadRequest: The id "setup_tool" is invalid - it is already in use.
|