MyBB Community Forums

Full Version: Font error (?) and some error message after moving database
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everyone,
I'm using myBB 1.6.1

So I've moved my database to a new host.
But now the site does not display Vietnamese words (could be displayed in Times New Roman, Arial or Tahoma).
It looks like this now:

[Image: error1.jpg]
But when the member makes a new post, it displays ok.~ @@

Also when I try to access a thread, an error message will show:

[Image: error2.jpg]

Btw,

Line 2425 in file function.php error:
			foreach($smilie_cache as $smilie)

Line 166 in advancereply

			$clickablesmilies = build_clickable_smilies();

Line 101 in class_plugins

$returnargs = call_user_func_array($hook['function'], array(&$arguments));

Line 749 in Showthread.php

$plugins->run_hooks("showthread_start");

Thank you very much!