Liviu-Mihail Concioiu

Results 98 comments of Liviu-Mihail Concioiu

@williamdes the culprit here is this query that takes ~2-3 seconds (15000 tables). On databases with a few tables is okay, but when you have > 1000 tables it keeps...

> Does this affect 5.2 ? Yes. ``` Warning in ./libraries/classes/Template.php#90 Trying to access array offset on value of type null Backtrace Template.php#62: PhpMyAdmin\Template::getTwigEnvironment(string '//tmp/twig') Core.php#140: PhpMyAdmin\Template->__construct() Config.php#684: PhpMyAdmin\Core::fatalError(string 'Wrong...

I can confirm it happens on master. The first time wasn't any message at all, the second time, was an error that the column was already deleted and cannot add...

Also the select box for language, looks odd. ![lang](https://user-images.githubusercontent.com/25424343/170069084-293c468e-5a94-4362-b10b-fae23be7a1b2.png)

Decimal point is different. I've also found another issue like this on Github https://github.com/PHPOffice/PHPWord/issues/1268. ```PHP

I can confirm the bug. This happens only for descending order and ascending order (sometimes). https://demo.phpmyadmin.net/QA_5_2/index.php?route=/server/databases&statistics=1&pos=0&sort_by=SCHEMA_TABLE_ROWS&sort_order=desc

@williamdes I have updated the bug report on how to reproduce the issue and also a video showing the bug. On QA_5_2 it doesn't show the pie either, but no...

> I'm having this issue as well. I tried the solution posted by codyclearsky, but it didn't work for me. Any other ideas? I'm on Windows 11 using Xampp and...

On 6.0.0-dev, this error is given `TypeError: PhpMyAdmin\Server\Privileges::setUserGroup(): Argument #1 ($username) must be of type string, null given, called in /home/demo/.pma-demo/master-config/libraries/classes/Server/Privileges.php on line 2365`

> I am looking into this, but do you know what the correct behaviour should be? What should actually happen after you click go? It's not like there are any...