Showing 47,251 of 47,256 total issues
Reference to static property security
from undeclared class \icms
Open
Open
echo implode('<br />', icms::$security->getErrors());
- Exclude checks
Reference to undeclared constant \_PM_YOUDONTHAVE
Open
Open
echo '<br /><br />'._PM_YOUDONTHAVE;
- Exclude checks
Call to method htmlSpecialChars
from undeclared class \icms_core_DataFilter
Open
Open
. "' /><input type='hidden' name='url' value='" . icms_core_DataFilter::htmlSpecialChars($url)
- Exclude checks
Reference to undeclared constant \_PM_PLZTRYAGAIN
Open
Open
. _PM_PLZTRYAGAIN . "</h4><br />";
- Exclude checks
Call to method getVar
from undeclared class \icms_member_user_Object
Open
Open
echo "<a href='userinfo.php?uid=". (int) ($poster->getVar("uid"))."'>".$poster->getVar("uname")."</a><br />\n";
- Exclude checks
Suspicious argument null
for an echo/print statement Open
Open
echo $icmsConfig['anonymous']; // we need to do this for deleted users
- Exclude checks
Call to method htmlSpecialChars
from undeclared class \icms_core_DataFilter
Open
Open
. "' /><input type='hidden' name='actkey' value='" . icms_core_DataFilter::htmlSpecialChars($actkey)
- Exclude checks
Call to method handler
from undeclared class \icms
Open
Open
$permHandler = icms::handler('icms_member_groupperm');
- Exclude checks
Reference to static property security
from undeclared class \icms
Open
Open
$stop .= implode('<br />', icms::$security->getErrors()) . "<br />";
- Exclude checks
Call to method getVar
on non-class type null
Open
Open
echo "<td class='even'><input type='hidden' name='to_userid' value='" . $pm->getVar("from_userid") . "' />" . $pm_uname . "</td>";
- Exclude checks
Reference to undeclared constant \_PM_PREVIOUS
Open
Open
echo "<a href='readpmsg.php?start=". (int) ($previous)."&total_messages=". (int) ($total_messages)."'>"._PM_PREVIOUS."</a> | ";
- Exclude checks
Reference to undeclared constant \_US_ALREADY_LOGED_IN
Open
Open
redirect_header('index.php', 6, _US_ALREADY_LOGED_IN);
- Exclude checks
Call to method isActive
from undeclared class \icms_member_user_Object
Open
Open
if (!$poster->isActive()) {
- Exclude checks
Reference to static property security
from undeclared class \icms
Open
Open
$stop .= implode('<br />', icms::$security->getErrors()) . "<br />";
- Exclude checks
Call to method getVar
from undeclared class \icms_member_user_Object
Open
Open
if ($poster->getVar("user_from") != "") {
- Exclude checks
Call to method htmlSpecialChars
from undeclared class \icms_core_DataFilter
Open
Open
. _US_EMAIL . ": " . icms_core_DataFilter::htmlSpecialChars($email) . "<br />";
- Exclude checks
Call to method htmlSpecialChars
from undeclared class \icms_core_DataFilter
Open
Open
. "' /><input type='hidden' maxlength='99' name='vpass' value='" . icms_core_DataFilter::htmlSpecialChars($vpass)
- Exclude checks
Reference to undeclared constant \_US_USERKEYFOR
Open
Open
$xoopsMailer->setSubject(sprintf(_US_USERKEYFOR, $uname));
- Exclude checks
Call to method setToGroups
from undeclared class \icms_messaging_Handler
Open
Open
$xoopsMailer->setToGroups($member_handler->getGroup($icmsConfigUser['activation_group']));
- Exclude checks
Reference to undeclared constant \ICMS_CONF_USER
Open
Open
$icmsDatabaseUpdater->insertConfig ( ICMS_CONF_USER, 'welcome_msg_content', '_MD_AM_WELCOMEMSG_CONTENT', $default_msg_content, '_MD_AM_WELCOMEMSG_CONTENTDSC', 'textarea', 'text', 3 );
- Exclude checks