Following previous installation issue...
When clicking on Event Calendar [full calendar], I am getting the following warnings...

• Warning: Illegal string offset 'data' in template_preprocess_calendar_month() (line 38 of C:\Users\MyUserName\My Sites\www\openchurch-7.x-1.11-beta9\profiles\openchurch\modules\contrib\calendar\theme\theme.inc).
• Warning: Illegal string offset 'data' in template_preprocess_calendar_month() (line 43 of C:\Users\MyUserName\My Sites\www\openchurch-7.x-1.11-beta9\profiles\openchurch\modules\contrib\calendar\theme\theme.inc).
• Warning: Illegal string offset 'data' in template_preprocess_calendar_month() (line 38 of C:\Users\MyUserName\My Sites\www\openchurch-7.x-1.11-beta9\profiles\openchurch\modules\contrib\calendar\theme\theme.inc).
• Warning: Illegal string offset 'data' in template_preprocess_calendar_month() (line 43 of C:\Users\MyUserName\My Sites\www\openchurch-7.x-1.11-beta9\profiles\openchurch\modules\contrib\calendar\theme\theme.inc).
• Warning: Illegal string offset 'data' in template_preprocess_calendar_month() (line 38 of C:\Users\MyUserName\My Sites\www\openchurch-7.x-1.11-beta9\profiles\openchurch\modules\contrib\calendar\theme\theme.inc).
• Warning: Illegal string offset 'data' in template_preprocess_calendar_month() (line 43 of C:\Users\MyUserName\My Sites\www\openchurch-7.x-1.11-beta9\profiles\openchurch\modules\contrib\calendar\theme\theme.inc).
• Warning: Illegal string offset 'data' in template_preprocess_calendar_month() (line 38 of C:\Users\MyUserName\My Sites\www\openchurch-7.x-1.11-beta9\profiles\openchurch\modules\contrib\calendar\theme\theme.inc).
• Warning: Illegal string offset 'data' in template_preprocess_calendar_month() (line 43 of C:\Users\MyUserName\My Sites\www\openchurch-7.x-1.11-beta9\profiles\openchurch\modules\contrib\calendar\theme\theme.inc).
• Warning: Illegal string offset 'data' in template_preprocess_calendar_month() (line 38 of C:\Users\MyUserName\My Sites\www\openchurch-7.x-1.11-beta9\profiles\openchurch\modules\contrib\calendar\theme\theme.inc).
• Warning: Illegal string offset 'data' in template_preprocess_calendar_month() (line 43 of C:\Users\MyUserName\My Sites\www\openchurch-7.x-1.11-beta9\profiles\openchurch\modules\contrib\calendar\theme\theme.inc)

Any idea on how to resolve this?

Comments

drupalninja99’s picture

Status: Active » Closed (works as designed)

Please use php 5.3. Drupal 7 is not fully 5.4 compatible. There are too many contrib modules that need to be patched for me to support php 5.4.

davidteall’s picture

I have the same problem. Rolling back to a previous version of PHP is not an option - I get what my web host provides.

The good news is that Calendar still works - it just looks unprofessional having the page preceded by line after line of error messages in bright red.

Boobaa’s picture