SMF Support > SMF 1.1.x Support

Fatal error: Call to undefined function utf8_strtoupper() facing this error

<< < (2/2)

emanuele:
@abidejaz4u
Around line 246 in your Load.php you should find something like that:

--- Code: --- 'strtoupper' => $utf8 ? (function_exists('mb_strtoupper') ? create_function('$string', '
return mb_strtoupper($string, \'UTF-8\');') : create_function('$string', '
global $sourcedir;
require_once($sourcedir . \'/Subs-Charset.php\');
return utf8_strtoupper($string);')) : 'strtoupper',

--- End code ---
verify that you have inside the line that says:

--- Code: ---require_once($sourcedir . \'/Subs-Charset.php\');
--- End code ---
pay attention because there is another similar block that starts with strtolower instead of strtoupper.


--- Quote from: MrPhil on May 14, 2012, 10:41:33 AM ---Members who continue to exhibit rude behavior are in danger of being banned.

--- End quote ---
Come on...we are not so mean...we usually just ignore them. :P

Navigation

[0] Message Index

[*] Previous page

Go to full version