Hi all....
if I go to tools> modules I get this error:
Warning: shell_exec() has been disabled for security reasons in /home/vries25/domains/jwfinder.org/public_html/dolphin/inc/classes/BxDolModuleDb.php on line 54
Warning: shell_exec() has been disabled for security reasons in /home/vries25/domains/jwfinder.org/public_html/dolphin/inc/classes/BxDolModuleDb.php on line 54
Warning: Cannot modify header information - headers already sent by (output started at /home/vries25/domains
This it says in the BxDolModuleDb.php from line 52-54:
function getModules() {
$sSql = "SELECT `id`, `title`, `vendor`, `version`, `update_url`, `path`, `uri`, `class_prefix`, `db_prefix`, `date` FROM `sys_modules` ORDER BY `title`";
return $this->fromMemory(`sys_modules`, 'getAll', $sSql);
Does anyone know how to solve?
regards