mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
phpMyAdmin sorting not working #308
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ondrejvrabel on 12/10/2023
CloudPanel version(s) affected
2.4.0
Description
Yes, this is a bug. I installed fresh, new phpMyAdmin 5.2.1 on another server and sorting with click works just fine. The shift+click scenario is used for sorting by multiple columns. You can even try this on phpMyAdmin demo (https://demo.phpmyadmin.net/master-config/).
The issue is still present in new Cloudpanel, this is very annoying and makes work with phpMyAdmin very unplesant. I suspect that the issue is with phpMyAdmin's HMAC signatures of queries when clicking the link - perhaps some problems with nginx config for phpMyAdmin?
Thanks
Originally posted by @ondrejvrabel in https://github.com/cloudpanel-io/cloudpanel-ce/issues/266#issuecomment-1827806211
How to reproduce
Open phpMyAdmin from CloudPanel, open table and try to sort column by clicking.
Possible Solution
No response
Additional Context
No response