I’ve been developing a website locally with CodeIgniter and have tried uploading it to my web server and get the following error (which I’ve never seen until the upload).
Fatal error: Class 'CI_Hooks' not found in <snip>/system/codeigniter/Common.php on line 136
I’ve read that CodeIgniter doesn’t play nicely with PHP 5.3.x, except for their latest build (which I also downloaded and tried uploading, though simply replacing my edited files in the system directory), however I still get the same error.
Googling that message didn’t help much…anybody see something similar?
What version of CI that you use? I use the latest CI version 1.7.2 and in file
system/codeigniter/Common.phpI cannot find any call toCI_Hooksclass.Do you have custom library, or touch CI system file when developing? Have you verified that all files uploaded successfully to the server?