Replace that code with the following and see if it works.
function testIM(){
/* if($this->cbIsExecDisabled()){ //CB_FIXES:
return false; // exec() is disabled, so give up
}
@exec('convert -version', $output, $status);
if(!$status){
if(preg_match("/imagemagick[...