I moved site from online (production) to local, made with xampp 1.7.4.
Everything works fine, but I can't edit any view from views list:
/admin/build/views/list
i.e. admin/build/views/edit/myviewname
Strange thing is that all views export, clone, and views itself (in blocks, pages, etc.) works good.
Apache logs brings nothing.
I'm confused.
Only Chrome browser said something like: page temporary unavailable, 101 (net::ERR_CONNECTION_RESET)
Does anyone meet this kind of problem?
In addition: same clone of service allow me to edit views from list normally, so I'm pretty sure that there is something wrong with local server, but why everything works perfectly but admin/build/views/edit/[viewname]
Weird.
Comments
I had a similar problem where
I had a similar problem where I no longer had access to the views editing page. Turns out I had switched it off!
I use the Administration Menu module. In the menu below the 'drop' to the left of Content Management: I'd clicked on Disable developer modules. When I clicked Enable developer modules all worked properly again.