| Summary: | Can't support UTF8 string to create bug(summary/comment) | ||
|---|---|---|---|
| Product: | [Community] Bugzilla | Reporter: | Hui Wang <huiwang> |
| Component: | Creating/Changing Bugs | Assignee: | Jeff Fearn 🐞 <jfearn> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | tools-bugs <tools-bugs> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.0 | CC: | huiwang, jmcdonal, mtahir, qgong |
| Target Milestone: | 5.0 | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | rh-bugzilla-5.0.3-rh2.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-06-06 07:49:21 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Hui Wang
2016-03-18 03:03:11 UTC
[Thu Apr 07 02:51:01.491648 2016] [:error] [pid 5415] Wide character in subroutine entry at /var/www/html/bugzilla/Bugzilla/Object.pm line 531.\n *** Bug 1320004 has been marked as a duplicate of this bug. *** *** Bug 1328678 has been marked as a duplicate of this bug. *** After far to much debugging inside of DBD::Pg, it turns out this is a database server misconfiguration edit the postgresql.conf file, look for a setting called 'client_encoding' It's probably set to something like 'sql_ascii'. It should be set to UTF8. EG: client_encoding = 'UTF8' Restart the database server and it should work. QE also changed this setting against QE server, and it could save UTF8 string now. |