All of a sudden my pages on my web-server are failing. Everything works brilliantly locally.
Errors in question
[Wed Sep 12 03:37:49 2012] [error] [client _______] PHP Fatal error: Class 'CI_Model' not found in /home/webuser/public_html/website.com/public/application/models/userModel.php on line 2
Opening lines of userModel.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
Class UserModel extends CI_Model{
This has been working all up until today when I did a recent code pull. Which was only changes to views, controllers and this particular module.