jegar
Forum Replies Created
-
Forum: Plugins
In reply to: [Popups for WooCommerce: Add to Cart, Checkout & More] Conflict ComposerI can’t do this. So I will move the information further and answer later. Thank you
Forum: Plugins
In reply to: [Popups for WooCommerce: Add to Cart, Checkout & More] Conflict ComposerUnfortunately, 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 188Forum: Plugins
In reply to: [Popups for WooCommerce: Add to Cart, Checkout & More] Conflict ComposerThank 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" } }