Activity log for bug #1932552

Date Who What changed Old value New value Message
2021-06-18 14:28:33 Massimiliano Arione bug added bug
2021-06-18 14:34:59 Utkarsh Gupta symfony (Ubuntu): status New Fix Released
2021-06-18 14:51:06 William Desportes bug added subscriber William Desportes
2021-06-18 15:16:48 Utkarsh Gupta nominated for series Ubuntu Focal
2021-06-18 15:16:48 Utkarsh Gupta bug task added symfony (Ubuntu Focal)
2021-06-18 15:16:57 Utkarsh Gupta symfony (Ubuntu Focal): status New Confirmed
2021-06-18 15:19:29 Utkarsh Gupta bug added subscriber Utkarsh Gupta
2021-06-25 14:18:58 Utkarsh Gupta symfony (Ubuntu Focal): assignee Utkarsh Gupta (utkarsh)
2021-11-21 19:16:08 Łukasz bug added subscriber Łukasz
2021-11-21 19:26:11 Łukasz bug watch added https://github.com/phpmyadmin/phpmyadmin/issues/17187
2021-11-21 19:26:11 Łukasz bug watch added https://github.com/phpmyadmin/phpmyadmin/issues/16968
2021-11-21 19:26:11 Łukasz bug watch added https://github.com/symfony/symfony/issues/38089
2021-11-21 19:26:11 Łukasz bug watch added https://github.com/phpmyadmin/phpmyadmin/issues/17197
2022-01-05 11:19:01 Łukasz symfony (Ubuntu Focal): assignee Utkarsh Gupta (utkarsh)
2022-01-05 11:47:47 Utkarsh Gupta symfony (Ubuntu Focal): assignee Utkarsh Gupta (utkarsh)
2022-01-18 21:13:38 Bryce Harrington symfony (Ubuntu Focal): importance Undecided High
2022-06-07 19:32:10 Sergio Durigan Junior bug added subscriber Ubuntu Server
2023-04-12 14:50:29 William Desportes bug watch added https://github.com/phpmyadmin/phpmyadmin/issues/17503
2023-04-12 14:50:29 William Desportes bug task added phpmyadmin
2023-04-12 14:51:21 William Desportes phpmyadmin: importance Unknown High
2023-04-12 16:11:38 Bug Watch Updater phpmyadmin: status Unknown New
2023-04-12 16:11:38 Bug Watch Updater phpmyadmin: importance High Unknown
2023-05-16 08:48:19 Christian Ehrhardt  symfony (Ubuntu Focal): assignee Utkarsh Gupta (utkarsh)
2023-05-16 12:03:41 Launchpad Janitor merge proposal linked https://code.launchpad.net/~williamdes/ubuntu/+source/symfony/+git/symfony/+merge/442970
2023-05-16 12:04:10 Launchpad Janitor merge proposal linked https://code.launchpad.net/~williamdes/ubuntu/+source/symfony/+git/symfony/+merge/442971
2023-05-16 12:06:08 William Desportes symfony (Ubuntu Focal): assignee William Desportes (williamdes)
2023-05-16 12:06:29 William Desportes merge proposal unlinked https://code.launchpad.net/~williamdes/ubuntu/+source/symfony/+git/symfony/+merge/442970
2023-05-16 13:09:41 Athos Ribeiro bug added subscriber Athos Ribeiro
2023-08-06 19:42:22 Launchpad Janitor merge proposal linked https://code.launchpad.net/~williamdes/ubuntu/+source/symfony/+git/symfony/+merge/448547
2023-08-07 14:24:36 Athos Ribeiro description Package should be updated to symfony/dependency-injection:4.4.9 at least, since it's the first release of v4 that is supporting both php7 and php8. I think that, anyway, using current last available point release (that is 4.4.25) would be better. See https://github.com/phpmyadmin/phpmyadmin/issues/16968 for a related bug. [ Impact ] The user is unable to use phpMyAdmin or the related symfony library [ Test Plan ] # Reproduced using the 20.04.6 ISO Run the following commands: apt update apt upgrade -y # Install the "add-apt-repository" command apt install software-properties-common -y add-apt-repository ppa:phpmyadmin/ppa # Install the deb sury repo apt-get -y install lsb-release ca-certificates curl curl -sSLo /usr/share/keyrings/deb.sury.org-php.gpg https://packages.sury.org/php/apt.gpg sh -c 'echo "deb [signed-by=/usr/share/keyrings/deb.sury.org-php.gpg] https://packages.sury.org/php/ bullseye main" > /etc/apt/sources.list.d/php.list' apt update apt install php8.2 apt install mysql-server -y service mysql start # Choose apache2 to auto configure and accept dbcommon setup apt install phpmyadmin service apache2 start # Change the root password mysql -e "ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password by 'public';" # Browse: http://localhost/phpmyadmin/ # Login: root/public # See the error "Unknown parameter $$dbi" Apply the change in the merge request and login another time, now phpMyAdmin works ! [ Where problems could occur ] This exact fix was applied by users for years, there is nothing more to be afraid about. [ Other Info ] This has been fixed since jammy. Recent report at phpMyAdmin: https://github.com/phpmyadmin/phpmyadmin/issues/18498 And the oldest on 20.04.2 LTS: https://github.com/phpmyadmin/phpmyadmin/issues/16968 Fixed by https://code.launchpad.net/~williamdes/ubuntu/+source/symfony/+git/symfony/+merge/442971 [ Original message ] Package should be updated to symfony/dependency-injection:4.4.9 at least, since it's the first release of v4 that is supporting both php7 and php8. I think that, anyway, using current last available point release (that is 4.4.25) would be better. See https://github.com/phpmyadmin/phpmyadmin/issues/16968 for a related bug.