e107_plugins/featurebox/featurebox.php
Argument 1 (text)
is null
but \e_parse::toHTML()
takes string
defined at /code/e107_handlers/e_parse_class.php:1532
Open
Open
$fb_title = $tp->toHTML($fb_title, TRUE,'title');
- Exclude checks
Variable $fb_rendertype
is undeclared Open
Open
if(!$fb_rendertype)
- Exclude checks
Variable $fb_template
is undeclared Open
Open
require_once(e_PLUGIN."featurebox/templates/".$fb_template.".php");
- Exclude checks
Call to undeclared method \e_db::db_getList
Open
Open
$nfArray = $sql->db_getList();
- Exclude checks
Variable $fb_text
is undeclared Open
Open
$fb_text = $tp->toHTML($fb_text, TRUE,'body');
- Exclude checks
Variable $FB_TEMPLATE
is undeclared Open
Open
echo $FB_TEMPLATE;
- Exclude checks