\Fuel::add_module('comments');Then, in Comments module i get some data and use Views to render them.
return \View::factory('comments', $data)->render();Problem is, View class can't find comments.php file in APP/modules/comments/views/ directory.
\Fuel::add_module('module_name', true);You, guys, really thought about everything
It looks like you're new here. If you want to get involved, click one of these buttons!