Extended Log Class but not working
Hi, I have extended the Log Class with My_Log in the application/libraries folder and it works locally with Xampp, but on the test site on the net it does not. Is there any config setting that I may have forgotten to adjust? I am hunting down but thought I would ask here as well. Thanks.
Comments
If I create a public function in my_log testit(), I call it and it gives:
Fatal error: Call to undefined method CI_Log::testit() in blah blah /fuel/application/views/home.php on line 10
Home is just a redirect and I am putting code in it to test. So clearly My_Log.php an extension of Log is not being loaded on the server where it is working on Xampp. Strange I know!
It seems others are..