• After running into the bugs mentioned on version 1.6.2 I upgraded to 1.6.4 after being forced to upgrade to WP 3.0.1 (which I was not happy to do)

    In either case, now I am getting this error:

    Fatal error: Using $this when not in object context in /var/www/vhosts/anotherwhitedash.com/httpdocs/wp-content/plugins/the-events-calendar/the-events-calendar.class.php on line 472

    Fixing it SEEMS to be as easy as editing this line of code to remove the use of $this:

    load_plugin_textdomain( $this->pluginDomain, false, basename(dirname(__FILE__)) . '/lang/');

    Um. Not sure what’s going on here, but I’m not too thrilled to have updated to WP 3.0.1 in order to get what should be a corrected version of this plugin. I don’t know what kind of headaches WP 3.0.1 will cause my site and my other plugins and/or my theme.

    Any ideas?

  • The topic ‘[Plugin: The Events Calendar] Fatal error: Using $this when not in object context’ is closed to new replies.