Closed (fixed)
Project:
Editview
Version:
5.x-0.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2008 at 04:45 UTC
Updated:
9 Feb 2009 at 23:10 UTC
I get this error each time I try to update a node. The node does update though.
This is on a fresh install of 5.7, form.inc patched (with the latest 5.6 patch), and only Views and core modules enabled.
Comments
Comment #1
bsuttis commentedTitle typo. =/
Comment #2
bsuttis commentedMust've been user error on my end, redid everything and the error is gone. My bad.
Comment #3
boinkster commentedI'm getting the same error in the same circumstance. Fresh install of 5.7, patched form.inc with 5.6 patch. Testing with only core and required modules - using Story as default for content type. Returns the error but updates the node.
Did you do anything different when you redid everything?
Comment #4
bsuttis commentedNot that I can specifically remember.
I know for a fact that if I redid it all, it meant I dropped the entire table and reinstalled drupal. Probably not the best way to go about it. I'd recommend you try to duplicate it on another install. Maybe it is an issue.
Comment #5
boinkster commentedLooking at the comments proceeding line 77 in editview.module, it seemed the missing function was related to the image uploads. I enabled the image module and the error went away. Thus, I would say that Editview (in this version) is dependent on image module.
Comment #6
boinkster commentedWhoops, spoke too soon. The image module is not related.
Still trying to figure this out. Here are some clues:
When you edit a node and hit update, it throws the error. If you then hit the back button, you can edit the same node and hit update - no error. You can then update the same node multiple times without an error. If you try to update a different node in the view the error returns.
Comment #7
btopro commentedI installed the image.module and it started working around this. Still can't get ajax working though :\
Comment #8
samyak_bhuta commentedI faced the same error for the same v5.7. As soon as I installed the Image Module the error is gone. Also, for me the ajax functionality is working ! Now looking to provide autosave/autoupdate feature. Do let me know if anybody have any idea or to refer something.
Samyak
Comment #9
agileware commentedThis is a bug in editview itself. I've fixed the problem in my development environment and I'll put up the patch as soon as possible.
Comment #10
agileware commentedThis is now included in the 5.x-1.0 release