• Resolved leedxw

    (@leedxw)


    The plugin cannot be activated since the hook calls a method that doesn’t exist in 8.5.36

    PHP Fatal error: Uncaught Error: Call to undefined method MapSVG\Router::addMapsvgEndpoint() in /var/www/html/wp-content/plugins/mapsvg-lite-interactive-vector-maps/mapsvg.php:137

    register_activation_hook(__FILE__, function () {
    Router::addMapsvgEndpoint();
    });
    register_deactivation_hook(__FILE__, function () {
    Router::removeMapsvgEndpoint();
    });
    • This topic was modified 1 year ago by leedxw.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author RomanCode

    (@oyatek)

    Thanks for letting us know, we will release a fixed version 8.5.37 today.

    Plugin Author RomanCode

    (@oyatek)

    Done, please update to 8.5.37

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

The topic ‘Plugin cannot be activated’ is closed to new replies.