Description of problem: When trying to edit a project, I go this error An error occurred during conversion seam text to html Version-Release number of selected component (if applicable): Zanata version 1.3 (20110509-2113). How reproducible: Always Steps to Reproduce: 1. Go to https://translate.engineering.redhat.com//project/view/rhn_subscription_management&cid=22550 2. Click edit 3. Actual results: Go to an error page Expected results: It should go to the project edit page Additional info:
Thanks for the report Manuel. This is caused by a bug in Seam's richfaces library, which doesn't handle (eg) unmatched underscores in SeamText fields (which we use in our Project pages). So if the content uses an odd number of underscores, it breaks the SeamText editor. We'll have to go into the database and remove the offending text, as a workaround. Zanata 1.4 will have an updated richfaces library which fixes the problem properly.
We've updated the offending database entries to remove the underscores as a temporary workaround. NB: if you want to include a URL which uses underscore, you could try using the three characters "%5F" instead of underscore.
Added an admin-only section to edit the home page content in plain text, bypassing the rich text editor which is causing the error. Currently merged to the 1.5.x branch.
Merged this upgrade into the 1.4.x branch.
VERIFIED with Zanata version 1.4.3-alpha-3-SNAPSHOT (20111128-1320)