CodeIgniter Forums
[Newbie] Are my core classes being ignored? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: [Newbie] Are my core classes being ignored? (/showthread.php?tid=52890)



[Newbie] Are my core classes being ignored? - El Forum - 07-01-2012

[eluser]Unknown[/eluser]
Hi,
I'm completely new to CI. I found this nifty script that I wanted to put into use on my site: http://ellislab.com/forums/viewthread/215825/

However, I seem to have a problem that no matter what I put in application/core, it is not being called.

The code works on localhost but when I transfer it to my server, it doesn't execute this class.

My apc.stat=1 so APC shouldn't be caching the file and I tried disabling APC which should lead the code to throw an error but nothing happens.

The caching is enabled ($this->output->cache (240)Wink. If I hack the code into system/core then the code works.

I'm running Debian Lenny with PHP Version 5.3.8-1.

Can you give me a hint what could I be doing wrong?

Klopklop