Reputation: 1881
Ok I have a problem with my cache, and just can't figure it out D:
Every time I try to reload the page (To get cache), I get this error: Application Cache Error event: Failed to commit new cache to storage
?
Someone who know why this doesn't work?
Links (In case you want to see yourself):
AddType text/cache-manifest cache
Upvotes: 0
Views: 230
Reputation: 16825
Some files in you cache-manifest don't exist (404).
According to the spec. if not all files can be retrieved the new cache will not be used/committed.
Upvotes: 2
Reputation: 20377
It seems you are using Chrome. Your application cache might be broken. Try clearing it but entering the following to address bar:
chrome://appcache-internals/
Upvotes: 1