The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
If you upgrade to 4.2.3, the warnings will be suppressed again.
|
#12
|
|||
|
|||
But is it just the lines in config.php that do it or is there some other setting somewhere else?
|
#13
|
||||
|
||||
Paul would be able to answer that question since he was the one who upgraded the software.
|
#14
|
||||
|
||||
Quote:
Note: You'll have to do that for the if statement as well. This is a php conflict with vb, not sure if that one is on the list of conflicts fixed in 4.2.3 or not. Code:
if (!$vbulletin->GPC['advanced']) { if ($vbulletin->GPC_exists['emailupdate']) { $edit['emailupdate'] =& $vbulletin->GPC['emailupdate']; } else { $array = array_keys(fetch_emailchecked($threadinfo)); $edit['emailupdate'] = array_pop($array); } if ($vbulletin->GPC_exists['htmlstate'] AND $foruminfo['allowhtml']) { $edit['htmlstate'] = array_pop($array = array_keys(fetch_htmlchecked($vbulletin->GPC['htmlstate']))); } } |
#15
|
|||
|
|||
See Post #6. I did the same thing but kept both statements on the same line to preserve the original line numbering. Same goes for the contents of the next conditional.
|
#16
|
||||
|
||||
Goes to show that eyes see what they want and not what's really there.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|