we have a custom plugin, when we set a var called 'file' to the view we get a error, we have tested in so many plugins
$this->set('file', $file_info);
when we change the var from file to any other word like files or file_info the view is rendered successfully . the error we get is
file_exists() expects parameter 1 to be a valid path, object given on line 157 in /home/xxxxxx/public_html/blesta/vendors/minphp/bridge/src/Lib/View.php