Fatal error: Cannot pass parameter 1 by reference in /sites/all/modules/views_maintenance/views_maintenance.views_maintenance.inc on line 140
From what I can tell views::execute_hook_menu() expects two parameters to be passed but only one empty array() is passed on.
I'm running on drupal 7.32 and php 5.3.3-7.
greets
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | views_maintenance-wsod-2368071-8.patch | 745 bytes | m.lebedev |
Comments
Comment #1
attisanComment #2
mrded commentedThat's strange, because I was expecting it to execute views_plugin_display_page::execute_hook_menu() which has just one argument.
What version of views do you use?
Comment #3
attisan7.x-3.8
Comment #4
m.lebedev commentedI have the same error
Comment #5
m.lebedev commentedErrors occur in these sections:
1) /sites/all/modules/admin_views/plugins/views_plugin_display_system.inc
function execute_hook_menu(&$callbacks) #159
2) /sites/all/modules/views/plugins/views_plugin_display_page.inc
function execute_hook_menu($callbacks) #53
Need to check a input variables of function.
Comment #6
candelas commentedSame error here. I can't use the module. Any solutions? Thanks
Comment #7
ybabel commented+1
Comment #8
m.lebedev commentedComment #9
sgdev commented@m.lebedev, thanks for adding a patch. This took care of the issue for me!
Comment #11
mrded commented@m.lebedev, thank you. Committed.
Comment #12
mrded commented