Tried 7.x and 7.x dev versions of Date iCal and Calendar. Tried creating displays and views manually as well as via the "Date Wizard". When my calendar is empty, calendar.ics can be downloaded. As soon as an event is added it no longer works.

In structure> views a pop-up with this error text is displayed for the iCal display (only after adding an event):

An AJAX HTTP error occurred:
HTTP Result code: 500
Debugging information follows.
Path /admin/structure/views/view/pack_calendar/preview/calfeed/ajax
Status Text: Internal Server Error
Response Text: The page is temporarily unavailable

Ditto when accessing the feed link via: http://pack172.org/cal/month

When the calendar has no events it works as expected.

Drupal: 7.12
Web server is nginx

CommentFileSizeAuthor
view_export.txt22.63 KBdfelicia

Comments

dfelicia’s picture

Status: Active » Closed (works as designed)

Bah. I was missing the Entity API module. Works fine, now.

agerson’s picture

Version: 7.x-1.x-dev » 7.x-1.1
Status: Closed (works as designed) » Active

I have entity installed and I get An AJAX HTTP error occurred.
HTTP Result Code: 500
Debugging information follows.
Path: /sports/?q=admin/structure/views/view/game_event_list/preview/feed_1/ajax
StatusText: Internal Server Error
ResponseText:

agerson’s picture

Version: 7.x-1.1 » 7.x-1.x-dev
coredumperror’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev
Category: support » bug
Status: Active » Postponed (maintainer needs more info)

Hmmm, I've never seen this error, and I can't reproduce it. Could you please update to the 7.x-2.x-dev build to see if you still get the error?

coredumperror’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

I'm closing this issue as part of some spring cleaning. If this has not, in fact, been solved, please re-open the issue with an explanation.

aitala’s picture

Component: Code » iCal Import
Issue summary: View changes

HI,

I am now getting this as well with the dev version... it happens both from the feed URL and within Views.

I'm thinking its a PHP8 issue as I've just updated to that from 7.4

An AJAX HTTP error occurred.
HTTP Result Code: 500
Debugging information follows.
Path: /admin/structure/views/view/event_ical_feed/preview/feed_2/ajax
StatusText: Internal Server Error
ResponseText:
aitala’s picture

I've checked - my above issue does not occur with PHP 7.4 only 8.1

FIX - Make sure iCalcreator is at the latest version.

Eric