e107inc/e107

View on GitHub

Showing 6,974 of 6,975 total issues

Call to deprecated function \secure_image::verify_code() defined at /code/e107_handlers/secure_img_handler.php:119
Open

        if (!$sec_img->verify_code($_POST['rand_num'], $_POST['code_verify']))
Severity: Minor
Found in email.php by phan

Variable $sql is undeclared
Open

        $row = $sql->fetch();
Severity: Minor
Found in fpw.php by phan

Variable $sql is undeclared
Open

        if ($result = $sql->select('tmp', '*', "`tmp_ip` = 'pwreset' AND `tmp_info` LIKE '".$row['user_loginname'].FPW_SEPARATOR."%'"))
Severity: Minor
Found in fpw.php by phan

Variable $ns is undeclared
Open

        $ns->tablerender(LAN_03, $text.e107::getMessage()->render());
Severity: Minor
Found in fpw.php by phan

Variable $sql is undeclared
Open

                $content = $sql->fetch();
Severity: Minor
Found in online.php by phan

Argument 1 (haystack) is ?string but \stripos() takes string
Open

        return stripos(shell_exec('git --version'), 'git version') !== false;

Reference to undeclared constant \APP_PATH
Open

        return file_exists(APP_PATH."/.git");

Call to deprecated function \secure_image::verify_code() defined at /code/e107_handlers/secure_img_handler.php:119
Open

        if (!$sec_img->verify_code($_POST['rand_num'], $_POST['code_verify']))
Severity: Minor
Found in fpw.php by phan

Variable $sql is undeclared
Open

    if($sql->select('user', '*', $query))
Severity: Minor
Found in fpw.php by phan

Argument 2 (mode) is true but \e_parse::replaceConstants() takes string defined at /code/e107_handlers/e_parse_class.php:3025
Open

            $loc = (strpos($url, 'http') === 0) ? $url : SITEURL.$tp->replaceConstants($url,true);
Severity: Minor
Found in gsitemap.php by phan

Suspicious array access to ?mixed
Open

                  <priority>".$sm[$prefix.'priority']."</priority>
Severity: Minor
Found in gsitemap.php by phan

Argument 1 (filename) is true but \is_readable() takes string
Open

        if(!is_file($inc) || !is_readable($inc))
Severity: Minor
Found in index.php by phan

Call to deprecated function \e107::getHybridAuth() defined at /code/e107_handlers/e107_class.php:2042
Open

        $hybridauth = e107::getHybridAuth();
Severity: Minor
Found in index.php by phan

Argument 2 (newvalue) is 0 but \ini_set() takes string
Open

ini_set('session.use_trans_sid',    0);
Severity: Minor
Found in install.php by phan

Function include_lan defined at /code/install.php:292 was previously defined at /code/class2.php:1935
Open

function include_lan($path, $force = false)
Severity: Minor
Found in install.php by phan

Variable $whatever is undeclared
Open

                unset($whatever);
Severity: Minor
Found in install.php by phan

Call to deprecated function \getperms() defined at /code/class2.php:1322
Open

if (!USER || getperms('0'))
Severity: Minor
Found in login.php by phan

Variable $tp is undeclared
Open

    echo $tp->parseTemplate($LOGIN_TABLE_HEADER,true, $sc);
Severity: Minor
Found in login.php by phan

Variable $MEMBERSONLY_TABLE is undeclared
Open

    $MEMBERSONLY_TEMPLATE['default']['body'] = $MEMBERSONLY_TABLE;
Severity: Minor
Found in membersonly.php by phan

Call to undeclared function \codecept_debug()
Open

        codecept_debug(__CLASS__ . ': ' . $message);
Severity: Critical
Found in e107_tests/lib/preparers/GitPreparer.php by phan
Severity
Category
Status
Source
Language