ErrorException [ 1 ]: Class 'Model_role' not found ~ MODPATH/orm/classes/Kohana/ORM.php
$roles = ORM::factory('role')->find_all();
$roles = ORM::factory('Role')->find_all();
Поему Class 'Model_role' not found на рабочем linux?
$roles = ORM::factory('Role')->find_all();