e107_plugins/page/chapter_menu.php
Argument 2 (fields)
is true
but \e_db::retrieve()
takes string
defined at /code/e107_handlers/e_db_interface.php:153
Open
Open
$data = $sql->retrieve("SELECT * FROM #page_chapters WHERE chapter_visibility IN (".USERCLASS_LIST.") AND chapter_template = 'panel' ".$insert. " LIMIT 24", true);
- Exclude checks
Variable $parm
is undeclared Open
Open
$parm = eHelper::scParams($parm);
- Exclude checks
Argument 2 (pluginName)
is null
but \e107::getScBatch()
takes string
defined at /code/e107_handlers/e107_class.php:1608
Open
Open
$sc = e107::getScBatch('page', null, 'cpage');
- Exclude checks
Call to undeclared method \e_shortcode::setChapter
Open
Open
$sc->setChapter($row['chapter_id']);
- Exclude checks