Showing 6,974 of 6,975 total issues
Argument 2 (fields)
is true
but \e_db::retrieve()
takes string
defined at /code/e107_handlers/e_db_interface.php:153
Open
Open
$books = e107::getDb('pageHelper')->retrieve("SELECT chapter_id,chapter_sef,chapter_name,chapter_parent FROM #page_chapters ORDER BY chapter_id ASC", true);
- Exclude checks
Argument 2 (replace)
is false|int
but \str_replace()
takes array|string
Open
Open
$results[E_MESSAGE_SUCCESS][$start] = str_replace('[x]', $res, ADLAN_PM_68);
- Exclude checks
Reference to undeclared property \pm_cron->startTime
Open
Open
$this->startTime = mktime(0, 0, 0, date('n'), date('d'), date('Y')); // Date for start processing
- Exclude checks
Argument 3 (row)
is ''
but \e107::url()
takes array
defined at /code/e107_handlers/e107_class.php:4225
Open
Open
$urlOutbox = e107::url('pm','index','', array('query'=>array('mode'=>'outbox')));
- Exclude checks
Argument 3 (row)
is ''
but \e107::url()
takes array
defined at /code/e107_handlers/e107_class.php:4225
Open
Open
$urlCompose = e107::url('pm','index','', array('query'=>array('mode'=>'send')));
- Exclude checks
Argument 2 (replace)
is false|int
but \str_replace()
takes array|string
Open
Open
$results[E_MESSAGE_SUCCESS][$start] = str_replace('[x]', $res, ADLAN_PM_69);
- Exclude checks
Argument 2 (replace)
is false|int
but \str_replace()
takes array|string
Open
Open
$results[E_MESSAGE_SUCCESS][$start] = str_replace('[x]', $res, ADLAN_PM_68);
- Exclude checks
Variable $var
was undeclared, but array fields are being added to it. Open
Open
$var['main']['text'] = ADLAN_PM_54;
- Exclude checks
Returning type void
but pm_getInfo()
is declared to return array
Open
Open
return;
- Exclude checks
Invalid offset "pm_block_from"
of array type array{}
Open
Open
return "<input type='checkbox' name='selected_pm[{$this->pmBlocked['pm_block_from']}]' value='1' />";
- Exclude checks
Variable $poll_options
is undeclared Open
Open
$pollopts = explode(chr(1),$poll_options);
- Exclude checks
Variable $comments_table
was undeclared, but array fields are being added to it. Open
Open
$comments_table['poll'] = "LEFT JOIN #polls AS po ON c.comment_type=4 AND po.poll_id = c.comment_item_id";
- Exclude checks
Argument 2 (parseBB)
is ''
but \e_parse::toHTML()
takes bool|false
defined at /code/e107_handlers/e_parse_class.php:1532
Open
Open
$rss_title = $tp->toRss($tp->toHTML($pref['sitename'],'','defs')." : ".$tp->toHTML($rss_title,'','defs'));
- Exclude checks
Argument 2 (pluginName)
is true
but \e107::getScBatch()
takes string
defined at /code/e107_handlers/e107_class.php:1608
Open
Open
$sc = e107::getScBatch('pm', true);
- Exclude checks
Call to method __construct
from undeclared class \logConsolidate
Open
Open
$logObj = new logConsolidate;
- Exclude checks
Variable $pageInfo
is undeclared Open
Open
$totalever = ($pageInfo[$pageName]['ttlv'] ? $pageInfo[$pageName]['ttlv'] : 0) + $totalPageEver + $total;
- Exclude checks
Argument 2 (fname)
is true
but \e107::lan()
takes string
defined at /code/e107_handlers/e107_class.php:3987
Open
Open
e107::lan('social',true, true);
- Exclude checks
Reference to undeclared constant \ADMIN_FALSE_ICON
Open
Open
$textEnabled = ($slcm->isProviderEnabled($provider_name)) ? ADMIN_TRUE_ICON : ADMIN_FALSE_ICON;
- Exclude checks
Argument 3 (default)
is 'e107'
but \e107::pref()
takes null
defined at /code/e107_handlers/e107_class.php:4016
Open
Open
$engine = e107::pref('core','comments_engine','e107');
- Exclude checks
Reference to undeclared constant \NEWS_NEXTPREV_NAVCOUNT
Open
Open
$opts['navcount'] = NEWS_NEXTPREV_NAVCOUNT;
- Exclude checks