Showing 47,251 of 47,256 total issues
Call to method handler
from undeclared class \icms
Open
Open
$userHandler = icms::handler('icms_member_user');
- Exclude checks
Call to method assign
from undeclared class \icms_messaging_Handler
Open
Open
$xoopsMailer->assign('X_SITEURL', ICMS_URL . "/");
- Exclude checks
Call to method assign
from undeclared class \icms_messaging_Handler
Open
Open
$xoopsMailer->assign('X_ITEM_URL', ICMS_URL . "/viewpmsg.php");
- Exclude checks
Variable $xoopsTpl
is undeclared Open
Open
$xoopsTpl->assign('priv_poltype', 'page');
- Exclude checks
Reference to undeclared constant \_PM_CLEAR
Open
Open
. "' /> <input type='reset' class='formButton' value='" . _PM_CLEAR
- Exclude checks
Reference to static property user
from undeclared class \icms
Open
Open
if (!is_object(icms::$user)) {
- Exclude checks
Call to method setLimit
from undeclared class \icms_db_criteria_Item
Open
Open
$criteria->setLimit(1);
- Exclude checks
Reference to undeclared constant \_PM_INBOX
Open
Open
<a href='viewpmsg.php'>". _PM_INBOX ."</a>
- Exclude checks
Reference to undeclared constant \_PM_ONLINE
Open
Open
echo "<span style='color:#ee0000;font-weight:bold;'>"._PM_ONLINE."</span><br /><br />\n";
- Exclude checks
Invalid offset "anonymous"
of array type array{startpage:,template_set:mixed}
Open
Open
echo $icmsConfig['anonymous']; // we need to do this for deleted users
- Exclude checks
Invalid offset "default_TZ"
of array type array{startpage:,template_set:mixed}
Open
Open
$timezone_offset = isset($_POST['timezone_offset']) ? (float)($_POST['timezone_offset']) : $icmsConfig['default_TZ'];
- Exclude checks
Reference to undeclared constant \_PM_SENTC
Open
Open
"._PM_SENTC."".formatTimestamp($pm_arr[0]->getVar("msg_time"));
- Exclude checks
Reference to static property security
from undeclared class \icms
Open
Open
if (!icms::$security->check()) {
- Exclude checks
Reference to undeclared constant \_US_LOGINNAME
Open
Open
echo _US_LOGINNAME . ": " . icms_core_DataFilter::htmlSpecialChars($login_name) . "<br />"
- Exclude checks
Call to method stripSlashesGPC
from undeclared class \icms_core_DataFilter
Open
Open
$pass = isset($_POST['pass']) ? icms_core_DataFilter::stripSlashesGPC(substr($_POST['pass'],0,32)) : '';
- Exclude checks
Call to method htmlSpecialChars
from undeclared class \icms_core_DataFilter
Open
Open
. _US_NICKNAME . ": " . icms_core_DataFilter::htmlSpecialChars($uname) . "<br />"
- Exclude checks
Call to method handler
from undeclared class \icms
Open
Open
$member_handler = icms::handler('icms_member');
- Exclude checks
Call to method htmlSpecialChars
from undeclared class \icms_core_DataFilter
Open
Open
. icms_core_DataFilter::htmlSpecialChars($login_name)
- Exclude checks
Call to method encryptPass
from undeclared class \icms_core_Password
Open
Open
$pass1 = $icmspass->encryptPass($pass);
- Exclude checks
Reference to undeclared constant \_PM_MESSAGEC
Open
Open
. _PM_MESSAGEC . "</td><td class='even'>";
- Exclude checks