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
DisableIS and database tree list #14252
Comments
|
confrim |
|
Can someone help me reproduce this issue, I can not reproduce it |
|
@williamdes I have a DigitalOcean VPS with cPanel, Apache 2.4.39, MySQL 5.7, PHP 7.2, custom install of phpMyAdmin 4.8.5 where the issue is happening. Would it help at all if I provided you access to this server so you can see the issue occurring? |
|
@KylePinkley Yes, please email me :) |
…ist) Fixes: phpmyadmin#14252 Signed-off-by: William Desportes <williamdes@wdes.fr>
|
@KylePinkley @Viste @askurihin Can you please apply #15269 ( 6464344 ) and approve the changes if the fix works for you To approve go to the "File changes" tab and use the green dropdown on PR #15269 |
|
@williamdes I did test this on a new VM using phpMyAdmin 4.8.5. I had to add on line 15 in navigation.php: use PhpMyAdmin\Util; Then it looks like the changes suggested in 7fe8a1d is working now. Should I approve it even though the line above is missing in the commit? |
|
@KylePinkley Thanks for pointing this out, I forgot to add the line |
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Steps to reproduce
$cfg['Servers'][$i]['DisableIS'] = true;inconfig.inc.phpExpected behaviour
New database should appear in the left tree
Actual behaviour
New database only appear after re-login
Server configuration
Operating system:
CentOS 7.4
Web server:
Apache 2.4
Database:
mysql Ver 14.14 Distrib 5.7.19-17, for Linux (x86_64) using 6.2
PHP version:
7.1
phpMyAdmin version:
4.8.0.1
Client configuration
Browser:
Safari/Chrome/Firefox
Operating system:
MacOS/Linux
I tried to debug and found, that when DisableIS is set to false,
it is specially handled, and retrieved every time I refresh the page.
The text was updated successfully, but these errors were encountered: