On an absolute fresh clean install of Pligg on Linux/Apache, when I do STEP 1 of Submit a New Story, the browser returns the following error:
Fatal error: Call to undefined function: utf8_decode() in /home/mark/public_html/drive0/www/pligg2/libs/utf8/native/core.php on line 217
Every other function of PLIGG seems to function fine, other than I can't submit stories at all because of this error. I thought maybe I had screwed up a configuration, so I did an absolute total clean install from scratch, without changing a single setting, and still get this error.
I look at line 217 of core.php, and find this call to utf8_decode()
if (!isset($strlen)) {
// see notes
$strlen = strlen(utf8_decode($str));
}
I look all through core.php where other related subroutines are defined, and can not find any subroutine defintion for utf8_decode()
Where is this subroutine supposed to be defined...





Linear Mode




