Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jegar

    (@jegar)

    I can’t do this. So I will move the information further and answer later. Thank you

    Thread Starter jegar

    (@jegar)

    Unfortunately, no. I’m attaching the whole error from the test site

    Fatal error: Uncaught OutOfBoundsException: Package "sentry/sentry" is not installed in /data/web/virtuals/231615/virtual/www/domains/test.liskajiri.cz/wp-content/plugins/popup-notices-for-woocommerce/vendor/composer/InstalledVersions.php:188 Stack trace: #0 /data/web/virtuals/231615/virtual/www/domains/test.liskajiri.cz/wp-content/plugins/woocommerce-extension-master/vendor/composer/package-versions-deprecated/src/PackageVersions/Versions.php(99): Composer\InstalledVersions::getPrettyVersion('sentry/sentry') #1 /data/web/virtuals/231615/virtual/www/domains/test.liskajiri.cz/wp-content/plugins/woocommerce-extension-master/vendor/jean85/pretty-package-versions/src/PrettyVersions.php(13): PackageVersions\Versions::getVersion('sentry/sentry') #2 /data/web/virtuals/231615/virtual/www/domains/test.liskajiri.cz/wp-content/plugins/woocommerce-extension-master/vendor/sentry/sentry/src/ClientBuilder.php(79): Jean85\PrettyVersions::getVersion('sentry/sentry') #3 /data/web/virtuals/231615/virtual/www/domains/test.liskajiri.cz/wp-con in /data/web/virtuals/231615/virtual/www/domains/test.liskajiri.cz/wp-content/plugins/popup-notices-for-woocommerce/vendor/composer/InstalledVersions.php on line 188

    Thread Starter jegar

    (@jegar)

    @karzin

    Thank you for answer.
    Unfortunately, the plugin that causes the conflict is not public, so I’m adding composer.json, hopefully that will be enough.

    {
      "name": "jagu/dotypos",
      "type": "wordpress-plugin",
      "authors": [
        {
          "name": "Filip Glazar",
          "email": "[email protected]"
        }
      ],
      "autoload": {
        "psr-4": {
          "App\\": "src/"
        }
      },
      "require": {
        "composer/installers": "^1.9.0",
        "sentry/sdk": "^3.1"
      }
    }
Viewing 3 replies - 1 through 3 (of 3 total)