New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong Absolute Links In Navigation ("/" instead of "./") #16698
Comments
|
The reason is that In my config.ing.php I have Fix was to add Please add a smooth upgrade path as this does not only affect the server side config, but also the configs of the users stored in the databse or localstorage etc... Therefore; I consider this a regression. |
cf. issue phpmyadmin#16698. Signed-off-by: Sven Strickroth <email@cs-ware.de>
cf. issue phpmyadmin#16698. Signed-off-by: Sven Strickroth <email@cs-ware.de>
cf. issue phpmyadmin#16698. Signed-off-by: Sven Strickroth <email@cs-ware.de>
…DefaultTabTable, NavigationTreeDefaultTabTable and NavigationTreeDefaultTabTable2 Fixes issue phpmyadmin#16698. Signed-off-by: Sven Strickroth <email@cs-ware.de>
cf. issue phpmyadmin#16698. Signed-off-by: Sven Strickroth <email@cs-ware.de>
|
Thanks 😃 |
Signed-off-by: William Desportes <williamdes@wdes.fr>
Signed-off-by: William Desportes <williamdes@wdes.fr>
Signed-off-by: William Desportes <williamdes@wdes.fr>
Describe the bug
With or without defined PmaAbsoluteUri ($cfg['PmaAbsoluteUri'] = 'https://' . $_SERVER['SERVER_NAME'] . '/mysql_latest/';) I got the wrong navigation links on the left menu (see screenshot of the source code in browser). Only the link to a new database is correct (index.php?...), all other links to existing databases are wrong (/?...) I guess instead of (./?...). Where can I change this strange behavior, i.e. changing [slash] with [dot][slash] in href of the pma_navigation_tree_content?
To Reproduce
As soon as I log in (/mysql_latest/), any link in the navigation translates to href="/?..." instead of href="./?..." or href="[absolute or relative URL defined by PmaAbsoluteUri]?..." which makes phpMyAdmin 5.1.0 unusable for me 😢
Expected behavior
Correct links to the expected functions.
Screenshots
Server configuration
Client configuration
The text was updated successfully, but these errors were encountered: