Problems with testing package due to cache

Permalink
Hey,

So we're building our first theme with C5 and the installation cache is doing my head in! First of all I couldn't get it to use new files (which I then found the /install/ directory in the core/packages/ folder.

However, after deleting that, and clearing the files/cache/ folder I now have:

Fatal error: Call to a member function getPackageHandle() on a non-object in ROOT/concrete/core/controllers/single_pages/install.php on line 98.

Any ideas? I know it's a file I've not cleared, or cache I've not cleared, but the DB is empty and I've tried Chrome in Incognito and that's not helped!

 
jordanlev replied on at Permalink Reply
jordanlev
What version of C5 is this? Did you clear the C5 cache (via Dashboard > System & Settings > Clear Cache)? Better yet, turn C5 caching off altogether via Dashboard > System & Settings > Cache & Speed Settings.

Otherwise... it's really hard to say without seeing your actual code. Can you post your package controller.php code here?