• 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 10 months, 4 weeks ago by leedxw.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

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