Kohana_Exception [ 0 ]: Attempted to load an invalid or missing module 'auth' at 'MODPATH/auth'

SYSPATH/classes/Kohana/Core.php [ 576 ]

571 				$paths[] = $modules[$name] = realpath($path).DIRECTORY_SEPARATOR;
572 			}
573 			else
574 			{
575 				// This module is invalid, remove it
576 				throw new Kohana_Exception('Attempted to load an invalid or missing module \':module\' at \':path\'', [
577 					':module' => $name,
578 					':path'   => Debug::path($path),
579 				]);
580 			}
581 		}
  1. APPPATH/bootstrap.php [ 107 ] » Kohana_Core::modules(arguments)

  2. DOCROOT/index.php [ 102 ] » require(arguments)

Environment