Notice: Undefined index: validate_argument_node_access_op in views_plugin_argument_validate_node->convert_options() (line 67 of /var/www/[site]/sites/all/modules/views/modules/node/views_plugin_argument_validate_node.inc).
Notice: Undefined index: validate_argument_node_access_op in views_plugin_argument_validate_node->convert_options() (line 67 of /var/www/[site]/sites/all/modules/views/modules/node/views_plugin_argument_validate_node.inc).
| Comment | File | Size | Author |
|---|---|---|---|
| #14 | 1108040-notice-argument_convert-node.patch | 1.19 KB | christianchristensen |
| #4 | 1108040-notice-argument_convert-node.patch | 1.26 KB | dawehner |
Comments
Comment #1
dawehnerCan you export your view? It would be really helpful here to reproduce/fix the bug at the end.
Comment #2
bensnyder commentedI was getting the errors on pages where "What links here" was in a block. The node/%/backlinks pages load without a problem. I'm debugging this more as we speak.... a revert doesnt even fix this. Might be a conflicting module?
Comment #3
dawehnerUpdate status.
Comment #4
dawehnerSo here is a patch for it. Sadly i couldn't reproduce the problem with the export.
Comment #5
bensnyder commentedexcellent! commit?
Comment #6
dawehnerSo does the patch work for you?
Comment #7
bensnyder commentedI apologize for not giving this a better look earlier.
It removes the errors but I am unable to produce a block. I cleared all caches and double checked the visibility settings. No dice. I'll further test.
Comment #8
merlinofchaos commentedCan you clarify, ben? I'm not sure what to do with this right now. Should I commit the patch and mark it fixed? It doesn't sound like generating a block is necessarily related.
Comment #9
bensnyder commentedI'll do the best I can here..
I did not test re-indexing search/running cron at this point (that's probably by it wasn't working). What I did next was:
To conclude... The patch makes the errors go away but I'm still unable to get the block to appear.
Comment #10
bensnyder commentedI think this patch can be committed and this issue fixed as it solves the error. The backlinks block not displaying is another issue. Thanks Merlin for your time!
Comment #11
bensnyder commentedI created #1127446: Backlinks view does not display "What links here" block on node view to address the backlinks block issue.
Comment #12
dawehnerThis seems to be commited already in the meantime.
Comment #14
christianchristensen commentedRe-rolled this against 6.x-3.x as was getting the same PHP Notice...
Comment #15
Adam S commentedI got this error using Drupal 7 after I enabled the core taxonomy View and looked at the arguments at:
admin/structure/views/nojs/config-item/taxonomy_term/page/argument/term_node_tid_depthComment #16
dawehnerThanks for rerolling the patch! Commited to 6.x-3.x