Sergiu Dumitriu wrote: > Sime Suljic wrote: >> >> Hi guys! >> I installed XWiki Enterprise 1.8.17790 on apache server. When saving a >> wiki >> page fault occurs. Please if you have an idea of what could be the >> problem. >> Thanks in advance >> Sime S. >> >> Wrapped Exception: >> >> java.sql.BatchUpdateException: Incorrect string value: >> '\xC4\x91\xC4\x8D\xC4\x87...' for column 'XWR_PATCH' at row 1 > > Looks like an encoding issue. Can you check that all the components have > the same charset/encoding? >
Oh, a hint, if you're using mysql, and you've upgraded from a much older version, there were a few tables added that you should reconfigure with the proper encoding (hibernate cannot do that automatically). -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
