MyBB Community Forums

Full Version: How to Fix it
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
have this message error any help to fix it

File: inc/plugins/urltitles.php (Line no. 116)
Message
iconv() [<a href='function.iconv'>function.iconv</a>]: Charset parameter exceeds the maximum allowed length of 64 characters
Please paste the code around line # 114 to 118.
(2012-02-17, 05:17 PM)Yaldaram Wrote: [ -> ]Please paste the code around line # 114 to 118.

there is
{
				if(function_exists('iconv'))
				{
					$name = iconv("$charset", "UTF-8//IGNORE", $name);
				}
				else
Looks lik a a bug.

Please try the attached plugin file!

thanks i try it