Showing 47,251 of 47,256 total issues
Reference to undeclared constant \_US_ADMINNO
Open
Open
redirect_header('user.php', 5, _US_ADMINNO);
- Exclude checks
Reference to static property user
from undeclared class \icms
Open
Open
$groups = is_object(icms::$user) ? icms::$user->getGroups() : XOOPS_GROUP_ANONYMOUS;
- Exclude checks
Reference to undeclared constant \_US_MSNM
Open
Open
'lang_msnm' => _US_MSNM,
- Exclude checks
Call to method checkVar
from undeclared class \icms_core_DataFilter
Open
Open
'user_extrainfo' => icms_core_DataFilter::checkVar($thisUser->getVar('bio', 'N'), 'text', 'output'),
- Exclude checks
Reference to undeclared constant \_US_MOREABOUT
Open
Open
'lang_more' => _US_MOREABOUT,
- Exclude checks
Reference to static property user
from undeclared class \icms
Open
Open
|| (is_object(icms::$user)
- Exclude checks
Call to method checkVar
from undeclared class \icms_core_DataFilter
Open
Open
'user_signature' => icms_core_DataFilter::checkVar($thisUser->getVar('user_sig', 'N'), $sigtype, 'output')
- Exclude checks
Invalid offset "time"
of array type array{image:string}|array{link:string}|array{title:}|null
Open
Open
$results[$i]['time'] = $results[$i]['time'] ? formatTimestamp($results[$i]['time']) : '';
- Exclude checks
Call to method handler
from undeclared class \icms
Open
Open
$module_handler = icms::handler('icms_module');
- Exclude checks
Reference to undeclared constant \_PM_SORRY
Open
Open
$errormessage = _PM_SORRY . '<br />' . _PM_PLZREG . '';
- Exclude checks
Reference to undeclared constant \_PM_DATE
Open
Open
. _PM_FROM . "</th><th>" . _PM_SUBJECT . "</th><th align='center'>" . _PM_DATE . "</th></tr>\n";
- Exclude checks
Call to method getMethodName
from undeclared class \XoopsXmlRpcParser
Open
Open
$methods = explode('.', $parser->getMethodName());
- Exclude checks
Call to method getParam
from undeclared class \XoopsXmlRpcParser
Open
Open
$rpc_api = new BloggerApi($parser->getParam(), $response, $module);
- Exclude checks
Call to method message
from undeclared class \icms_core_Debug
Open
Open
icms_core_Debug::message('An error occurred while executing "' . $sql . '" - ' . $db->error());
- Exclude checks
Variable $xoopsConfig
is undeclared Open
Open
include_once "./language/".$xoopsConfig['language']."/upgrade.php";
- Exclude checks
Reference to undeclared constant \_CHARSET
Open
Open
define('_UPGRADE_CHARSET', _CHARSET);
- Exclude checks
Call to method setStructure
from undeclared class \IcmsDatabasetable
Open
Open
$table->setStructure("page_id mediumint(8) unsigned NOT NULL auto_increment,
- Exclude checks
Call to method __construct
from undeclared class \IcmsDatabasetable
Open
Open
$table = new IcmsDatabasetable('invites');
- Exclude checks
Call to method setFromEmail
from undeclared class \icms_messaging_Handler
Open
Open
$xoopsMailer->setFromEmail($icmsConfig['adminmail']);
- Exclude checks
Call to method setStructure
from undeclared class \IcmsDatabasetable
Open
Open
$table->setStructure("`invite_id` mediumint(8) unsigned NOT NULL auto_increment,
- Exclude checks