03-08-2019, 04:31 PM
Thanks @Hidden Refuge , logging in problem has been solved but now it is showing another error.
On searching on google I found a method.i have tried replacing that line but still showing error.
https://devanswers.co/problem-php-7-2-ph...sql-count/
Code: (Select All)
Warning in ./libraries/plugin_interface.lib.php#551
count(): Parameter must be an array or an object that implements Countable
Backtrace
./libraries/display_import.lib.php#371: PMA_pluginGetOptions(
string 'Import',
array,
)
./libraries/display_import.lib.php#456: PMA_getHtmlForImportOptionsFormat(array)
./libraries/display_import.lib.php#691: PMA_getHtmlForImport(
string '5c8297aa41850',
string 'server',
string '',
string '',
integer 2097152,
array,
NULL,
NULL,
string '',
)
./server_import.php#34: PMA_getImportDisplay(
string 'server',
string '',
string '',
integer 2097152,
)
On searching on google I found a method.i have tried replacing that line but still showing error.
https://devanswers.co/problem-php-7-2-ph...sql-count/