MyBB Community Forums

Full Version: Undo Delete
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://mods.mybb.com/view/undo-delete

^ image link, too big for thread Confused

What is that wall of text? Whenever I try to view a thread it comes up with this:

Quote:Deprecated: Assigning the return value of new by reference is deprecated in /home/aioforum/public_html/inc/plugins/undodelete.php on line 243

Deprecated: Assigning the return value of new by reference is deprecated in /home/aioforum/public_html/inc/plugins/undodelete.php on line 244

Something about line 243 and 244? If someone has this plugin and uses it could you maybe help me out?

Plugin link: http://mods.mybb.com/view/undo-delete
This plugin never worked for me, anyways, open the plugin, search:
	$diff=&new Text_Diff('auto',array($create_backup,$create));
	$renderer=&new Text_Diff_Renderer_inline();

Replace:
	$diff=new Text_Diff('auto',array($create_backup,$create));
	$renderer=new Text_Diff_Renderer_inline();

No sure if a real solution, or a solution at all.
(2012-07-17, 08:09 AM)Omar G. Wrote: [ -> ]This plugin never worked for me, anyways, open the plugin, search:
	$diff=&new Text_Diff('auto',array($create_backup,$create));
	$renderer=&new Text_Diff_Renderer_inline();

Replace:
	$diff=new Text_Diff('auto',array($create_backup,$create));
	$renderer=new Text_Diff_Renderer_inline();

No sure if a real solution, or a solution at all.

I have no idea at all how they fixed it but it did!

Thank you.
It surprises even me >_>

You are welcome.
(2012-07-17, 08:31 AM)Omar G. Wrote: [ -> ]It surprises even me >_>

You are welcome.
Thank you for the fast response, it was showing my admin directory so it's good that you were quick Heart

saved me time and worry Smile
Thanks for this...it fixed my issue too.