Posted by rachelr on January 8, 2013 at 2:10am
1 follower
| Project: | Calendar |
| Version: | 7.x-3.4 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I had to add this:
if(!class_exists('views_handler_argument_formula')) require '/var/www/BR/drupal.dev/sites/all/modules/views/handlers/views_handler_argument_formula.inc';
to handlers/views_handler_argument_date.inc because I kept getting this error on any /calendar/month/ page:
Fatal error: Class 'views_handler_argument_formula' not found in views_handler_argument_date.inc on line 26
I would rather not leave this code on the page if you have any suggestions.
- Thanks