vBulletin v6.1.0

Errors

Table of Contents

vb/api/content/channel.php 2
vb/api/content/gallery.php 1
vb/api/content/photo.php 1
vb/api/content/privatemessage.php 2
vb/api/facebook.php 5
vb/api/node.php 5
vb/api/nodefield.php 1
vb/api/nodevote.php 2
vb/api/options.php 2
vb/api/page.php 1
vb/api/pmchat.php 2
vb/api/reactions.php 2
vb/api/session.php 1
vb/api/style.php 2
vb/api/tags.php 1
vb/api/template.php 1
vb/api/user.php 4
vb/api/vb4/api.php 2
vb/api/vb4/login.php 4
vb/api/vb4/notification.php 3
vb/api/vb4/register.php 7
vb/cache/apc.php 1
vb/cache/filesystem.php 1
vb/context.php 1
vb/db/querybuilder.php 1
vb/exception/404.php 1
vb/exception/adminstopmessage.php 1
vb/exception/cache.php 1
vb/exception/nodepermission.php 1
vb/fastds.php 1
vb/library/content/attach.php 2
vb/library/content/privatemessage.php 1
vb/library/content.php 1
vb/library/facebook.php 4
vb/library/node.php 3
vb/library/search.php 1
vb/library/user.php 1
vb/library/vb4/functions.php 3
vb/phrase.php 1
vb/search/criteria.php 4
vb/tags.php 1
vb/template/runtime.php 12
vb/utility/functions.php 2
vb/utility/password/algorithm.php 1
vb/vb.php 2
vb/xml/builder.php 1

channel.php

Type Line Description
ERROR 1401 Tag "@return" with body "@@return array<int, string public|private|unknown>" has error
ERROR 1349 Tag "@return" with body "@@return array{'success' => bool}" has error

gallery.php

Type Line Description
ERROR 22 Tag "version" with body "@version $Id: gallery.php 107744 2021-10-23 02:20:11Z jinsoojo.ib $" has error

photo.php

Type Line Description
ERROR 21 Tag "version" with body "@version $Id: photo.php 108508 2022-01-07 21:18:20Z ksours $" has error

privatemessage.php

Type Line Description
ERROR 1245 Tag "param" with body "@param mixed- can pass sort direction, type, page, perpage, or folderid." has error "\mixed-" is not a valid Fqsen.
ERROR 1204 Tag "param" with body "@param mixed- can pass sort direction, type, page, perpage" has error "\mixed-" is not a valid Fqsen.

facebook.php

Type Line Description
ERROR 170 Tag "@return" with body "@@return -- standard success array when successful, otherwise will throw an exception" has error
ERROR 142 Tag "@return" with body "@@return -- standard success array when successful, otherwise will throw an exception" has error
ERROR 103 Tag "@return" with body "@@return array, fb userinfo array if logged in, false otherwise, see the facebook '/me' docs for details" has error
ERROR 63 Tag "@return" with body "@@return mixed, vb userid if one is associated, false if not" has error
ERROR 51 Tag "@return" with body "@@return mixed, fb userid if logged in, false otherwise" has error

node.php

Type Line Description
ERROR 3442 Tag "@return" with body "@@return" has error
ERROR 1814 Tag "@return" with body "@@return array. An array of node record arrays as $nodeid => $node" has error
ERROR 1636 Tag "@return" with body "@@return ["totalCount" => integer]" has error
ERROR 1249 Tag "@return" with body "@@return Array. A node record, optionally including attachment and ancestry." has error
ERROR 573 Tag "@return" with body "@@return" has error

nodefield.php

Type Line Description
ERROR 57 Tag "@return" with body "@@return ['categorylist' => $category]" has error

nodevote.php

Type Line Description
ERROR 104 Tag "@return" with body "@@return [ 'success' => (bool) true, 'voteid' => (int), 'nodevotes' => ['votes' => (int), 'ivoted' => 1|0], ]" has error
ERROR 81 Tag "@return" with body "@@return [ 'success' => (bool) true, 'nodevotes' => ['votes' => (int), 'ivoted' => 1|0], ]" has error

