e107inc/e107

View on GitHub

Showing 6,974 of 6,975 total issues

Argument 2 (content) is string but \e107::meta() takes null defined at /code/e107_handlers/e107_class.php:2861
Open

            e107::meta('og:image',$mimg);
Severity: Minor
Found in page.php by phan

Variable $tp is undeclared
Open

    $returnurl = $tp -> toDB($qs[2]);
Severity: Minor
Found in rate.php by phan

Variable $tp is undeclared
Open

        $table         = $tp->toDB($_GET['table']);
Severity: Minor
Found in rate.php by phan

Invalid offset "selector" of array type array{}
Open

        if ($this->search_prefs['selector'] == 2) 
Severity: Minor
Found in search.php by phan

Invalid offset "selector" of array type array{}
Open

            ($this->search_prefs['selector'] == 1)  //FIXME PRE_CHECKBOXES and POST_CHECKBOXES
Severity: Minor
Found in search.php by phan

Invalid offset "mysql_sort" of array type array{}
Open

            elseif (strlen($full_query) < ($char_count = ($this->search_prefs['mysql_sort'] ? 4 : 3))) 
Severity: Minor
Found in search.php by phan

Suspicious array access to nullable ?array
Open

if (!vartrue($_GET['adv']) || $_GET['t'] == 'all')
Severity: Minor
Found in search.php by phan

Argument 2 (login_name) is null but \UserHandler::HashPassword() takes string defined at /code/e107_handlers/user_handler.php:226
Open

            $allData['data']['user_prefs'] = e107::serialize(array('email_password' => $userMethods->HashPassword($savePassword, $allData['data']['user_email'])));
Severity: Minor
Found in signup.php by phan

Reference to undeclared constant \BULLET
Open

            $this->bullet = "<img src='".THEME_ABS."images/".BULLET."' alt='' class='icon' />";
Severity: Minor
Found in page.php by phan

Assigning array<string></string> to property but \pageClass->page is array<string></string>
Open

        $this->page['err']                 = false;
Severity: Minor
Found in page.php by phan

Argument 1 (name) is 'twitter:card' but \e107::meta() takes null defined at /code/e107_handlers/e107_class.php:2861
Open

            e107::meta('twitter:card', 'summary_large_image');
Severity: Minor
Found in page.php by phan

Argument 1 (name) is 'og:updated_time' but \e107::meta() takes null defined at /code/e107_handlers/e107_class.php:2861
Open

        e107::meta('og:updated_time', strtotime('10 minutes ago'));
Severity: Minor
Found in page.php by phan

Cannot assign void return value
Open

        $print_text = print_item($parms);
Severity: Info
Found in print.php by phan

Variable $tp is undeclared
Open

    $table = $tp -> toDB($qs[0]);
Severity: Minor
Found in rate.php by phan

Invalid offset "selector" of array type array{}
Open

         if($this->search_prefs['selector'] == 1) 
Severity: Minor
Found in search.php by phan

Invalid offset "multisearch" of array type array{}
Open

            if ($this->search_prefs['multisearch']) 
Severity: Minor
Found in search.php by phan

Invalid offset "google" of array type array{}
Open

        if (check_class($this->search_prefs['google'])) 
Severity: Minor
Found in search.php by phan

Invalid offset "plug_handlers" of array type array{}
Open

        foreach ($this->search_prefs['plug_handlers'] as $plug_dir => $active) 
Severity: Minor
Found in search.php by phan

Argument 2 (prefix) is false but \http_build_query() takes ?string
Open

                    $npParms = http_build_query($nextprev,false);
Severity: Minor
Found in search.php by phan

Invalid offset "time_secs" of array type array{}
Open

                $time = time() - $this->search_prefs['time_secs'];
Severity: Minor
Found in search.php by phan
Severity
Category
Status
Source
Language