• Hi

    I got an “unterminated string literal” error message at the following part:

    56 jQuery(document).ready(function() {
    57 jQuery("a.ics-nav-button").click(function() {
    58 jQuery.get("

    in the cal-functions.php file’s line 21
    jQuery.get("' . ICSCALENDAR_URLPATH . 'ajax-load.php?showMonth="+jQuery(this).attr("month")+"'.$urlString.'", function(data) {

    and none of the next/previous month buttons works
    any idea, what’s wrong?

Viewing 3 replies - 16 through 18 (of 18 total)
  • bah.. spoke too soon. previous/next does indeed change months, but no events appear. I’m using WP 2.7-RC1

    @givenatelove
    Try using the new version (v1.2.4). This should fix your problem as it bypasses using so many $_GET variables. It keeps all the information internal which also helps to hide your ICS file URL as well as other settings.

    Give it a try and let me know what happens.

    ooooooookay, i’ve tried all the possibilities. I’m using the newest version w/ 2.7.1 – any clue on getting this fixed?

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘[Plugin: ICS Calendar] unterminated string literal’ is closed to new replies.