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

pobster’s picture

Errors 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

Morn’s picture

Same 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)

sstern-at-ccim’s picture

me, too. Posting to add to "My issues".

jrock’s picture

Anyone ever get this fixed? Mine was working fine in D6 before I did the suggested update, now I'm getting these same errors.

emptyvoid’s picture

My solution was to add an empty file named "event-node-month.tpl.php" to the proper directory for the module. The error when away.

mo_root’s picture

Emergency evacuation

event.module
line 53 ,54

'template' => 'event-node-month',
'arguments' => array('node' => NULL)

change to
'arguments' => array('node')

kmonty’s picture

Any 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)

swimswimswim’s picture

The solution in comment #5 worked on my site. #6 did not.
Thanks.

Morn’s picture

Status: Active » Fixed

Seems to be fixed with the march 30. version

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

metagrapher’s picture

So, 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...