Showing 47,251 of 47,256 total issues
Call to method verifyPass
from undeclared class \icms_core_Password
Open
Open
if (!$icmspass->verifyPass($c_password, icms::$user->getVar('login_name'))) {
- Exclude checks
Reference to static property user
from undeclared class \icms
Open
Open
redirect_header('user.php', 3, sprintf(_US_PWDRESET, icms::$user->getVar('uname')), FALSE);
- Exclude checks
Variable $xoopsTpl
is undeclared Open
Open
$xoopsTpl->assign('basic_search', TRUE);
- Exclude checks
Reference to undeclared constant \_SR_KEYTOOSHORT
Open
Open
redirect_header('search.php', 2, sprintf(_SR_KEYTOOSHORT, icms_conv_nr2local($icmsConfigSearch['keyword_min'])));
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
$query = icms::$xoopsDB->query($sql);
- Exclude checks
Call to method setFromEmail
from undeclared class \icms_messaging_Handler
Open
Open
$xoopsMailer->setFromEmail($icmsConfig['adminmail']);
- Exclude checks
Reference to undeclared constant \_US_SORRYNOTFOUND
Open
Open
redirect_header('user.php', 2, sprintf(_US_SORRYNOTFOUND, 3, ''), FALSE);
- Exclude checks
Call to method setTemplate
from undeclared class \icms_messaging_Handler
Open
Open
$xoopsMailer->setTemplate('resetpass2.tpl');
- Exclude checks
Call to method send
from undeclared class \icms_messaging_Handler
Open
Open
if (!$xoopsMailer->send()) {
- 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
Variable $icmsConfigSearch
is undeclared Open
Open
if (strlen($q) >= $icmsConfigSearch['keyword_min']) {
- Exclude checks
Reference to undeclared constant \_CHARSET
Open
Open
$ignored_keywords[] = htmlspecialchars(stripslashes($q), ENT_COMPAT, _CHARSET);
- Exclude checks
Reference to undeclared constant \_SR_SEARCHRESULTS
Open
Open
$xoopsTpl->assign('icms_pagetitle', _SR_SEARCHRESULTS . ' - ' . htmlspecialchars(implode(' ',$keywords), ENT_COMPAT, _CHARSET));
- Exclude checks
Invalid offset "time"
of array type array{link:string}|array{processed_image_alt_text:string}|array{processed_image_url:'images/icons/posticon2.gif'}|array{processed_image_url:string}|array{processed_title:}|array{processed_user_name:}|array{processed_user_url:string}|array{uid:int}
Open
Open
$results[$i]['processed_time'] = !empty($results[$i]['time']) ? " (" . formatTimestamp( (int) $results[$i]['time']) . ")" : "";
- Exclude checks
Variable $icmsConfigSearch
is undeclared Open
Open
if ($icmsConfigSearch['enable_deep_search'] == FALSE) {
- Exclude checks
Call to method checkVar
from undeclared class \icms_core_DataFilter
Open
Open
$results[$i]['processed_image_alt_text'] = icms_core_DataFilter::checkVar($modname, 'text', 'output') . ": ";
- Exclude checks
Variable $icmsConfigSearch
is undeclared Open
Open
if ($icmsConfigSearch['search_user_date']) {
- Exclude checks
Variable $xoopsTpl
is undeclared Open
Open
$xoopsTpl->assign("module_sort_order", $all_results_counts);
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
. icms::$xoopsDB->prefix("autosearch_cat") . " c ON s.cat_id = c.cid WHERE name LIKE '%"
- Exclude checks
Reference to undeclared constant \_US_RESETPASSINFO
Open
Open
'lang_resetpassinfo' => _US_RESETPASSINFO,
- Exclude checks