Announcement

Collapse
No announcement yet.

Warning: Only variables should be passed by reference in .../editpost.php on line 323

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Warning: Only variables should be passed by reference in .../editpost.php on line 323

    Error pops up when saving an edited post from advanced edit.



    Click image for larger version

Name:	error.png
Views:	1
Size:	50.6 KB
ID:	163883
    Missing LiquidManZero since 1685.

  • #2
    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.B
    Make 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)
    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]
    Replace with this;
    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.
    Video Game Chat

    Comment

    Working...
    X