MyBB Community Forums

Full Version: new error again
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
there is some problem with following code from forumdisplay.php in version 1.6.4
// If this thread has a prefix, insert a space between prefix and subject
		$threadprefix = '';
		if($thread['prefix'] != 0)
		{
			$threadprefix = build_prefixes($thread['prefix']);
			$thread['threadprefix'] = $threadprefix['displaystyle'].' ';

		}


it is build_prefixes function giving the error ...
build_prefixes is defined in inc/functions.php so this error is impossible when you overwrite all files.
^ yes Sir, it appears that OP has not uploaded the new functions.php (old might be kept for google SEO) !!
So...any idea how to fix this error? i will be happy to resolve this faster because some forums doesn't work.
Please ensure all files are updated.
Now mysql is coming.....error after error are coming...plz help
Error automatically removed now, i am afraid if it comes again
(2011-07-29, 07:41 AM)StefanT Wrote: [ -> ]Please ensure all files are updated.

Dude...no offense but have you read my previous post? i just said "i've installed the mybb 1.6.4, not updated an older version".

Please guys, help us!
Have you modified any files? Installed any plugins? Anything at all?
i've installed the google seo plugin. http://mods.mybb.com/view/google-seo that plugin.
You most likely messed up its installation.

Download functions-googleseo-1.6.4.php, rename it to functions.php and upload it to your ./inc/ directory.
Pages: 1 2 3