The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
||||
|
||||
Clearly not, since it was fixed in 4.2.2.
|
#22
|
|||
|
|||
I'm running 4.2.2 and it's been throwing warnings all the time in Who's Online. There's still another occasional warning associated with another line of code that I'm not sure how to fix.
Code:
/*======================================================================*\ || #################################################################### || || # vBulletin 4.2.2 Patch Level 1 - Licence Number XXXXXXXXXXX || # ---------------------------------------------------------------- # || || # Copyright ?2000-2014 vBulletin Solutions Inc. All Rights Reserved. || || # This file may not be redistributed in whole or significant part. # || || # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # || || # http://www.vbulletin.com | http://www.vbulletin.com/license.html # || || #################################################################### || \*======================================================================*/ /*======================================================================*\ || #################################################################### || # Downloaded: 18:15, Sat Aug 2nd 2014 || # CVS: $RCSfile$ - $Revision: 61394 $ || #################################################################### \*======================================================================*/ |
#23
|
||||
|
||||
Well, you should be running 4.2.2 pl4 as you are running a outdated version with known security issues.
|
#24
|
|||
|
|||
My other admin will have time for an upgrade this weekend. Meanwhile I modified the modcp directory name.
|
#25
|
||||
|
||||
Sorry that code is not fixed in 4.2.2PL1, 4.2.2PL2 or 4.2.2PL4, I haven't checked 4.2.2PL3 but I'd be surprised if it was fixed there.
The code on line 516 of includes/functions_online.php is: Code:
else if ($userinfo['values']['do'] == 'editfolders' OR $userinfo['action']['do'] == 'updatefolders') Code:
else if ($userinfo['values']['do'] == 'editfolders' OR $userinfo['values']['do'] == 'updatefolders') |
#26
|
||||
|
||||
Hmmm, well my test forum is supposedly running 4.2.2, and its fixed
I also know its fixed in core, as I remember doing it. I guess I'll have to look at SVN later. |
#27
|
||||
|
||||
Ah well, I found it ;
http://tracker.vbulletin.com/browse/VBIV-15962 Apparently I fixed it last summer, so its in 4.2.3, not 4.2.2 My apologies, I guess I must have tested it locally and never reverted the change. |
#28
|
|||
|
|||
in 4.2.3 it is
Code:
else if ($userinfo['values']['do'] == 'editfolders' OR $userinfo['values']['do'] == 'updatefolders') |
#29
|
||||
|
||||
Which would be the correct fix.
|
#30
|
|||
|
|||
Reason why I posted was showing it was there
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|