By stefangeorg on
I'm working with translating nodes, and finally got it to work, but one of the unintended side effects is that as soon as I started translating just one node, my views stopped working. I've gone through the steps twice and reverted to database dumps and tried again. Both times the views stopped working and no amount of clearing the cache or tweaking the views seems to work.
in the views editing page it seems to work and shows the appropriate items, but not on the live page. Any insights about this or what information wuold I need to post to get some debugging help?
Comments
Just enabling Locale breaks views
On further review, if I just take the live database dump and import it, then turn on locale, there is major site breakage in that none of the pages relying on views work anymore and none of the blocks works. Turning it off doesn't seem to solve anything, and i can start from the "beginning" and re-import the database dump. Very strange behaviour for locale module
Turns out it was my fauly :)
if anyone stumbles across this in the future, its probably PEBKAC.
I had created a blank views-view.tpl.php file for debugging purposes and left it there and had forgotten about it. Probably when I enabled the locale module the cache expired and now an empty file was being used for the views. thus no views. I figured it out when I turned on another template and all the views worked again.
So in the future, try another default template if things aren't working right when they should be!