Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter bennyrichter

    (@bennyrichter)

    @torbenmogensenco: Thanks for your answer!

    Our hoster (wordpress.com) does not allow us to perform the recommended changes ourselves. After I wrote to the support, I received the following answer:

    • After further investigation we have determined this issue will need to be resolved by the WooCommerce License Keys team. On WordPress.com the core WordPress files are shared across all sites and are there for not writeable or able to be modified. Generally this can be fixed by replacing references like the following:

      $dir = ABSPATH . $dirname;
      with

      $dir = $_SERVER[‘DOCUMENT_ROOT’] . “/” . $dirname;

      Please pass this on to the plugin team and let us know if they have any further questions we can help with!

Viewing 1 replies (of 1 total)