e107_plugins/download/download.php
Variable $pid
is undeclared Open
Open
e107::getComment()->enter_comment($clean_authorname, $clean_comment, "download", $id, $pid, $clean_subject);
- Exclude checks
Variable $id
is undeclared Open
Open
e107::getComment()->enter_comment($clean_authorname, $clean_comment, "download", $id, $pid, $clean_subject);
- Exclude checks
Argument 2 (fname)
is false
but \e107::lan()
takes string
defined at /code/e107_handlers/e107_class.php:3987
Open
Open
e107::lan('download', false, true); // Loads e_PLUGIN.'download/languages/'.e_LANGUAGE.'/English_front.php'
- Exclude checks
Variable $id
is undeclared Open
Open
if(!$sql->select("download", "download_comment", "download_id = '{$id}' "))
- Exclude checks