• Resolved EvoqueMedia

    (@evoquemedia)


    I am getting the following error when I click the link to add the booked event to my calendar when receiving an email confirming the booking for an event.

    —————————————————————
    Warning: Cannot modify header information – headers already sent by (output started at /home/content/40/6147240/html/index.php:2) in /home/content/40/6147240/html/wp-content/plugins/events-manager/em-ical.php on line 55

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/40/6147240/html/index.php:2) in /home/content/40/6147240/html/wp-content/plugins/events-manager/em-ical.php on line 56
    BEGIN:VCALENDAR VERSION:2.0 PRODID:-//wp-events-plugin.com//5.55//EN BEGIN:VEVENT UID:85374691-7e6b-4d45-9d64-9014fb98624a DTSTART:20150401T150000Z DTEND:20150401T190000Z DTSTAMP:20150212T224657Z SUMMARY:Malware Mega Threats – Funky Buddha – 04/01/2015 – 3:00 pm – 7:00 pm DESCRIPTION:Malware attacks permeate the news. Mega attacks are exploiting U.S. companies and exposing their most sensitive information once thought to be completely secure. LOCATION:Funky Buddha URL:http://greysontech.com/events/malware-mega-threats-lauderdale/ END:VEVENT END:VCALENDAR

    ————————————————————

    Any ideas what this could be?

    https://ww.wp.xz.cn/plugins/events-manager/

Viewing 2 replies - 1 through 2 (of 2 total)
  • It could be caused by a gap at the top of the template at /events-manager/templates/templates/ical.php.

    If the file starts like this…

    <?php
    //define and clean up formats for display
    $summary_format = str_replace...

    try editing it so it looks like this

    <?php
    $summary_format = str_replace...
    Thread Starter EvoqueMedia

    (@evoquemedia)

    caimin_nwl,

    I am going to try this, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Help with iCal feature’ is closed to new replies.