Showing 6,974 of 6,975 total issues
Method \bootstrap3_admintheme::tablestyle
is declared to return mixed
but has no return value Open
Open
public function tablestyle($caption, $text, $mode='', $data=array())
- Exclude checks
Argument 1 (name)
is 'viewport'
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('viewport',"width=device-width, initial-scale=1.0");
- Exclude checks
Method \theme,1::init
is declared to return mixed
but has no return value Open
Open
public function init()
- Exclude checks
Call to undeclared method \e_shortcode::sc_news_comment_count
Open
Open
$ret = $sc->sc_news_comment_count();
- Exclude checks
Class \theme_shortcodes
defined at /code/e107_themes/voux/theme_shortcodes.php:14
was previously defined as Class \theme_shortcodes
at /code/e107_themes/bootstrap3/theme_shortcodes.php:14
Open
Open
class theme_shortcodes extends e_shortcode
- Exclude checks
When fetching an array index from a value of type bool|string,
found an array index of type 'password',
but expected the index to be of type int
Open
Open
$newpw = $pwdArray['password'];
- Exclude checks
Invalid offset "user_name"
of array type array{expires:string,user_password_hash:string,user_password:string,activation_code:''|string,user_loginname:mixed,password_action:'User clicked on password reset link'}|array{user_email:,expires:string,user_password_hash:string,user_password:string,activation_code:''|string,user_loginname:mixed,password_action:'User clicked on password reset link'}
Open
Open
$admin_log->user_audit(USER_AUDIT_PW_RES,$do_log,0,$do_log['user_name']);
- Exclude checks
Variable $sql
is undeclared Open
Open
$sql->insert('tmp', $insertQry);
- Exclude checks
Call to deprecated function \getperms()
defined at /code/class2.php:1322
Open
Open
if ((USER || e_LOGIN != e_SELF || (empty($pref['user_reg']) && !e107::getUserProvider()->isSocialLoginEnabled())) && e_QUERY !== 'preview' && !getperms('0') ) // Disable page if user logged in, or some custom e_LOGIN value is used.
- Exclude checks
Variable $sql
is undeclared Open
Open
$sql->gen($qry);
- Exclude checks
Variable $textstring
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$textstring .= $tp->parseTemplate($ONLINE_TABLE, true, $scArray); // preg_replace("/\{(.*?)\}/e", '$\1', $ONLINE_TABLE);
- Exclude checks
Argument 2 (pluginName)
is null
but \e107::getScBatch()
takes string
defined at /code/e107_handlers/e107_class.php:1608
Open
Open
$this->batch = e107::getScBatch('page',null,'cpage');
- Exclude checks
Argument 2 (content)
is string
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('og:image',$mimg);
- Exclude checks
Variable $pref
is undeclared Open
Open
if (!check_class($pref['search_restrict']))
- Exclude checks
Invalid offset "selector"
of array type array{}
Open
Open
if ($search_prefs['selector'] == 1)
- Exclude checks
Invalid offset "user_name"
of array type array{user_ban:0}|array{user_ban:2}|array{user_ip:string}|array{user_join:int}|array{user_password:bool|string}|array{user_prefs:array|string}|array{user_sess:string}
Open
Open
if(!vartrue($allData['data']['user_name']))
- Exclude checks
Variable $tp
is undeclared Open
Open
$scArray['ONLINE_TABLE_ICON'] = (vartrue($pref['plug_installed']['pm']) && $oid != USERID ? $tp->parseTemplate("{SENDPM={$oid}}", 'sendpm.sc') : "<img src='" . e_PLUGIN . "online_extended_menu/images/user.png' alt='' style='vertical-align:middle' />");
- Exclude checks
Invalid offset "chapter_parent"
of array type array{book_id:int}|array{book_sef:}|null
Open
Open
$row['book_name'] = $this->getName($row['chapter_parent']);
- Exclude checks
Assigning array<string>|array<string>|array<string></string></string></string>
to property but \pageClass->page
is array<string></string>
Open
Open
$this->page['comments'] = $comments;
- Exclude checks
Argument 2 (content)
is string
but \e107::meta()
takes null
defined at /code/e107_handlers/e107_class.php:2861
Open
Open
e107::meta('og:description', $metaDiz);
- Exclude checks