I'm developing Web app in Yii framework. I need use AJAX in my some pages. So, when I clicked the button (which I loaded them with AJAX) the Google Chrome Developer Tools browser says me:
Failed to load resource: net::ERR_CACHE_MISS
And also in other browsers some pages not working properly. But only the Google Chrome Developer Tools returns me the error.
How to solve this problem?