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();

edited June 2016 in Vanilla 2.0 - 2.8

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 :)

Comments

Sign In or Register to comment.