Schema required?

Why is schema required when I select from mysql table owned by logged user? Without schema I get error E:SQLSTATE[42S02]: Base table or view not found: 1109 Unknown table ‘table_name’ in information_schema I use PHP 7.x and PDO.

Please switch to a lower PHP version and try again: cPanel > Settings > General > Change PHP version > 5.6

1 Like

Same results after switching to PHP 5.6 or PHP 5.2. PHP Admin works correctly without schema specifing when I get table name from left panel, but generates same error when I write table name manually in sql window

When you enter PHPMYADMIN click on YOURDATABASE_NAME on the left hand side before you do ANY actions.

I am getting the same error as @wegiera
After changing the PHP version >5.6 I get this error:

Parse error : syntax error, unexpected ‘?’, expecting variable (T_VARIABLE) in /storage/ssd1/416/10539416/vendor/zendframework/zend-diactoros/src/functions/marshal_uri_from_sapi.php on line 83

It’s not quite the same error is it?

As the error states there is an unexpected symbol on line 83.