Bug #5277
opentable id=user_list_table - Ajax error
0%
Description
RhodeCode Community Edition, version 4.7.0
Clean install on Debian 8 (Jessie)
No additional plugins activated, admin user created from command line during install. Click on "Admin" menu and select "Users" in the dropdown menu. Empty list appears (actually, should be at least one entry) and immediately — popup with the message about Ajax warning/error.
the error seems to appear regardless of database type activated, at least I've checked with sqlite and mysql.
Files
Updated by Kirill Peskov over 7 years ago
Updated by Marcin Kuzminski [CTO] over 7 years ago
Hi,
Is there any error in rhodecode logs ?
Also anything in the Browser console ?
Best,
Updated by Kirill Peskov over 7 years ago
- File community.log community.log added
Marcin Kuzminski [staff] wrote:
Hi,
Is there any error in rhodecode logs ?
Yeapp, part of the logfile is attached, have a look
Also anything in the Browser console ?
Server Error 500
Updated by Marcin Kuzminski [CTO] over 7 years ago
Hmm,
That's interesting it seems it's a Mysql Specific problem when using NULL LAST sorting. We'll investigate this. It's however odd that our test mysql didn't report this. We'll check the code and try to reproduce this.
I think there's a bugfix release for this released asap when we fix it.
Updated by Marcin Kuzminski [CTO] over 7 years ago
Btw, as a workaround, you can remove the .nullslast()
from your installation source code to fix it temporarily.
And it's located inside ~/.rccontrol/community-1/profile/..
Updated by Kirill Peskov over 7 years ago
- File community-sqlite.log community-sqlite.log added
Marcin Kuzminski [staff] wrote:
Hmm,
That's interesting it seems it's a Mysql Specific problem when using NULL LAST sorting. We'll investigate this. It's however odd that our test mysql didn't report this. We'll check the code and try to reproduce this.
Then it's quite weird that sqlite installation behaves the same way...
community-sqlite.log is also attached
Updated by Redmine Integration over 7 years ago
- Status changed from New to Resolved
Commit da0b6987cae0 by Marcin Kuzminski marcin@rhodecode.com on default branch changed this issue. https://internal-code.rhodecode.com/rhodecode-enterprise-ce/changeset/da0b6987cae09f9f4e9af5f2e8ec6103cd0a0299
Commit ff0040258f10 by Marcin Kuzminski marcin@rhodecode.com on default branch references this issue. https://internal-code.rhodecode.com/rhodecode-enterprise-ce/changeset/ff0040258f1094b0eabbbea9f87459f3bed50025
Updated by Marcin Kuzminski [CTO] over 7 years ago
Probably sqlite have similar problem. We manage to change this to different types of queries, also we had a bad test for this :(
We;ll release a 4.7.1 today with this and few other patches that we had. Thanks
Updated by Redmine Integration over 7 years ago
Commit 38e5e834dd5f by Marcin Kuzminski marcin@rhodecode.com on stable branch changed this issue. https://internal-code.rhodecode.com/rhodecode-enterprise-ce/changeset/38e5e834dd5fafd336b9069d692987c0a0d07a67
Commit 917dc4756979 by Marcin Kuzminski marcin@rhodecode.com on stable branch references this issue. https://internal-code.rhodecode.com/rhodecode-enterprise-ce/changeset/917dc475697920f7eb4c31b35e83b1a3fbd98675