js/messages.php?lang=en&db=db_name&token=token fails with 500 and js/messages.php?lang=en&db=&token=token works.
js/messages.php?lang=en&db=db_name&token=token
js/messages.php?lang=en&db=&token=token
This is maybe because of recent changes in common.inc.php for ZeroConf. Working on it.
Seems like it is fixed with https://github.com/phpmyadmin/phpmyadmin/commit/354ac7975a5dc103985c4ba1d44a9bf0b5feda89 on master.
The fix should also be applied to QA_4_3.
I am able to reproduce by using the "Open new phpMyAdmin window" icon and clicking on any link of the new page.
Fix applied to QA_4_3, thanks Nisarg.
This is maybe because of recent changes in common.inc.php for ZeroConf. Working on it.
Seems like it is fixed with https://github.com/phpmyadmin/phpmyadmin/commit/354ac7975a5dc103985c4ba1d44a9bf0b5feda89 on master.
The fix should also be applied to QA_4_3.
I am able to reproduce by using the "Open new phpMyAdmin window" icon and clicking on any link of the new page.
Fix applied to QA_4_3, thanks Nisarg.