OPERATING SYSTEMSOS Linux

how to fix phpmyadmin error in ubuntu

how to fix PHPMyAdmin error in ubuntu

******Please Subscribe to my channel for the next video*******

sudo cp /usr/share/phpmyadmin/libraries/sql.lib.php /usr/share/phpmyadmin/libraries/sql.lib.php.bak
Edit sql.lib.php using vi:

sudo vi /usr/share/phpmyadmin/libraries/sql.lib.php
Using nano:

sudo nano /usr/share/phpmyadmin/libraries/sql.lib.php
Press CTRL + W (for nano) or ? (for vi/vim) and search for:

(count($analyzed_sql_results[‘select_expr’] == 1)
Replace it with:

((count($analyzed_sql_results[‘select_expr’]) == 1)

Thank you for watching my video if my video any help to you please like , comment, and subscribe to my channel for the next video.

Thank you once again…

-like -comment -share -subscribe

************************Subscribe Please********************

source

ubuntu

Leave a Reply

Your email address will not be published. Required fields are marked *