The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
When editing a post and clicking go advanced and when you save this error shows in the upper left hand side of the screen
Code:
only variables should be passed by reference .../editpost.php line 323 |
|
#2
|
||||
|
||||
|
Have you tried with all mods disabled?
What vB version and PHP version are you running? |
|
#3
|
|||
|
|||
|
Quote:
Yes i have Ozzy. VB 4.2.2 Php 5.4.22 |
|
#4
|
||||
|
||||
|
Make a quick file edit:
In class_core.php locate lines 5683-5685 (class_core.php is in the 'includes' folder) Code:
case E_NOTICE:
// Just ignore these completely //
break;
Code:
case E_NOTICE:
case E_STRICT:
case E_DEPRECATED:
// Just ignore these completely //
break;
|
|
#5
|
|||
|
|||
|
Seemed to of fixed the issue Ozzy Thanks.
But what was the reason for it? |
|
#6
|
||||
|
||||
|
Just a warning due to PHP versions, nothing to worry about at this time.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|