recently I had a problem with the view I create not saving after inputting all the criteria. I found out after much trial and error that it was a permissions error. It would nice to see views check its own files and folders and give an error message if certain files and folders need to be configured differently / writable.
Thanks!
Blue
Comments
Comment #1
dawehnerWhat was this for a permission problem? Could the apache user not read some files?
Comment #2
merlinofchaos commentedDrupal core doesn't do this either.
The reason is that doing so is actually rather expensive. If you do it on every page load, you are burdening your entire site to check this stuff. I realize it's a pain to run into, but it is not an expense I am willing to add to every page load.