Page 1 of 1

phpMyAdmin Will Not Work With Following Settings

PostPosted: 20. March 2018 16:11
by trymeout
When I change the following in the php.ini...

Before
; error_reporting
; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
; Development Value: E_ALL
; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT


After
; error_reporting
Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
; Development Value: E_ALL
; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT




I get an error everytime I go to http://localhost/phpmyadmin/ that says

phpMyAdmin - Error
The mbstring extension is missing. Please check your PHP configuration.




How do I enable error error reporting and have phpMyAdmin work.

Re: phpMyAdmin Will Not Work With Following Settings

PostPosted: 21. March 2018 05:24
by JJ_Tagy
That line is not what you change. That is informational only. Scroll down to find the actual entry that looks like: error_reporting = E_ALL...

If you open your php error log, it would probably give you an error at that line number.