Announcement
Collapse
No announcement yet.
Warning: Only variables should be passed by reference in .../editpost.php on line 323
Collapse
X
-
Warning: Only variables should be passed by reference in .../editpost.php on line 323
Missing LiquidManZero since 1685.
Tags: None
-
That can be ignored, no pun intended. Vbulletin's response is simply to prevent the message from displaying.
http://www.vbulletin.com/forum/forum...moderate-tools
Originally posted by Mark.BMake a quick file edit:Originally posted by Mark.B
In class_core.php locate lines 5683-5685 (class_core.php is in the 'includes' folder)
Replace with this;Code:[COLOR=#252C2F][FONT=Helvetica]case E_NOTICE:[/FONT][/COLOR] [COLOR=#252C2F][FONT=Helvetica]// Just ignore these completely //[/FONT][/COLOR] [COLOR=#252C2F][FONT=Helvetica]break;[/FONT][/COLOR]
Code:[COLOR=#252C2F][FONT=Helvetica]case E_NOTICE:[/FONT][/COLOR] [COLOR=#252C2F][FONT=Helvetica]case E_STRICT:[/FONT][/COLOR] [COLOR=#252C2F][FONT=Helvetica]case E_DEPRECATED:[/FONT][/COLOR] [COLOR=#252C2F][FONT=Helvetica]// Just ignore these completely //[/FONT][/COLOR] [COLOR=#252C2F][FONT=Helvetica]break;[/FONT][/COLOR]
Last edited by final kaoss; 03-04-2016, 09:03:48 PM.
Comment