Showing 6,974 of 6,975 total issues
Variable $sql
is undeclared Open
Open
$tmp = $sql->fetch();
- Exclude checks
Variable $sql
is undeclared Open
Open
if($newid = $sql->insert('user',$insert,true))
- Exclude checks
Argument 3 (force)
is 0|3
but \UserHandler::HashPassword()
takes false|string
defined at /code/e107_handlers/user_handler.php:226
Open
Open
$hash = $us->HashPassword($this->previous_steps['admin']['password'],$this->previous_steps['admin']['user'], $pwdEncoding);
- Exclude checks
Reference to instance property api2
from undeclared class \cpanelAPI
Open
Open
$cPanel->api2->Fileman
- Exclude checks
Variable $var
was undeclared, but array fields are being added to it. Open
Open
$var[0]['caption'] = "Sample configuration field";
- Exclude checks
Call to undeclared method \e_shortcode::sc_news_author
Open
Open
$ret = $sc->sc_news_author();
- Exclude checks
Variable $NEWS_TEMPLATE
was undeclared, but array fields are being added to it. Open
Open
$NEWS_TEMPLATE['list']['caption'] = '{NEWSCATEGORY}';
- Exclude checks
Function tablestyle
defined at /code/e107_themes/voux/theme.php:58
was previously defined at /code/e107_themes/_blank/theme.php:22
Open
Open
function tablestyle($caption, $text, $id='', $info=array())
- Exclude checks
Call to deprecated function \secure_image::r_image()
defined at /code/e107_handlers/secure_img_handler.php:172
Open
Open
$text .= $sec_img->r_image();
- Exclude checks
Argument 2 (mode)
is true
but \e_parse::replaceConstants()
takes string
defined at /code/e107_handlers/e_parse_class.php:3025
Open
Open
$imgUrl = (strpos($imgUrl, 'http') === 0) ? $imgUrl : SITEURL.$tp->replaceConstants($imgUrl,true);
- Exclude checks
Function cookie
defined at /code/install.php:326
was previously defined at /code/class2.php:1786
Open
Open
function cookie($name, $value, $expire=0, $path = e_HTTP, $domain = '', $secure = false)
- Exclude checks
Call to undeclared method \e_db::getServerInfo
Open
Open
$mysql_note = e107::getDb()->getServerInfo();
- Exclude checks
Returning type null
but stage_5()
is declared to return string
Open
Open
return null;
- Exclude checks
Argument #1 of this call to \str_replace
is typically a literal or constant but isn't, but argument #3 (which is typically a variable) is a literal or constant. The arguments may be in the wrong order. Open
Open
$error = str_replace($srch,$repl, LANINS_144); // too early to use e107::getParser() so use str_replace();
- Exclude checks
Variable $sql
is undeclared Open
Open
$sql->select("content", "content_heading, content_class", "content_id='" . intval($tmp[1]) . "'");
- Exclude checks
Argument 2 (content)
is 'width=device-width, initial-scale=1.0'
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
Variable $MENU_TEMPLATE
was undeclared, but array fields are being added to it. Open
Open
$MENU_TEMPLATE['default']['start'] = '';
- Exclude checks
Variable $NEWS_MENU_WRAPPER
was undeclared, but array fields are being added to it. Open
Open
$NEWS_MENU_WRAPPER['category']['NEWS_CATEGORY_NEWS_COUNT'] = "({---})"; // Wrap brackets around the news count when value is returned.
- Exclude checks
Variable $NEWS_MENU_TEMPLATE
was undeclared, but array fields are being added to it. Open
Open
$NEWS_MENU_TEMPLATE['list']['start'] = '<div class="thumbnails">';
- Exclude checks
Call to deprecated function \getperms()
defined at /code/class2.php:1322
Open
Open
if(getperms('0')) // Test Mode.
- Exclude checks