Hi,
Forking helper.php under helpers/helper.php doesn't work.Can you please check?
Also I found the below line
$bases = array(
'COM_ADMIN' => "administrator" .DS. 'components' .DS. $comAlias,
'ADMIN' => "administrator",
'COM_SITE' => 'components' .DS. $comAlias,
'IMAGES' => $config->get('image_path', 'images'),
'MEDIAS' => $configMedias->get('file_path', 'images'),
'ROOT' => '',
);
The MEDIAS should point to "media" folder right?
Regards
Vivek