Version 0.7.21 In the file massopt_translate/massattr.php Method runUtility line: $this->_csvreader->initialize(); because the params aren't passed in, it has no filename and stops. to fix: $this->_csvreader->initialize($params);
Log in to post a comment.