tags:

views:

19

answers:

1

Hi,

I have an sf1.2 based project that works in the local deployment. I deployed it into another environment yesterday and when I tried to do ./symfony cc, I got this error :

"default" Context doesn't exist

What can possibly cause this error?

my sf version is 1.2.8

A: 

I'd try to upgrade symfony to its newest 1.2 release in the first place.

Try removing cache contents manually (rm -rf cache/*). Maybe it's an incidental situation. Check if it happens again.

Did you implement any hooks for clear cache task? It's unlikely that the task itself throws such an exception.

Also, check what are the differences between those two environments.

kuba
Thanks. I'm using the some configuration for web server and php. Just wondering what else can possibly cause this.
Shawn