Empty Assets folder

Hello

I have a problem with no assets present in assets folder.

Console log tells the Yii is trying to load jQuery and some css from assets folders, which are exists, but empty (Err 404).

I’ve tried changing permissions to 777 for assets folder and then for everything, but the promblem is still here.

Seems like Yii is unable to fetch or store assets files.

Any thoughts?

What’s exactly in logs? Do the files mentioned there exist?

The thing was solved with this tread: http://www.yiiframework.com/forum/index.php/topic/57512-calling-unknown-method-yiiweburlmanageraddrules/

Thnaks for your answer! :slight_smile:

(Haven’t manage to solve this at the first time, 'cause I was trying to create bower directories by myself and it only made it worse to find a solution :slight_smile: )