Views 'Group-By' incompatible with current Date 2 module
| Project: | Views 'Group-By' Pack |
| Version: | 5.x-1.3 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | needs work |
I'm unable to get a view using the current recommended Date 5.x-2.3. The errors I receive are below.
I suspect the solution will involve code similar to this Timeline patch:
http://drupal.org/node/280038#comment-1066505
warning: include_once(sites/all/modules/date/date.inc) [function.include-once]: failed to open stream: No such file or directory in /home/drupalviews/public_html/sites/all/modules/views_groupby_pack/monthgroup.inc on line 33.
warning: include_once() [function.include]: Failed opening 'sites/all/modules/date/date.inc' for inclusion (include_path='.:/usr/share/php5:/usr/share/php5/PEAR') in /home/drupalviews/public_html/sites/all/modules/views_groupby_pack/monthgroup.inc on line 33.

#1
I'm getting this error, too. Any chance of a patch some time soon?
#2
Has there been any work on this issue? Is this module still being maintained?
#3
Anyone maintaining this module?
Date 5.x-1.8 is no longer supported, so the Update module keeps complaining about 'unsupported releases'. I'd like to stay up to date for the security benefits, but I can't see how when required modules aren't compatible. I know that I can override the update warning and keep using the old version.
Does anyone have any suggestions on how to get the monthly grouping to work with date 5.2-x
#4
I've attached a patch that allows this module to work with Date 5.x-2. However, this patch likely needs more work to be complete. If I get some time soon, I'll try to improve this. Please test it out and post any issues,