e107_plugins/download/download_shortcodes.php
Argument 2 (options)
is false
but \e_parse::toGlyph()
takes array|string
defined at /code/e107_handlers/e_parse_class.php:3973
Open
Open
$img = e107::getParser()->toGlyph('fa-download', false);
- Exclude checks
Variable $link
was undeclared, but array fields are being added to it. Open
Open
$link['view'] = "<a href='" . $viewUrl . "'>" . $this->var['download_name'] . "</a>";
- Exclude checks
Invalid offset "action"
of array type array{}
Open
Open
$action = varset($this->qry['action']);
- Exclude checks
Argument 2 (options)
is false
but \e_parse::toGlyph()
takes array|string
defined at /code/e107_handlers/e_parse_class.php:3973
Open
Open
$img = e107::getParser()->toGlyph('fa-download', false);
- Exclude checks
Invalid offset "class"
of array type array{}
Open
Open
'class' => 'download-image dl_image download-view-image img-responsive img-fluid ' . vartrue($parm['class']),
- Exclude checks
Call to deprecated function \getperms()
defined at /code/class2.php:1322
Open
Open
return (ADMIN && getperms('6')) ? "<a class='e-tip btn btn-default btn-secondary hidden-print' href='" . $url . "' title='" . LAN_EDIT . "'>" . $icon . "</a>" : "";
- Exclude checks