Closed (fixed)
Project:
Event
Version:
6.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2008 at 17:05 UTC
Updated:
14 Nov 2008 at 21:46 UTC
As per title, LOADS of errors in the log asking to include the missing file 'event-node-month.tpl.php' - obviously month viewing is broken.
Pobster
Comments
Comment #1
pobster commentedErrors are;
include() [<a href='function.include'>function.include</a>]: Failed opening './sites/all/modules/event/event-node-month.tpl.php' for inclusion (include_path='.:/usr/share/php5:/usr/share/php') in /var/www/drupal/htdocs/includes/theme.inc on line 963.And;
include(./sites/all/modules/event/event-node-month.tpl.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /var/www/drupal/htdocs/includes/theme.inc on line 963.Over and over again, all through my logs...
Pobster
Comment #2
Morn commentedSame at my Site.
There is no file event-node-month.tpl.php , it is not in the newest update from the event module (nor in the older versions)
Comment #3
sstern-at-ccim commentedme, too. Posting to add to "My issues".
Comment #4
jrock commentedAnyone ever get this fixed? Mine was working fine in D6 before I did the suggested update, now I'm getting these same errors.
Comment #5
emptyvoid commentedMy solution was to add an empty file named "event-node-month.tpl.php" to the proper directory for the module. The error when away.
Comment #6
mo_root commentedEmergency evacuation
event.module
line 53 ,54
'template' => 'event-node-month',
'arguments' => array('node' => NULL)
change to
'arguments' => array('node')
Comment #7
kmontyAny progress one this would be helpful. I've noticed that the calendar doesn't seem to work in general (it appears, but the events are not overlayed on the calendar, thus rendering it sort of useless)
Comment #8
swimswimswim commentedThe solution in comment #5 worked on my site. #6 did not.
Thanks.
Comment #9
Morn commentedSeems to be fixed with the march 30. version
Comment #10
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #11
metagrapher commentedSo, um, what was the problem? What caused this? Did that ever get figured out? I am having a similar issue with the upgrade to 6.6, except to the best of my knowledge only a single view broke, inexplicably. And the path to the .tpl.php that Drupal is looking for is most certainly a valid path...