MyBB Community Forums

Full Version: Error 1.6.13
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Update forum to 1.6.13

Home »Templates Bundle >> Find amended

( ! ) Fatal error: Class 'Horde_Text_Diff' not found in C:\wamp\www\strona\forum\admin\modules\style\templates.php on line 1257

\admin\modules\style\templates.php

$diff = new Horde_Text_Diff('auto', array($template1['template'], $template2['template']));
	$renderer = new Horde_Text_Diff_Renderer_Inline();
	
>>>
change 
then it is ok

$diff = new Text_Diff('auto', array($template1['template'], $template2['template']));
$renderer = new Text_Diff_Renderer_Inline();

change
then it is ok

so you can?
Some of your files must be outdated. This part hasn't been changed for a while and is working fine for anybody else.