Ticket #13329 (confirmed Bug)

Opened 3 years ago

Last modified 3 years ago

CopyError while using the ZMI

Reported by: Silvan.Fin@… Owned by:
Priority: minor Milestone: 4.x
Component: Backend (Python) Version: 4.2
Keywords: Cc:

Description

I'm not sure, that this is an error of Plone or Zope.

I installed Plone 4.2.1 with the unified installer, started it and created a new web site.

Then I went to localhost:8080/manage, browsed to the new sites portal_skin/plone_content folder, [Select all], [Copy], switched to portal_skin/custom [Paste] and received a CopyError:

Traceback (innermost last):

Module ZPublisher.Publish, line 126, in publish Module ZPublisher.mapply, line 77, in mapply Module ZPublisher.Publish, line 46, in call_object Module OFS.CopySupport, line 206, in manage_pasteObjects Module OFS.CopySupport, line 537, in _verifyObjectPaste

CopyError: [some HTML error message]

Change History

comment:1 Changed 3 years ago by kleist

  • Status changed from new to confirmed
  • Component changed from Unknown to Backend (Python)

I'd say this is an unsupported action (although it would be nice if a proper error message were issued instead of a traceback). What are you trying to achieve? Why don't you click the "Customize" button?

comment:2 Changed 3 years ago by SilvanFin

I was trying to find the place where specific output for events was generated and to add something. Since I was a bit clueless, where to start, I played around with those files. Since I'm a lazy guy, I figured, that if a [Select all] and a [copy] button where in place, I could as well use them, instead of viewing every file on its one and [customize] it.

Note: See TracTickets for help on using tickets.