I'm getting the following error when I try to save the Contextual Filter settings dialog window.
An AJAX HTTP error occurred.
HTTP Result Code: 200
Debugging information follows.
Path: http://localhost/drupal/?q=admin/structure/views/ajax/config-item/view_expiring/page/argument/date_argument
StatusText: OK
ResponseText: Notice: Undefined index: summary in options_validate() (line 402 of C:\wamp\www\drupal\sites\all\modules\views\handlers\views_handler_argument.inc). =>
*/
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | views_data_export-1281306-7.patch | 859 bytes | tim.plunkett |
Comments
Comment #1
chalee commentedNow 'm getting the following error after upgrading to dev version of 18 Sept
Comment #2
chalee commentedAs a quick fix I just put an:
statement around the problematic statement. I don't know the implications of that.
Comment #3
dawehnerIn general it helps to understand bugs you have not just avoiding them.
Did you already found out which plugin does not exist?
Comment #4
chalee commentedMy investigation shows that the plugin causing the error is for the views_data_export module. Below is $plugin variable I printed with devel module's dsm function. As clearly seen it doesn't have the 'type' index.
Comment #5
dawehnerMove to views data export module.
So it's actually a bug and the notice shouldn't have been hidden :)
Comment #6
jeseich commentedI'm getting the same error with the new update. I've tried a number of things to try and eliminate the error, unfortunately it still keeps coming up.
Comment #7
tim.plunkettThere should also be docs in Views that type is required.
Comment #8
chalee commentedThanks @tim.plunkett I've applied the patch on my installation although I was no longer seeing the views_data_export error in #1 after successive updates of the Views module. I'm currently on Views 7.x-3.x-dev (26 Nov).
I'm however now seeing the Views module error in my original post of this issue.
Perhaps I should move the issue back to Views modules since the error doesn't seem to be dependent on views_data_export module.
Comment #9
steven jones commentedI have applied @tim.plunkett's patch from comment 7 and pushed that into the dev branch of VDE.
@chalee do you still get this problem? If so, I'd like to get to the bottom of it.
Comment #10
tim.plunkettmarking fixed since #7 was committed.