Assets Problem

Hi,

I have strange problem with assets from some time they have started to nest them self and i have even found protected folder and other app folders very deep in this nested tree. It makes some of my components crush because those folders are proteced.

Can any one tell me what could soused such an issue?

I have changed the name of this folder, and after running the website it has freezed for log time. And now again i have copy of hole folder.

Take a look at the contents of folder 7d7d0c9, that seems to be where the problem starts.

yii automatically added assets and dependencies, when you use one or more extensions like ajax client side validation.

you must look into extensions you used in your application. may be there is a over looping of extensions.

try to comment out extensions one by one used in app, and observe where your app runs normally.