Hello,
I'm running Drupal 6.14 and views 6.x-2.8 and I cannot save any views. I can open the Views administration page, create a view, and then click "save", but when I go to the list of Views, the view that I just "saved" does not show up and all my work is erased.
The views module is the only module running in my installation, as I've tried to weed out a conflict from another, so apparently, there is no conflict with other modules. I have no errors in my php error logs or my apache error logs. I upgraded to Drupal 6.15 and that didn't help.
What is even more weird is that on my local test machine it works fine. When I upload to my hosting provider (Godaddy, using Linux and apache) this exact same setup doesn't work.
Any thoughts as to why this is happening and how to fix it?
Thanks,
Blue
PS another bug was submitted about a year ago, but the issue was closed with no resolution. Hopefully this is happening to someone else who has been able to fix it.
Comments
Comment #1
Stomper commentedNo solution but I am having the same issues also. I am running 6.14 too but Views 6x 2.7. Have yet to upgrade to 6.15.
I created a view shell saved it, and changes were reflected in related page. Logged out, logged back in, made a series of changes. Saved the view, went to list, view was still there. Clicked "Edit" to see if changes remained, they did but the changes were not being reflected in related page.
Is it a cache issue? Views cache? How do I clear cache?
Anyways, logged out thinking that would clear cache. Logged back in, checked Views, view still was listed but all of the latest changes were gone.
@blue, I also had previous issues of creating views, saving it, but have them not show up on the Views list. It's very picky, sometimes it will let be create/save/and work otherwise no success.
Have you had any recent luck?
Thanks
Comment #2
josh waihi commented@blue, your issue sound related to your hosting environment, Drupal (especially with views) is a high memory user, when php segfaults or runs out of memory, often no message will display - especially in a production environment where error diplaying is turned off. I'd suggest replicating the production environment in you dev or local environment.
I too am having problem where I've recently upgraded to 2.8 and am getting the following error when I try to save an existing view:
It is failing at this function:
$form_state['view']is loaded when the form is build but when the form is submitted, the form is not rebuilt, it is pulled from the cache. The issue here maybe that the view because it is an object is not being stored correctly. I'm not sure, but I dumped the value of $form_state['value'] and it was null.As this is breaking functionality, I'm bumping this issue up to critical.
Comment #3
josh waihi commentedturns out my issue was with the form module. I disabled it and every worked fine.
Comment #4
Stomper commentedYeah, my solution was a simple solution. Basically I was not reading the warning prompts. I was excluding all fields from displaying. This is impossible and not permitted, thus I could not save the view.
As long as at least one of my fields was no excluded from the display, the view would save.
All's well.
Comment #5
dawehnerI guess the problem was form module.
Comment #7
adanelova commentedI have the exact problem as #2. But I cannot disable Form module ... you mean webform right? I have only webform module, no form module.... I'm using the module on web.
Did it worked for you when disabling and than enabling again?
I'M IN HELL! ICANNOT SAVE ANYTHING, I cannot continue my work!
Thanks guys
Comment #8
adanelova commentedComment #9
dawehner#7
No we mean the the form module http://drupal.org/project/form
This error here is on thousands issues already. As you can read on http://drupal.org/node/571990