
09-18-2008, 09:47 AM
|
 |
|
|
Join Date: Dec 2002
Location: MSK-RU
Posts: 392
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Makc666
I see a "bug" as I think.
Clean vBulletin 3.7.3 + Cyb - Advanced Forum Statistics Version: 5.8.1
If debug is enabled I see this one in "Messages:".
Code:
(unspecified) fetch_permissions(1, 1, 6,''); -> cached fperms for forum 1
(unspecified) fetch_permissions(2, 1, 6,''); -> cached fperms for forum 2
(unspecified) fetch_permissions(3, 1, 6,''); -> cached fperms for forum 3
(unspecified) fetch_permissions(4, 1, 6,''); -> cached fperms for forum 4
returning default icon
returning default icon
returning default icon
returning default icon
php_sapi_name(): apache
|
Found. This is because of vBulletin "strange" code in file:
./includes/ functions.php
PHP Code:
// ########## #DEBUG# CODE ##############
$DEBUG_MESSAGE = iif(isset($GLOBALS['_permsgetter_']), "($GLOBALS[_permsgetter_])", '(unspecified)'). " fetch_permissions($forumid, $userid, $usergroupid,'$parentlist'); ";
unset($GLOBALS['_permsgetter_']);
// ########## END #DEBUG# CODE ##############
Throw a note to Dev.Team http://www.vbulletin.com/forum/proje...?issueid=26369
|