e107inc/e107

View on GitHub
e107_plugins/featurebox/featurebox.php

Summary

Maintainability
A
0 mins
Test Coverage
F
50%

Argument 1 (text) is null but \e_parse::toHTML() takes string defined at /code/e107_handlers/e_parse_class.php:1532
Open

$fb_title = $tp->toHTML($fb_title, TRUE,'title');
Severity: Minor
Found in e107_plugins/featurebox/featurebox.php by phan

Variable $fb_rendertype is undeclared
Open

if(!$fb_rendertype)
Severity: Minor
Found in e107_plugins/featurebox/featurebox.php by phan

Variable $fb_template is undeclared
Open

    require_once(e_PLUGIN."featurebox/templates/".$fb_template.".php");
Severity: Minor
Found in e107_plugins/featurebox/featurebox.php by phan

Call to undeclared method \e_db::db_getList
Open

    $nfArray = $sql->db_getList();
Severity: Critical
Found in e107_plugins/featurebox/featurebox.php by phan

Variable $fb_text is undeclared
Open

$fb_text = $tp->toHTML($fb_text, TRUE,'body');
Severity: Minor
Found in e107_plugins/featurebox/featurebox.php by phan

Variable $FB_TEMPLATE is undeclared
Open

    echo $FB_TEMPLATE;
Severity: Minor
Found in e107_plugins/featurebox/featurebox.php by phan

There are no issues that match your filters.

Category
Status