There's an typo in hook_menu which results in errors when clearing the cache with drush.
You're using drupal_get_path('module', 'infinite_scroll'); instead of gd_infinite_scroll.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | typo_in_hook_menu_which-2705303-2.patch | 575 bytes | oostie |
Comments
Comment #2
oostieAttached a patch which fixes this issue.
Comment #3
oostieComment #4
albertski commentedI started seeing errors with this when upgrading to Drupal 7.50.
Reviewed and applied the patch. Looks good.
Comment #5
castor-designs commentedI am trying to apply that patch but am unable to find out how to properly do it.
Tried to use cmd in the folder module but did not work. Thank you for any help.
Comment #6
ptt-homme commentedHey, works just fine, could you please merge it ASAP?
Thanks.
Comment #7
botrisMoving to major as error fires on almost all drush commands, confirming patch works
Comment #8
estoyausenteSame here, please patch! the patch works correctly.
Comment #9
rekaeps commentedJust patched our website. Can confirm it works.
Comment #11
delta commentedThanks everyone, found some time to push a new release with that fix.