• Hatte gerade Basic Google Maps Placemarks aktualisiert und erhielt den folgenden Error, der mich nicht mehr ins Dashboard oder sonstwohin ließ:

    Fatal error: Call to a member function get() on a non-object in /www/htdocs/xyz/wp-includes/query.php on line 27

    Habe das Plugin also auf dem Server umbenannt, wodurch es inaktiv wurde, aber wie geht’s jetzt weiter bzw. was hätte ich in der query.php anpassen müssen?

    http://wordpress.org/extend/plugins/basic-google-maps-placemarks/

Viewing 1 replies (of 1 total)
  • What version were you running before you upgraded to 1.6? Do you have WP Super Cache or W3 Total Cache installed?

    Can you try installing 1.6 again and seeing if it you still get the error?

    If you do, try editing the core.php file in the plugin directory. Line 45 says,

    add_action( 'plugins_loaded', array( $this, 'upgrade' ) );

    Change it to say,

    add_action( 'wp_loaded', array( $this, 'upgrade' ) );

    Then try to activate the plugin again.

    If that doesn’t work, trying upgrading to WordPress 3.3. The official release should come out today or in the next few days, but you could also download RC3 at http://wordpress.org/news/2011/12/wordpress-3-3-rc3/.

    If none of that works, you could downgrade to version 1.5.1.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Basic Google Maps Placemarks] Fatal error: Call to a member function get() on a non-object’ is closed to new replies.