e107_plugins/poll/poll_class.php
Variable $POLL_VOTED_LOOP
is undeclared Open
Open
$template['results']['item'] = $POLL_VOTED_LOOP;
- Exclude checks
Argument 3 (event_type)
is ''
but \e_admin_log::add()
takes int
defined at /code/e107_handlers/admin_log_class.php:178
Open
Open
e107::getLog()->add('POLL_03','ID: '.$ret.' - '.$poll_title,''); // Intentionally only log admin-entered polls
- Exclude checks
Argument 4 (mon)
is string|string[]
but \mktime()
takes int
Open
Open
$active_end = (!$_POST['endmonth'] || !$_POST['endday'] || !$_POST['endyear'] ? 0 : mktime (0, 0, 0, $_POST['endmonth'], $_POST['endday'], $_POST['endyear']));
- Exclude checks
Argument 3 (event_type)
is ''
but \e_admin_log::add()
takes int
defined at /code/e107_handlers/admin_log_class.php:178
Open
Open
e107::getLog()->add('POLL_01',POLLAN_3.': '.LAN_DELETED.': '.$existing,'');
- Exclude checks
Argument 6 (year)
is string|string[]
but \mktime()
takes int
Open
Open
$active_start = (!$_POST['startmonth'] || !$_POST['startday'] || !$_POST['startyear'] ? 0 : mktime (0, 0, 0, $_POST['startmonth'], $_POST['startday'], $_POST['startyear']));
- Exclude checks
Variable $POLL_VOTED_END
is undeclared Open
Open
$template['results']['end'] = $POLL_VOTED_END;
- Exclude checks
Variable $POLL_NOTVOTED_LOOP
is undeclared Open
Open
$template['form']['item'] = $POLL_NOTVOTED_LOOP;
- Exclude checks
Variable $POLL_DISALLOWED_END
is undeclared Open
Open
$template['denied']['end'] = $POLL_DISALLOWED_END ;
- Exclude checks
Static call to non-static method \poll::clean_poll_array
defined at /code/e107_plugins/poll/poll_class.php:104
Open
Open
$pollOption = array_filter($pollOption, 'poll::clean_poll_array');
- Exclude checks
Variable $POLL_NOTVOTED_END
is undeclared Open
Open
$template['form']['end'] = $POLL_NOTVOTED_END;
- Exclude checks
Variable $POLL_VOTED_START
is undeclared (Did you mean $POLL_NOTVOTED_START) Open
Open
$template['results']['start'] = $POLL_VOTED_START;
- Exclude checks
Argument 4 (options)
is array{label:array{}}
but \e_form::radio()
takes null
defined at /code/e107_handlers/form_handler.php:2942
Open
Open
return $frm->radio('votea', $this->answerCount,false, $opt);
- Exclude checks
Argument 3 (event_type)
is ''
but \e_admin_log::add()
takes int
defined at /code/e107_handlers/admin_log_class.php:178
Open
Open
e107::getLog()->add('POLL_02','ID: '.$pollID.' - '.$poll_title,'');
- Exclude checks
Variable $POLL_DISALLOWED_START
is undeclared Open
Open
$template['denied']['start'] = $POLL_DISALLOWED_START;
- Exclude checks
Variable $POLL_DISALLOWED_LOOP
is undeclared Open
Open
$template['denied']['item'] = $POLL_DISALLOWED_LOOP ;
- Exclude checks
Argument 6 (year)
is string|string[]
but \mktime()
takes int
Open
Open
$active_end = (!$_POST['endmonth'] || !$_POST['endday'] || !$_POST['endyear'] ? 0 : mktime (0, 0, 0, $_POST['endmonth'], $_POST['endday'], $_POST['endyear']));
- Exclude checks
Argument 4 (mon)
is string|string[]
but \mktime()
takes int
Open
Open
$active_start = (!$_POST['startmonth'] || !$_POST['startday'] || !$_POST['startyear'] ? 0 : mktime (0, 0, 0, $_POST['startmonth'], $_POST['startday'], $_POST['startyear']));
- Exclude checks
Argument 5 (day)
is string|string[]
but \mktime()
takes int
Open
Open
$active_start = (!$_POST['startmonth'] || !$_POST['startday'] || !$_POST['startyear'] ? 0 : mktime (0, 0, 0, $_POST['startmonth'], $_POST['startday'], $_POST['startyear']));
- Exclude checks
Call to undeclared method \e_db::db_getList
Open
Open
$deacArray = $sql->db_getList();
- Exclude checks
Argument 5 (day)
is string|string[]
but \mktime()
takes int
Open
Open
$active_end = (!$_POST['endmonth'] || !$_POST['endday'] || !$_POST['endyear'] ? 0 : mktime (0, 0, 0, $_POST['endmonth'], $_POST['endday'], $_POST['endyear']));
- Exclude checks