The error must be somewhete in the mosjanews.php file. I suppose in this place:
function botMosJANews( $published, &$row, &$params, $page=0 ) {
global $database, $_MAMBOTS, $mosConfig_absolute_path, $Itemid;
static $janewsi = 0;
require_once ($mosConfig_absolute_path.'/modules/ja_news/helper.php');
//Get mambot parameter
$botParams = getMambotParams ('mosjanews');
//$botParams = getMambotParams ('mosjanews');
$option = mosGetParam($_REQUEST, 'option');
$task = mosGetParam($_REQUEST, 'task');
$mparams = null;
if($option = 'com_content' && ($task=='blogsection' || $task=='blogcategory')) {
$query = "select params from #__menu where id='$Itemid'";
$database->setQuery($query);
$mparams = new mosParameters($database->loadResult());
}
It doesn’t make a difference between normal images and mosimages.