I am having this fatal error and warning on my first Codeigniter attempt:
Fatal error: require_once() [function.require]: Failed opening
required ‘C:/xampp/htdocs/codeigniter/core/CodeIgniter.php’
(include_path=’.;C:\xampp\php\pear\’) in
C:\xampp\htdocs\admin\index.php on line 202
What would cause this? I’m not sure where to begin to look.
are you using the index.php as the default index page of your project?
if not use .htaccess file and also edit the config.php file in the
/project/configfoldermake sure about all your routes are declared correctly in your configuration files like: routes.php etc.