Saturday, July 6, 2019

some errors have been detected on the server please look at the bottom of this window. phpmyadmin

Some errors have been detected on the server please look at the bottom of this window. phpmyadmin

Have 2 methods to solve this error :-

1.
First take backup of this file,
/usr/share/phpmyadmin/libraries/sql.lib.php
then edit it.

vi or vim /usr/share/phpmyadmin/libraries/sql.lib.php

Find (count($analyzed_sql_results['select_expr'] == 1)

Replace it with ((count($analyzed_sql_results['select_expr']) == 1)

save the file , and exit. (using :wq).

your issue resolved.

Method 2:-

To OFF the error.
using this command:

Just add this line in /etc/phpmyadmin/config.inc.php
$cfg['SendErrorReports'] = 'never';

Done,

Cheer!!!

0 comments: