Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Error when doing an import Fatal Error in simple_html_dom.parse_charset();
jonatanmachado
New
I'm getting an error when doing an import
the error only occurred when accessing the forum topics
PHP 7
mysql 5.5.49
Vanilla 2.3b1
Ubuntu 16.04
nginx/1.10.0
Fatal Error in simple_html_dom.parse_charset();
Call to undefined function mb_detect_encoding()
/html/library/vendors/simplehtmldom/simple_html_dom.php
987: // Have php try to detect the encoding from the text given to us.
988: $charset = mb_detect_encoding($this->root->plaintext . "ascii", $encoding_list = array( "UTF-8", "CP1252" ) );
989: if (is_object($debugObject)) {$debugObject->debugLog(2, 'mb_detect found: ' . $charset);}
Sorry for my English
0
Comments
http://stackoverflow.com/questions/17204437/fatal-error-call-to-undefined-function-mb-detect-encoding
Pragmatism is all I have to offer. Avoiding the sidelines and providing centerline pro-tips.
I'm sorry I had not researched rsrs
error when installing the mbstring
on my system installed so
sudo apt-get install php7.0-mbstring
Thanks @River
Sorry for my English