I have a site developed and is working fine on development machine (Mac OS X 10.7). However when I port it over to a Linux server I ran into error:
It supposedly is a permission problem according the below article: http://code.google.c.../detail?id=3039
However, I checked and the protected/extensions folder and down all have 755 permission. I even tried to make the whole protected folder 777 just to see if I can get it working at all, but it didn’t work either.
What else can be the cause? Can anyone help?