php - what is wrong with my mysql database in wamp? -
I have successfully installed WordPress in the local location, every time I enter my WordPress, there is no problem Today when I input When I input line in C: \ BitNami \ wampstack-5.4.24-0 \ apps \ phpmyadmin \ htdocs \ libraries \ php-gettext \ gettext.inc undefined function mb_detect_encoding () 177 How can I fix this? You need to enable Since you are on WAMP, click the green color Restart your WAMP server to make changes that take effect. 127.0.0.1 \ wordpress , I got the wrong output
Your PHP installation is missing the MySQL extension which is required by WordPress
http://127.0.0.1/phpmyadmin/ to enter the admin
Critical error: to make a call For the
function _encode ($ text) {$ source_encoding = mb_detect_encoding ($ text); $ Target_encoding = _get_codeset (); If ($ source_encoding! = $ Target_encoding) {return mb_convert_encoding ($ text, $ target_encoding, $ source_encoding); } And {return text $; }}
mb_string extensions on WAMP to separate it There is an extension and you need to enable it.
W icon on your system tray and do as shown in the screenshot.
How to do that?
Click on the w icon - & gt; PHP - & gt; PHP Extension - & gt; Php_mbstring
Comments
Post a Comment