Here are the error message I get that I can't seem to get rid off. Thanks for you help.

Notice: Undefined property: stdClass::$display_timezone_name in calendar_plugin_row->render() (line 363 of /home/sitestag/public_html/mcgrath/sites/all/modules/calendar/includes/calendar_plugin_row.inc).
Notice: Undefined property: stdClass::$display_timezone_name in calendar_plugin_row->render() (line 364 of /home/sitestag/public_html/mcgrath/sites/all/modules/calendar/includes/calendar_plugin_row.inc).
Notice: Undefined property: stdClass::$min_zone_string in calendar_plugin_row->explode_values() (line 452 of /home/sitestag/public_html/mcgrath/sites/all/modules/calendar/includes/calendar_plugin_row.inc).
Notice: Undefined property: stdClass::$max_zone_string in calendar_plugin_row->explode_values() (line 453 of /home/sitestag/public_html/mcgrath/sites/all/modules/calendar/includes/calendar_plugin_row.inc).
Notice: Undefined property: stdClass::$display_timezone in calendar_plugin_row->explode_values() (line 454 of /home/sitestag/public_html/mcgrath/sites/all/modules/calendar/includes/calendar_plugin_row.inc).
Notice: Undefined property: stdClass::$display_timezone_name in calendar_plugin_row->explode_values() (line 455 of /home/sitestag/public_html/mcgrath/sites/all/modules/calendar/includes/calendar_plugin_row.inc).

Comments

KarenS’s picture

Status: Active » Closed (cannot reproduce)

Start by using the latest code. Line 363 in the latest code is a blank line, and there is no reference anywhere around that line to anything to do with the timezone, so it couldn't produce these errors. If you have a problem in the latest code (meaning latest dev versions of both Date and Calendar) you need to provide steps to reproduce, not just an error message.

trevorkjorlien’s picture

OK, I can replicate this. I'm using the latest non-dev version (7.x-3.4). I've created a new view from a template: A calendar view of the 'field_date' field in the 'node' base table.

I've gone to my Day and changed the Format from Calendar to Unformatted List. I've chosen my Title to be the grouping field. After saving, I can click on a link in my Calendar Block which takes me to the day view. I'm getting the same error:

Notice: Undefined property: stdClass::$display_timezone_name in calendar_plugin_row->render() (line 429 of /home/solaralb/public_html/sites/all/modules/calendar/includes/calendar_plugin_row.inc).
Notice: Undefined property: stdClass::$display_timezone_name in calendar_plugin_row->render() (line 430 of /home/solaralb/public_html/sites/all/modules/calendar/includes/calendar_plugin_row.inc).
Notice: Undefined property: stdClass::$min_zone_string in calendar_plugin_row->explode_values() (line 529 of /home/solaralb/public_html/sites/all/modules/calendar/includes/calendar_plugin_row.inc).
Notice: Undefined property: stdClass::$max_zone_string in calendar_plugin_row->explode_values() (line 530 of /home/solaralb/public_html/sites/all/modules/calendar/includes/calendar_plugin_row.inc).
Notice: Undefined property: stdClass::$display_timezone in calendar_plugin_row->explode_values() (line 531 of /home/solaralb/public_html/sites/all/modules/calendar/includes/calendar_plugin_row.inc).
Notice: Undefined property: stdClass::$display_timezone_name in calendar_plugin_row->explode_values() (line 532 of /home/solaralb/public_html/sites/all/modules/calendar/includes/calendar_plugin_row.inc)

Now, if I go back and switch my Day View to Calendar, the errors disappear. I've gone back and forth a few times between Formats, and it's reproducible each time.

trevorkjorlien’s picture

Err, I think I found a solution, at least in my case. So, everything is the same as above. However, I think the problem can be solved by clicking the "Show" link under "Format". I had it set to 'Calendar Entities'. I forgot to mention that when I also had it set to this, the fields I added to the View did not appear: it simply showed 'Array', unless I had a specific field used as a Grouping Field in my Format settings.

So, in 'Show' I changed it from 'Calendar Entities' to 'Fields'. That immediately removed the errors from above, and also removed the 'Array' problem I was having before.

joco_sp’s picture

What was suggested in comment #3 worked for me :)

shanky.lanky’s picture

It works for me too ..
Thank You

shanky.lanky’s picture

It works for me too ..
Thank You