I tried to add date iCal feed in my view, but after entering the path ajax crashed with this mesage:
Error AJAX HTTP.
Path: /admin/structure/views/view/ical/preview/feed_1/ajax
Status text: parsererror
ResponseText:
Fatal error: Call to undefined function entity_view() in /data/g/e/community/mysite.sk/web/sites/all/modules/date_ical/date_ical_plugin_row_ical_feed.inc on line 175
For more details see attachment please.
thanx
Comments
Comment #1
stevectorThat function is in entity module: http://drupal.org/project/entity
The dependency was recently added:
http://drupalcode.org/project/date_ical.git/commitdiff/df2ed98?hp=5093d3...
Comment #2
wochter commentedThanx,
I instaled entity api module, but other problem is here:
Error AJAX HTTP.
HTTP Result Code: 200
Path: /admin/structure/views/view/calendar_view/preview/feed_1/ajax
Stavový text: parsererror
ResponseText:
Fatal error: Cannot access empty property in /data/g/e/community_1/mysite.xx/web/sites/all/modules/date_ical/date_ical_plugin_row_ical_feed.inc on line 124
Comment #3
mrP commentedI had the same problem and installing entity worked for me.
Confirmed fixed with:
1. Views 7.x-3.3
2. Date 7.x-2.2
3. Calendar 7.x-3.0
4. Date_iCal 7.x-1.0
5. Entity 7.x-1.0-rc1
Comment #4
wochter commentedThank you,
it seems that I have to make fresh installation.
Comment #4.0
wochter commentedSome strings was changed for security reasons.