I have installed a nulled version of woocommerce cart based shipping plugin, but it does not meet may needs, and then I have removed that plugin, however, the site is down. It keeps showing me the error, please help:
제시초심자
오류 수정 방법: WordPress 치명적 오류: 포착되지 않은 오류: /wp-includes/wp-db.php:1570에서 정의되지 않은 mysql_connect() 함수 호출?
Share
I have met this issue while upgrading from PHP 5 to PHP 7 . I have checked all the problems and finally find out that it was mysqli PHP extension issue which was not enabled. If mysqli is not available WordPress 5+ detects this and will instead attempt to connect to the database with deprecated mysql_connect() calls. This will come out a misleading error message about mysql_connect() function not being available (since we don’t want this function).