#30 — Reflecto - delete/rename problem
by
(anonymous)
—
last modified
Jan 08, 2009 04:40 PM
| State | Resolved |
|---|---|
| Version: | 2.0 |
| Area | Functionality |
| Issue type | Bug |
| Severity | Medium |
| Submitted by | (anonymous) |
| Submitted on | Jun 10, 2008 |
| Responsible |
—
|
| Target release: |
—
|
I've tried to use reflecto 1.2 and 2 on both Plone 3.1.1 or 3.1.2 under windows XP platform. I noticed that when I delete a file or folder (either using the "delete" button under "contents" tab or the "delete" under Plone), I got the following error message. Have anyone experience this problem?
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.CMFFormController.FSControllerPythonScript, line 104, in __call__
* Module Products.CMFFormController.Script, line 145, in __call__
* Module Products.CMFCore.FSPythonScript, line 140, in __call__
* Module Shared.DC.Scripts.Bindings, line 313, in __call__
* Module Shared.DC.Scripts.Bindings, line 350, in _bindAndExec
* Module Products.CMFCore.FSPythonScript, line 196, in _exec
* Module None, line 19, in folder_delete
<FSControllerPythonScript at /Plone/folder_delete used for /Plone/public-documents/documents>
Line 19
* Module <string>, line 3, in _facade
* Module plone.protect.utils, line 32, in _curried
* Module plone.protect.authenticator, line 60, in check
Forbidden: Form authenticator is invalid.
I also found that the "rename" function is not worked properly. It will rename the file as well as the current folder name.
I have the following Plone component installed:
* Plone 3.1.2
* CMF 2.1.1
* Zope (Zope 2.10.6-final, python 2.4.4, win32)
* Python 2.4.4 (#71, Oct 18 2006, 08:34:43) [MSC v.1310 32 bit (Intel)]
* PIL 1.1.6
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.CMFFormController.FSControllerPythonScript, line 104, in __call__
* Module Products.CMFFormController.Script, line 145, in __call__
* Module Products.CMFCore.FSPythonScript, line 140, in __call__
* Module Shared.DC.Scripts.Bindings, line 313, in __call__
* Module Shared.DC.Scripts.Bindings, line 350, in _bindAndExec
* Module Products.CMFCore.FSPythonScript, line 196, in _exec
* Module None, line 19, in folder_delete
<FSControllerPythonScript at /Plone/folder_delete used for /Plone/public-documents/documents>
Line 19
* Module <string>, line 3, in _facade
* Module plone.protect.utils, line 32, in _curried
* Module plone.protect.authenticator, line 60, in check
Forbidden: Form authenticator is invalid.
I also found that the "rename" function is not worked properly. It will rename the file as well as the current folder name.
I have the following Plone component installed:
* Plone 3.1.2
* CMF 2.1.1
* Zope (Zope 2.10.6-final, python 2.4.4, win32)
* Python 2.4.4 (#71, Oct 18 2006, 08:34:43) [MSC v.1310 32 bit (Intel)]
* PIL 1.1.6
- Steps to reproduce:
- I've installed only Plone 3.1.1 or 3.1.2 and Reflecto on the system, i.e. no other add-on products. The issue is still there.
I also tried to delete file using the existing the Plone "action - > delete", it does delete the file after the reindexing, but it prompts the following error message:
We're sorry, but that page doesn't exist…
Please double check the web address or use the search function on this page to find what you are looking for.
If you are certain you have the correct web address but are encountering an error, please contact the site administration.
Thank you.
You might have been looking for…
Other delete scenario was described from the above "Details" section, it has the error message after the delete. But this delete is not actually deleted the file after the reindexing. This is defferent than the delete from Plone.
Added by
(anonymous)
on
Jun 19, 2008 10:36 PM
I was having the same issue and had to patch reflecto_folder_contents.pt
Add <input tal:replace="structure context/@@authenticator/authenticator" />
before the </form> tag.
Added by
(anonymous)
on
Jun 21, 2008 12:30 PM
It works. Thanks for the help.
Added by
Wichert Akkerman
on
Jun 26, 2008 02:29 PM
This has been fixed in subversion and will be in the 2.1 release.
Issue state:
unconfirmed
→
resolved
No responses can be added.
If you can, please log in before submitting a reaction.
