Showing 47,251 of 47,256 total issues
Reference to undeclared constant \_US_OCCUPATION
Open
Open
'lang_occupation' => _US_OCCUPATION,
- Exclude checks
Reference to undeclared constant \_US_RANK
Open
Open
'lang_rank' => _US_RANK,
- Exclude checks
Reference to undeclared constant \_US_MYINFO
Open
Open
'lang_myinfo' => _US_MYINFO,
- Exclude checks
Reference to static property user
from undeclared class \icms
Open
Open
&& (icms::$user->isAdmin()
- Exclude checks
Variable $icmsConfigUser
is undeclared Open
Open
$sigtype = ($icmsConfigUser['allow_htsig'] == 0) ? 'text' : 'html';
- Exclude checks
Reference to static property user
from undeclared class \icms
Open
Open
if (!is_object(icms::$user)) {
- Exclude checks
Reference to static property security
from undeclared class \icms
Open
Open
if (!icms::$security->check()) {
- Exclude checks
Reference to static property user
from undeclared class \icms
Open
Open
$criteria = new icms_db_criteria_Item('to_userid', (int) (icms::$user->getVar('uid')));
- Exclude checks
Reference to undeclared constant \_PM_SEND
Open
Open
. _PM_SEND . "' /></td></tr></table></form>";
- Exclude checks
Call to method getParam
from undeclared class \XoopsXmlRpcParser
Open
Open
$rpc_api = new MovableTypeApi($parser->getParam(), $response, $module);
- Exclude checks
Reference to undeclared constant \XOOPS_CONF_USER
Open
Open
$value = getDbValue($db, 'config', 'conf_id', "`conf_name` = 'rank_width' AND `conf_catid` = " . XOOPS_CONF_USER);
- Exclude checks
Call to method exists
from undeclared class \IcmsDatabasetable
Open
Open
if (!$table->exists()) {
- Exclude checks
Reference to undeclared constant \_US_LOSTPASSWORD
Open
Open
'lang_lostpassword' => _US_LOSTPASSWORD,
- Exclude checks
Reference to static property security
from undeclared class \icms
Open
Open
'resetpassword_token' => icms::$security->createToken(),
- Exclude checks
Call to method assign
from undeclared class \icms_messaging_Handler
Open
Open
$icmsMailer->assign('ADMINMAIL', $icmsConfig['adminmail']);
- Exclude checks
Reference to undeclared constant \_US_NOTIFICATIONS
Open
Open
'lang_notifications' => _US_NOTIFICATIONS,
- Exclude checks
Variable $icmsConfigUser
is undeclared Open
Open
'lang_deleteaccount' => $icmsConfigUser['self_delete'] ? _US_DELACCOUNT : ''));
- Exclude checks
Reference to undeclared constant \_US_SIGNATURE
Open
Open
'lang_signature' => _US_SIGNATURE,
- Exclude checks
Invalid offset "link"
of array type array{image:string}
Open
Open
if (!preg_match("/^http[s]*:\/\//i", $results[$i]['link'])) {
- Exclude checks
Call to method handler
from undeclared class \icms
Open
Open
$pm_handler = icms::handler('icms_data_privmessage');
- Exclude checks