MyBB Community Forums

Full Version: Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i am changing my forum host

now i am getting this error

Fatal error: Call to undefined function htmlspecialchars_uni() in /customers/7/5/5/criczone.net/httpd.www/inc/class_error.php on line 508
Are you sure that all of your forum's files have properly been copied to your new host?
i think so mate .... i did using filezilla
Reupload ./inc/functions.php from a fresh download.
let me try
Please reupload the inc/functions file. If it doesn't work, use the original.
Try replacing in inc/class_error.php:
$_SERVER['PHP_SELF'] = htmlspecialchars_uni($_SERVER['PHP_SELF']);
with:
$_SERVER['PHP_SELF'] = htmlspecialchars($_SERVER['PHP_SELF']);
i cant update whole file
(2013-10-24, 05:01 PM)Inoxtic Wrote: [ -> ]i cant update whole file

Not really sure what you mean by this.