options.php

Type Line Description
ERROR 634 Tag "@return" with body "@@return array, $response" has error
ERROR 411 Tag "@return" with body "@@return array, $response" has error

page.php

Type Line Description
ERROR 441 Tag "@return" with body "@@return [ 'pages' => array of pages [ 0 => [ 'pageid' => int, 'url' => str, 'label' => str, 'html_label' => str, 'ishomeroute' => bool, ], ... ] 'totalcount' => int, count of pages above ]" has error

pmchat.php

Type Line Description
ERROR 90 Tag "@return" with body "@@return array(bool) bool 'result' true if they are a recipient" has error
ERROR 22 Tag "@return" with body "@@return array(bool, [string]) bool 'canuse' true if they can use the chat system string 'reason' if 'canuse' is false, an accompanying reason why user is not allowed. Not set if 'canuse' is true." has error

reactions.php

Type Line Description
ERROR 207 Tag "@return" with body "@@return [ 'success' => (bool) true, 'nodevotes' => ['votes' => (int), 'ivoted' => 1|0], ]" has error
ERROR 163 Tag "@return" with body "@@return [ 'success' => (bool) true, 'voteid' => (int), 'nodevotes' => ['votes' => (int), 'ivoted' => 1|0], ]" has error

session.php

Type Line Description
ERROR 26 Tag "@return" with body "@@return array('success' => true);" has error

style.php

Type Line Description
ERROR 380 Tag "@return" with body "@@return -- the url relative to the site root or the CDN based url." has error
ERROR 203 Tag "@return" with body "@@return ['success' => true];" has error

tags.php

Type Line Description
ERROR 156 Tag "method" with body "@method [string|array] $taglist [Comma separated string or an array with the tags]" has error Unexpected token "|", expected ']' at offset 7 on line 1

template.php

Type Line Description
ERROR 270 Tag "@return" with body "@@return ['success' => true]" has error

user.php

Type Line Description
ERROR 4038 Tag "@return" with body "@@return array. 'login' => array (should match the return from "login" function). Only present if the login succeeded. 'userid' => int the id of the vbulletin user logged in 'password' => string "remeber me token" will always be blank for this method 'lastvisit' 'lastactivity' 'sessionhash' => the session value used to authenticate the user on subsequent page loads 'cpsessionhash' => will never be set for this function" has error
ERROR 3735 Tag "@return" with body "@@return ['success' => true]" has error
ERROR 3320 Tag "@return" with body "@@return string. The location string. Typically CountryCode:RegionCode. In some cases it may be just the CountryCode, the special value EU (for legacy EU users and in some cases where the geoip provider can't track it) and the special value "UNKNOWN"." has error
ERROR 742 Tag "@return" with body "@@return ['check' => bool should show both displayname and username]" has error

api.php

Type Line Description
ERROR 28 Tag "@return" with body "@@return [array] [return array from the showthread api method]" has error
ERROR 28 Tag "method" with body "@method [type] $threadid [The nodeid of the thread]" has error Unexpected token "[", expected type at offset 0 on line 1

login.php

Type Line Description
ERROR 110 Tag "@return" with body "@@return [array] [response -> errormessage and session params]" has error
ERROR 110 Tag "method" with body "@method [string] $signed_request [fb info]" has error Unexpected token "[", expected type at offset 0 on line 1
ERROR 27 Tag "@return" with body "@@return [array] [response -> errormessage and session params]" has error
ERROR 27 Tag "method" with body "@method [string] $signed_request [fb info]" has error Unexpected token "[", expected type at offset 0 on line 1

notification.php

Type Line Description
ERROR 96 Tag "@return" with body "@@return [array]" has error
ERROR 77 Tag "@return" with body "@@return [array]" has error
ERROR 33 Tag "@return" with body "@@return [array]" has error

register.php

