I have this error in localhost when I click on "order the files"
error:
Code:
Parse error: parse error in c:\program files\easyphp1-8\www\forum\includes\dl_manage.php on line 36
ligne 36 (in red) of file "dl_manage.php":
Code:
if ($file['link'] == 0)
{
if (!" . TABLE_PREFIX . "file_exists($INFO['url'].$file['url'])) {
eval('$filebits .= "' . fetch_template('downloads_man_filebits') . '";');
}
}