Ticket #8 (bug)

Opened 3 years ago

Last modified 3 years ago

Not working in plone 2.1.2?

Status: reopened

Reported by: anonymous Assigned to: piv
Priority: major Component: qPloneDropDownMenu
Keywords: Cc:

2006-02-12 14:58:58 failed: Traceback (most recent call last):

File "/Applications/Plone2/Sites/Default/Products/CMFQuickInstallerTool/QuickInstallerTool.py", line 320, in installProduct

res=install(portal)

File "/Applications/Plone2/Library/Software/Zope278/Zope/lib/python/Products/ExternalMethod/ExternalMethod.py", line 225, in call

try: return f(*args, **kw)

File "/Applications/Plone2/Sites/Default/Products/qPloneDropDownMenu/Extensions/Install.py", line 137, in install

updateMenu(self)

File "/Applications/Plone2/Sites/Default/Products/qPloneDropDownMenu/Extensions/Install.py", line 69, in updateMenu

out += % \ #

UnicodeDecodeError?: 'ascii' codec can't decode byte 0xc3 in position 116: ordinal not in range(128)

Change History

02/13/06 06:03:32: Modified by myroslav

  • owner changed from myroslav to piv.
  • component changed from General to qPloneDropDownMenu.

It look like the product of interest is qPloneDropDownMenu. It would be great to "see" the items in the PortalTabs? before the product is installed. It look like they contained Non-Latin characters.

Leve your e-mail in Reporter field or register to hide your e-mail behind the nick

02/14/06 08:22:57: Modified by piv

  • status changed from new to closed.
  • resolution set to worksforme.

I've tried Non-Latin characters. And didn't have any problems with installer procedure (in Plone 2.1, and Plone 2.1.2).

02/21/06 06:53:42: Modified by casper@compulations.dk

  • status changed from closed to reopened.
  • resolution deleted.

I had the same problem with non-ascii characters in the main menu. I've solved it by casting the name (and possibly description as well) to a string:

str(act['name'])

Should do the trick. /casper

02/28/06 10:55:52: Modified by anonymous

Dropdowns do not work in Plone 2.1.2, even using 0.1.9 revisions

04/13/06 05:42:25: Modified by anonymous

I have version 0.1.6 and plone 2.1.2 working fine here. Just using simple std words on the dropdwons, no unusual ascii chars though.