Type Line Description
ERROR 382 Tag "@return" with body "@@return [array]" has error
ERROR 382 Tag "method" with body "@method [int] $confirm (unused)" has error Unexpected token "[", expected type at offset 0 on line 1
ERROR 296 Tag "@return" with body "@@return [array]" has error
ERROR 296 Tag "method" with body "@method [type] $signed_request Facebook response" has error Unexpected token "[", expected type at offset 0 on line 1
ERROR 296 Tag "method" with body "@method [string] $fbname Facebook username (unused)" has error Unexpected token "[", expected type at offset 0 on line 1
ERROR 296 Tag "method" with body "@method [int] $fbuserid Facebook userid (unused)" has error Unexpected token "[", expected type at offset 0 on line 1
ERROR 296 Tag "method" with body "@method [int] $link" has error Unexpected token "[", expected type at offset 0 on line 1

apc.php

Type Line Description
ERROR 23 Tag "since" with body "@since $Date: 2021-02-16 11:04:48 -0800 (Tue, 16 Feb 2021) $" has error

filesystem.php

Type Line Description
ERROR 23 Tag "since" with body "@since $Date: 2021-02-16 11:04:48 -0800 (Tue, 16 Feb 2021) $" has error

context.php

Type Line Description
ERROR 46 Tag "since" with body "@since $Date: 2021-02-16 11:04:48 -0800 (Tue, 16 Feb 2021) $" has error

querybuilder.php

Type Line Description
ERROR 971 Tag "@return" with body "@@return -- the table name with the appropriate prefixed and escaped for safe query use." has error

404.php

Type Line Description
ERROR 27 Tag "since" with body "@since $Date: 2021-02-16 11:04:48 -0800 (Tue, 16 Feb 2021) $" has error

adminstopmessage.php

Type Line Description
ERROR 24 Tag "since" with body "@since $Date: 2021-02-16 11:04:48 -0800 (Tue, 16 Feb 2021) $" has error

cache.php

Type Line Description
ERROR 22 Tag "since" with body "@since $Date: 2021-02-16 11:04:48 -0800 (Tue, 16 Feb 2021) $" has error

nodepermission.php

Type Line Description
ERROR 23 Tag "since" with body "@since $Date: 2021-02-16 11:04:48 -0800 (Tue, 16 Feb 2021) $" has error

fastds.php

Type Line Description
ERROR 636 Tag "return" with body "@return string- the template contents" has error "\string-" is not a valid Fqsen.

attach.php

Type Line Description
ERROR 417 Tag "@return" with body "@@return array. Array of ('ext' => 'basetype')" has error
ERROR 398 Tag "@return" with body "@@return array. Array of ['ext' => header array] for each attachment. The ext keys will be returned as lower case. If no extension is found or the header is black, the default 'Content-type: application/octet-stream' is returned in the array." has error

privatemessage.php

Type Line Description
ERROR 1613 Tag "param" with body "@param mixed- can pass sort direction, type, page, perpage, or folderid." has error "\mixed-" is not a valid Fqsen.

content.php

Type Line Description
ERROR 3774 Tag "@return" with body "@@return ['found' => array of node values per the constant, 'notfound' => array of nodeids];" has error

facebook.php

Type Line Description
ERROR 583 Tag "@return" with body "@@return mixed, vb userid if one is associated, false if not" has error
ERROR 541 Tag "@return" with body "@@return array, fb userinfo array if logged in, false otherwise, see the facebook '/me' docs for details" has error
ERROR 527 Tag "@return" with body "@@return mixed, fb userid if logged in, false otherwise" has error
ERROR 511 Tag "@return" with body "@@return bool, true if auth token is still valid" has error

node.php

Type Line Description
ERROR 4966 Tag "@return" with body "@@return" has error
ERROR 4414 Tag "@return" with body "@@return [int]" has error
ERROR 1111 Tag "@return" with body "@@return Array. A node record, optionally including attachment and ancestry." has error

search.php

