Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • @rajgorjaydeep came to the same conclusion. Seems to be some kind of refactoring bug.

    To find it faster: function is located in file wp-content/plugins/woocommerce-legacy-rest-api/includes/class-wc-legacy-rest-api-plugin.php on row 102

    Problem is a bug in the class-wc-legacy-rest-api-plugin.php, row 102:

    private function hpos_is_enabled() has to be a private static function hpos_is_enabled()

    File is located in wp-content/plugins/woocommerce-legacy-rest-api/includes/class-wc-legacy-rest-api-plugin.php

    Another way to get the website online is to remove the plugin temporary via FTP / SFTP / SSH, reload the page and copy it back into the plugin folder. WordPress will automatically disable the plugin. But that is not the best solution in case the API is still in use and may break things that depend on it.

    • This reply was modified 6 months, 1 week ago by mfeilen.
Viewing 2 replies - 1 through 2 (of 2 total)