Hi, >> This bug (which is fixed upstream[1]) has wasted some time ofr me, maybe it >> could be fixed in the next stable update. >> >> [1] https://github.com/phpmyadmin/phpmyadmin/issues/11812 > > The upstream fix proven to be quite problematic, see: > > * > https://github.com/phpmyadmin/phpmyadmin/commit/5b76c5eddfac79727ee39be91aed9ad8b57aa887 > * https://github.com/phpmyadmin/phpmyadmin/issues/11820 > * https://github.com/phpmyadmin/phpmyadmin/issues/11827 > > Not sure I found all related issues. How frequent do you hit this > problem? The upstream report seems that it's not that likely to hit this > bug...
I hit this issue if using my rather unusual setup (uwsgi-plugin-php behin mod_proxy_uwsgi) in a subdirectory. Everything is fine if using php5-fpm and I'm sure it is also fine if using mod_php. I guess something is wrong with $_SERVER['SCRIPT_NAME']. I'll investigate and get back to you. Thanks, Alex

