I got this error and I could not use your module:
Faltal error: Call to undefined function _image_filename() in ...../editview.module on line 77.
Until...
I had another developer look at it and he told me that it was calling for the image module. I didn't have it installed, but when I did, it worked. None of your documentation said this was a dependency.
Comments
Comment #1
xjmI am getting the same error. I don't think that the image module is a dependency for most things editview does, so it seems like it would be a good idea to check for the existence of the function or module in this bit of code here:
Comment #2
xjmThis issue is resolved in the 1.0 release.