ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Call to method setStructure from undeclared class \IcmsDatabasetable
Open

            $table->setStructure("`content_id` mediumint(8) unsigned NOT NULL auto_increment,
Severity: Critical
Found in upgrade/upd-icms-1.0-to-1.1/index.php by phan

Variable $xoopsTpl is undeclared
Open

    $xoopsTpl->assign('search_form', $search_form);
Severity: Minor
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

Reference to undeclared constant \_SR_EXACT
Open

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

Variable $xoopsTpl is undeclared
Open

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

Reference to undeclared constant \_CHARSET
Open

                        "search_more_url" => htmlspecialchars($search_url, ENT_COMPAT, _CHARSET),
Severity: Minor
Found in htdocs/search.php by phan

Variable $xoopsTpl is undeclared
Open

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

Reference to static property xoopsDB from undeclared class \icms
Open

    $queryString = icms::$xoopsDB->escape($_POST['queryString']);
Severity: Critical
Found in htdocs/suggest.php by phan

Call to method setToUsers from undeclared class \icms_messaging_Handler
Open

                        $icmsMailer->setToUsers($thisuser);
Severity: Critical
Found in htdocs/user.php by phan

Call to method setSubject from undeclared class \icms_messaging_Handler
Open

                        $icmsMailer->setSubject(sprintf(_US_YOURACCOUNT, $icmsConfig['sitename'], ICMS_URL));
Severity: Critical
Found in htdocs/user.php by phan

Variable $icmsTpl is undeclared
Open

    $icmsTpl->assign('user_ownpage', false);
Severity: Minor
Found in htdocs/userinfo.php by phan

Reference to undeclared constant \_US_REALNAME
Open

    'lang_realname' => _US_REALNAME,
Severity: Minor
Found in htdocs/userinfo.php by phan

Variable $icmsConfig is undeclared
Open

            . ICMS_URL . "/images/icons/" . $icmsConfig['language'] . "/pm.gif\" alt=\""
Severity: Minor
Found in htdocs/userinfo.php by phan

Argument 2 (subject) is null but \preg_match() takes string
Open

                       if (!preg_match("/^http[s]*:\/\//i", $results[$i]['link'])) {
Severity: Minor
Found in htdocs/userinfo.php by phan

Reference to static property user from undeclared class \icms
Open

            if ($pm->getVar('to_userid') == icms::$user->getVar('uid')) {
Severity: Critical
Found in htdocs/viewpmsg.php by phan

Reference to undeclared constant \_PM_PRIVATEMESSAGE
Open

    echo "<h4>" . _PM_PRIVATEMESSAGE
Severity: Minor
Found in htdocs/viewpmsg.php by phan

Reference to static property security from undeclared class \icms
Open

        . _PM_DELETE . "' />" . icms::$security->getTokenHTML() . "</td></tr></table></form>";
Severity: Critical
Found in htdocs/viewpmsg.php by phan

Call to method __construct from undeclared class \XoopsXmlRpcFault
Open

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

Call to method __construct from undeclared class \MetaWeblogApi
Open

                $rpc_api = new MetaWeblogApi($parser->getParam(), $response, $module);
Severity: Critical
Found in htdocs/xmlrpc.php by phan

Reference to undeclared constant \_NO
Open

            alt="<?php echo $res?_YES:_NO; ?>" /></td>
Severity: Minor
Found in upgrade/check_version.php by phan
Severity
Category
Status
Source
Language