ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Call to method getErrors from undeclared class \icms_messaging_Handler
Open

        echo $xoopsMailer->getErrors();
Severity: Critical
Found in htdocs/resetpass.php by phan

Call to method __construct from undeclared class \XoopsXmlRpcParser
Open

$parser = new XoopsXmlRpcParser(rawurlencode($GLOBALS['HTTP_RAW_POST_DATA']));
Severity: Critical
Found in htdocs/xmlrpc.php by phan

Call to method assign from undeclared class \icms_messaging_Handler
Open

                $xoopsMailer->assign('USERNAME', $uname);
Severity: Critical
Found in htdocs/register.php by phan

Reference to static property xoopsDB from undeclared class \icms
Open

                    icms::$xoopsDB->prefix('users'),
Severity: Critical
Found in htdocs/resetpass.php by phan

Call to method add from undeclared class \XoopsXmlRpcResponse
Open

    $response->add(new XoopsXmlRpcFault(102));
Severity: Critical
Found in htdocs/xmlrpc.php by phan

Reference to undeclared constant \_SR_ALL
Open

if ($andor == 'AND') $label_andor = _SR_ALL;
Severity: Minor
Found in htdocs/search.php by phan

Call to method __construct from undeclared class \XoopsXmlRpcFault
Open

        $response->add(new XoopsXmlRpcFault(110));
Severity: Critical
Found in htdocs/xmlrpc.php by phan

Call to method addSlashes from undeclared class \icms_core_DataFilter
Open

        $queries = array(icms_core_DataFilter::addSlashes($query));
Severity: Critical
Found in htdocs/search.php by phan

Call to method message from undeclared class \icms_core_Debug
Open

            icms_core_Debug::message('An error occurred while executing "' . $sql . '" - ' . $db->error());
Severity: Critical
Found in upgrade/cnt-2.3.x-to-2.0.x/index.php by phan

Reference to undeclared property \upgrade_impcms05->fields
Open

                foreach ($this->fields as $table => $data) {

Reference to undeclared constant \_SR_SEARCHRESULTS
Open

$xoopsTpl->assign("label_search_results", _SR_SEARCHRESULTS);
Severity: Minor
Found in htdocs/search.php by phan

Call to method exists from undeclared class \IcmsDatabasetable
Open

        if (!$table->exists()) {
Severity: Critical
Found in upgrade/upd-icms-1.0-to-1.1/index.php by phan

Variable $xoopsTpl is undeclared
Open

$xoopsTpl->assign("label_keywords", _SR_KEYWORDS . ':');
Severity: Minor
Found in htdocs/search.php by phan

Call to method __construct from undeclared class \icms_db_criteria_Item
Open

        $criteria->add(new icms_db_criteria_Item('isactive', 1));
Severity: Critical
Found in htdocs/search.php by phan

Call to deprecated function \icms_debug() defined at /code/htdocs/include/debug_functions.php:22
Open

            icms_debug('An error occurred while executing "' . $sql . '" - ' . $GLOBALS['xoopsDB']->error());
Severity: Minor
Found in upgrade/upd-icms-1.0-to-1.1/index.php by phan

Invalid offset "link" of array type array{processed_image_alt_text:string}|array{processed_image_url:'images/icons/posticon2.gif'}|array{processed_image_url:string}
Open

                        if (isset ($results[$i]['link']) && $results[$i]['link'] != '') {
Severity: Minor
Found in htdocs/search.php by phan

Call to method fieldExists from undeclared class \IcmsDatabasetable
Open

        if (!$table->fieldExists('user_viewoid')) {
Severity: Critical
Found in upgrade/upd-icms-1.0-to-1.1/index.php by phan

Invalid offset "title" 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}
Open

                            $results[$i]['processed_title'] = icms_core_DataFilter::checkVar($results[$i]['title'], 'text', 'output');
Severity: Minor
Found in htdocs/search.php by phan

Suspicious type null of a variable or expression used to build a string. (Expected type to be able to cast to a string)
Open

                                $results[$i]['link'] = "modules/" . $moddir . "/" . $results[$i]['link'];
Severity: Minor
Found in htdocs/search.php by phan

Reference to undeclared constant \_IFNOTRELOAD
Open

          <p>'.sprintf(_IFNOTRELOAD, $url4disp).'</p>
Severity: Minor
Found in htdocs/session_confirm.php by phan
Severity
Category
Status
Source
Language