Ticket #8129 (closed Bug: fixed)
kupu 1.4.9 - "TypeError: string indices must be integers" error on plonedrawers.py when installing
| Reported by: | efrodrigues | Owned by: | duncan |
|---|---|---|---|
| Priority: | minor | Milestone: | 3.1.3 |
| Component: | Visual Editor | Keywords: | version 1.4.9 |
| Cc: |
Description
This happens when tried to install on Zope 2.9.3, Plone 2.1.4.
The error was reported on the transcript of ZMI: portal_quickintaller/kupu installation, reporting the following error:
TypeError: string indices must be integers on line 494 of plonedrawers.py file
Change History
Note: See
TracTickets for help on using
tickets.

Fixed in svn revision 54791 The code to work out a possible preview URL was failing. I added some code to fallback to assuming no special preview size is available.