- Call to undefined function mb_substr()
- The mbstring extension is missing. Please check your PHP configuration.
- Fatal error: Call to undefined function mb_detect_encoding()
- PHP Fatal error: Uncaught Error: Call to undefined function mb_strlen()
1 문제상황[ | ]
- phpMyAdmin 설치 중 다음과 같은 오류 발생
text
Copy
phpMyAdmin - Error
The mbstring extension is missing. Please check your PHP configuration.
Console
Copy
[root@zetawiki ~]# php -r "mb_detect_encoding();"
PHP Fatal error: Call to undefined function mb_detect_encoding() in Command line code on line 1
2 해결방법[ | ]
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.