• Resolved deekay0711

    (@deekay0711)


    I’m experiencing a weird problem.
    I have a calendar, where I need to add four ICAL Feeds. When I’m adding four feeds I’m getting the following error:

    Warning: ICS file could not be retrieved or was empty. ICS Calendar plugin requires cURL or allow_url_fopen. Please check your php.ini configuration. in /homepages/31/d688937405/htdocs/app688937480/wp-content/plugins/ics-calendar/class-r34ics.php on line 298

    If I remove one feed it works again. All feed URLs are correct. I can download the ics files manually.

    I found out, that one feed seems to be empty. Maybe this could be a problem.

    • This topic was modified 4 years, 10 months ago by deekay0711.
    • This topic was modified 4 years, 10 months ago by deekay0711.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author room34

    (@room34)

    The plugin should allow you to add as many feeds as you like (although at a certain point the display might get unwieldy).

    I would recommend setting up separate shortcodes, each with just one of the calendars, to see if there’s a particular one the plugin is having trouble accessing. You may also want to try adding debug="true" to the shortcode to activate the plugin’s debugger panel, which may provide some additional information about the problem.

    Thread Starter deekay0711

    (@deekay0711)

    Thanks for your reply. I found out, that the reason for the error was that one of the calendar feeds was empty. After the feed contained some entries, it was working.

    • This reply was modified 4 years, 10 months ago by deekay0711.
    Plugin Author room34

    (@room34)

    Marked as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error when adding a fourth feeed’ is closed to new replies.