We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, Since the update to 5.0.0, some tables won't open if I click on the "browse" tab. Error in log : [Mon Dec 30 13:58:36.562339 2019] [proxy_fcgi:error] [pid 26746] [client 109.190.142.155:55426] AH01071: Got error 'PHP message: PHP Fatal error: Uncaught TypeError: strpos() expects parameter 1 to be string, null given in /var/www/vhosts/sql/libraries/classes/DatabaseInterface.php:1270\nStack trace:\n#0 /var/www/vhosts/sql/libraries/classes/DatabaseInterface.php(1270): strpos(NULL, '_')\n#1 /var/www/vhosts/sql/libraries/classes/Relation.php(970): PhpMyAdmin\\DatabaseInterface->getColumnsFull('retaily_app', 'website')\n#2 /var/www/vhosts/sql/libraries/classes/Display/Results.php(4648): PhpMyAdmin\\Relation->getDisplayField('retaily_app', 'website')\n#3 /var/www/vhosts/sql/libraries/classes/Display/Results.php(4269): PhpMyAdmin\\Display\\Results->_setParamForLinkForeignKeyRelatedTables(Array)\n#4 /var/www/vhosts/sql/libraries/classes/Sql.php(1669): PhpMyAdmin\\Display\\Results->getTable(Object(mysqli_result), Array, Array, false)\n#5 /var/www/vhosts/sql/libraries/classes/Sql.php(2002): PhpMyAdmin\\Sql->getHtmlForSqlQueryResultsTable(Object(PhpMyAdmin\\Display\\Results), './themes/pmahom...', NULL, Array, true, 11, 11, NULL, Object(mys...\n'
[Mon Dec 30 13:58:36.562339 2019] [proxy_fcgi:error] [pid 26746] [client 109.190.142.155:55426] AH01071: Got error 'PHP message: PHP Fatal error: Uncaught TypeError: strpos() expects parameter 1 to be string, null given in /var/www/vhosts/sql/libraries/classes/DatabaseInterface.php:1270\nStack trace:\n#0 /var/www/vhosts/sql/libraries/classes/DatabaseInterface.php(1270): strpos(NULL, '_')\n#1 /var/www/vhosts/sql/libraries/classes/Relation.php(970): PhpMyAdmin\\DatabaseInterface->getColumnsFull('retaily_app', 'website')\n#2 /var/www/vhosts/sql/libraries/classes/Display/Results.php(4648): PhpMyAdmin\\Relation->getDisplayField('retaily_app', 'website')\n#3 /var/www/vhosts/sql/libraries/classes/Display/Results.php(4269): PhpMyAdmin\\Display\\Results->_setParamForLinkForeignKeyRelatedTables(Array)\n#4 /var/www/vhosts/sql/libraries/classes/Sql.php(1669): PhpMyAdmin\\Display\\Results->getTable(Object(mysqli_result), Array, Array, false)\n#5 /var/www/vhosts/sql/libraries/classes/Sql.php(2002): PhpMyAdmin\\Sql->getHtmlForSqlQueryResultsTable(Object(PhpMyAdmin\\Display\\Results), './themes/pmahom...', NULL, Array, true, 11, 11, NULL, Object(mys...\n'
If i access the table by changing the url and then go on the sql tab, I can run the "Select * from table where 1" successfully.
Phpmyadmin is running on php 7.2.26 (FPM served by apache), Maria DB 10.2.30.
Best regards
The text was updated successfully, but these errors were encountered:
Seems similar to #15722
Sorry, something went wrong.
Yes it's the same sorry for the duplicate...
@bastien-effetb Maybe not a duplicate, thank you for the report !
@bastien-effetb can you send me the table structure ?
@williamdes I just sent you an email with the table structure.
Add ChangeLog entry for #15723
95b5cf6
Signed-off-by: William Desportes <williamdes@wdes.fr>
f9157f2
Fixed by f9157f2
The "phpMyAdmin 5.0+snapshot" will be available at https://www.phpmyadmin.net/downloads/ tomorrow
williamdes
No branches or pull requests
Hi,
Since the update to 5.0.0, some tables won't open if I click on the "browse" tab.
Error in log :
[Mon Dec 30 13:58:36.562339 2019] [proxy_fcgi:error] [pid 26746] [client 109.190.142.155:55426] AH01071: Got error 'PHP message: PHP Fatal error: Uncaught TypeError: strpos() expects parameter 1 to be string, null given in /var/www/vhosts/sql/libraries/classes/DatabaseInterface.php:1270\nStack trace:\n#0 /var/www/vhosts/sql/libraries/classes/DatabaseInterface.php(1270): strpos(NULL, '_')\n#1 /var/www/vhosts/sql/libraries/classes/Relation.php(970): PhpMyAdmin\\DatabaseInterface->getColumnsFull('retaily_app', 'website')\n#2 /var/www/vhosts/sql/libraries/classes/Display/Results.php(4648): PhpMyAdmin\\Relation->getDisplayField('retaily_app', 'website')\n#3 /var/www/vhosts/sql/libraries/classes/Display/Results.php(4269): PhpMyAdmin\\Display\\Results->_setParamForLinkForeignKeyRelatedTables(Array)\n#4 /var/www/vhosts/sql/libraries/classes/Sql.php(1669): PhpMyAdmin\\Display\\Results->getTable(Object(mysqli_result), Array, Array, false)\n#5 /var/www/vhosts/sql/libraries/classes/Sql.php(2002): PhpMyAdmin\\Sql->getHtmlForSqlQueryResultsTable(Object(PhpMyAdmin\\Display\\Results), './themes/pmahom...', NULL, Array, true, 11, 11, NULL, Object(mys...\n'If i access the table by changing the url and then go on the sql tab, I can run the "Select * from table where 1" successfully.
Phpmyadmin is running on php 7.2.26 (FPM served by apache), Maria DB 10.2.30.
Best regards
The text was updated successfully, but these errors were encountered: