FS#2043 - after enter confirmation code from email i see SQL query in browser
version flyspray-1.0.alpha2
1. signup
2. receive email with confirmation code and link
3. go to page /task/index.php?do=register&magic_url=8a043cb5bf264758f1664c7db207a2c1
4. enter code confirmation and submit
5. see only this SQL query in browser :)
Query {INSERT INTO `flyspray_searches` (user_id, name, search_string, time) VALUES (?, ?, ?, ?)} with params {2,Задачи, которые я отслеживаю,a:16:{s:12:"only_watched";s:1:"1";s:6:"string";N;s:4:"type";a:1:{i:0;s:0:"";}s:3:"sev";a:1:{i:0;s:0:"";}s:3:"due";a:1:{i:0;s:0:"";}s:3:"dev";N;s:3:"cat";a:1:{i:0;s:0:"";}s:6:"status";a:1:{i:0;s:4:"open";}s:5:"order";N;s:4:"sort";N;s:7:"percent";a:1:{i:0;s:0:"";}s:6:"opened";N;s:18:"search_in_comments";N;s:14:"search_for_all";N;s:8:"reported";a:1:{i:0;s:0:"";}s:12:"only_primary";N;},1441343882} Failed! (Incorrect string value: '\xD0\x97\xD0\xB0\xD0\xB4...' for column 'name' at row 1)
Closed by peterdd
17.10.2015 05:16
Reason for closing: Not a bug
Additional comments about closing:
17.10.2015 05:16
Reason for closing: Not a bug
Additional comments about closing:
problem has its root in charset problem, which is handled by FS#2044
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Ok.
now i understand where problem:
Process of installing bug tracker not asking collation and charset for creating tables and make tables by default charser
need add to install request about charset of table creating
in version 0.9.9.7 have same problem