Type Line Description
ERROR 86 Tag "param" with body "@param" has error Expected a different value than "".

user.php

Type Line Description
ERROR 2872 Tag "@return" with body "@@return string. The location string. Typically CountryCode:RegionCode. In some cases it may be just the CountryCode, the special value EU (for legacy EU users and in some cases where the geoip provider can't track it) and the special value "UNKNOWN"." has error

functions.php

Type Line Description
ERROR 1883 Tag "@return" with body "@@return ['ivoted' => 0|1, 'votes' => int, 'votetypeid' => int, ]" has error
ERROR 129 Tag "@return" with body "@@return [integer] $perpage [the correct number]" has error
ERROR 129 Tag "method" with body "@method [integer] $perpage" has error Unexpected token "[", expected type at offset 0 on line 1

phrase.php

Type Line Description
ERROR 26 Tag "since" with body "@since $Date: 2022-01-10 14:23:41 -0800 (Mon, 10 Jan 2022) $" has error

criteria.php

Type Line Description
ERROR 435 Tag "method" with body "@method ???? the dateline to limit the query to." has error Unexpected token "?", expected type at offset 1 on line 1
ERROR 435 Tag "method" with body "@method ???? direction" has error Unexpected token "?", expected type at offset 1 on line 1
ERROR 341 Tag "method" with body "@method ???? the dateline to limit the query to." has error Unexpected token "?", expected type at offset 1 on line 1
ERROR 341 Tag "method" with body "@method ???? direction" has error Unexpected token "?", expected type at offset 1 on line 1

tags.php

Type Line Description
ERROR 302 Tag "@return" with body "@@return ['content_limit' => total tags for content type, 'user_limit' => total tags the current user can have on this item]" has error

runtime.php

Type Line Description
ERROR 1230 Tag "method" with body "@method <type> $var" has error Unexpected token "<", expected type at offset 0 on line 1
ERROR 1194 Tag "method" with body "@method <type> $var" has error Unexpected token "<", expected type at offset 0 on line 1
ERROR 1183 Tag "method" with body "@method <type> $var" has error Unexpected token "<", expected type at offset 0 on line 1
ERROR 1172 Tag "method" with body "@method <type> $var" has error Unexpected token "<", expected type at offset 0 on line 1
ERROR 1161 Tag "method" with body "@method <type> $var" has error Unexpected token "<", expected type at offset 0 on line 1
ERROR 1150 Tag "method" with body "@method <type> $var" has error Unexpected token "<", expected type at offset 0 on line 1
ERROR 1139 Tag "method" with body "@method <type> $var" has error Unexpected token "<", expected type at offset 0 on line 1
ERROR 1111 Tag "method" with body "@method <type> $var" has error Unexpected token "<", expected type at offset 0 on line 1
ERROR 1100 Tag "method" with body "@method <type> $var" has error Unexpected token "<", expected type at offset 0 on line 1
ERROR 1053 Tag "method" with body "@method <type> $var" has error Unexpected token "<", expected type at offset 0 on line 1
ERROR 1040 Tag "method" with body "@method <type> $var" has error Unexpected token "<", expected type at offset 0 on line 1
ERROR 59 Tag "method" with body "@method <type> $var" has error Unexpected token "<", expected type at offset 0 on line 1

functions.php

Type Line Description
ERROR 144 Tag "@return" with body "@@return $mixed." has error
ERROR 116 Tag "@return" with body "@@return $mixed." has error

algorithm.php

Type Line Description
ERROR 55 Tag "@return" with body "@@return string. The pasword token" has error

vb.php

Type Line Description
ERROR 828 Tag "method" with body "@method <type> $userId" has error Unexpected token "<", expected type at offset 0 on line 1
ERROR 805 Tag "method" with body "@method <type> $userId" has error Unexpected token "<", expected type at offset 0 on line 1

builder.php

Type Line Description
ERROR 72 Tag "@return" with body "@@return string <?xml tag" has error

Search results