Jonathan Weber
Jonathan Weber
Since posting this issue some time has passed, but I can confirm this issue and am currently working on a fix.
Are we going to see this? It seems like it is still not working correctly...
Thanks for addressing this issue! I opened a ticket for this a while ago but didn't have the time yet to dive deeper into the implications it has on the...
Ok, now I understand the necessity of having the `stream_sorting_date` field - thanks for the explanation! That is exactly what I meant - and sure, I understand that those things...
Hey! Is this still an issue that will potentially be worked on? Since opening this issue, I am using HumHub with the change mentioned above (`id` > `created_at`) and it...
I have the same problem - using `php-8.1` (fpm), `apache2` and `phpmyadmin` (5.1.4). The Javascript error in the console is: `Uncaught SyntaxError: Unexpected token u in JSON at position 0`...
Sounds great to me! That should probably fix at least this `JSON.parse()` error!
I investigated a bit further and think the actual problem is that the localStorage item is being set to `JSON.stringify(undefined)`. See the attached screenshot - there is no property `value`...
Adding this line to `config.inc.php` yield the following error popup after successful login. At this point in time, at least the sidebar is having contents, showing the correct databases. When...
Actually, it seems to be a Symfony error and phphmyadmin is not using the current, fixed version. Implementing this commit manually fixes the problem for me: https://github.com/symfony/symfony/commit/8e34978e4e2c4bf7dac97e44e904368c4cfb54f8 Edit: by @williamdes...