Hi,
Is anyone else able to reproduce a problem I'm having where clicking the "Variables" link doesn't work? I'm on master, and the demo server works okay but my local install doesn't. I just ran composer update and cleared my browser cache/tried safe mode so I doubt it's an old library or stale cache files.
I get the error message
( ! ) Fatal error: Class 'PMA\libraries\controllers\server\Request' not found in /var/www/pma-dev/fork/libraries/controllers/server/ServerVariablesController.php on line 48 Call Stack # Time Memory Function Location 1 0.0159 131620 {main}( ) ../server_variables.php:0 2 0.0734 1206652 PMA\libraries\controllers\server\ServerVariablesController->indexAction( ) ../server_variables.php:32
Obviously if it's some local problem, I don't want to open a ticket, but I'm not sure what's different other than PHP versions (I'm on 5.6, the demo server is 7.0).