Hello!
Could you explain me how to use APC caching?
If I enabled
// default storage driver
'driver' => 'apc',
1. Fatal error: include() [<a href='function.include'>function.include</a>]: Cannot redeclare class phpquickprofiler in C:\Apache\fuel\core\classes\autoloader.php on line 244
If I sets profiling = false
2. ErrorException [ Compile Error ]: Cannot redeclare class Fuel\Core\Config_File
COREPATH/classes/config/file.php @ line 8
What's wrong?
APC caching has nothing to do with the PHP code, it's a data cache.
My assumption is that you've just installed APC, and these errors are related to the installation. It seems to be a common error with APC...