MyBB Community Forums

Full Version: Error Editing Templates
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
MyBB has experienced an internal error and cannot continue.

Error Type:
(8192)
Error Message:
Assigning the return value of new by reference is deprecated
Location:
File: C:\wamp\www\admin\modules\style\templates.php
Line: 1199
Code:
1196. require_once MYBB_ROOT."inc/3rdparty/diff/Diff.php";
1197. require_once MYBB_ROOT."inc/3rdparty/diff/Diff/Renderer/inline.php";
1198.
1199. $diff = &new Text_Diff('auto', array($template1['template'], $template2['template']));
1200. $renderer = &new Text_Diff_Renderer_inline();
1201.
1202. if($sid)
Backtrace:
File Line Function
C:\wamp\www\inc\class_error.php 171 errorHandler->output_error
C:\wamp\www\admin\index.php 380 errorHandler->error
C:\wamp\www\admin\index.php 380 require
thanks a lot!