mirasvit / module-profiler

Magento 2 Profiler
https://mirasvit.com/
Open Software License 3.0
133 stars 36 forks source link

М2.2.2: extension crushes with conflict error #30

Closed vtruhmanov closed 4 years ago

vtruhmanov commented 6 years ago

Error appears on installation on M2.2.2 with docker.

DmitriiChukhnov1 commented 6 years ago

Same error on 2.2.4.

If you try to install old version of yaml (3.3.16) get error: Problem 1

twosg commented 5 years ago

magento 2.2.6

Without symfony/yaml you get:

PHP Fatal error:  Uncaught Error: Class 'Symfony\Component\Yaml\Dumper' not found in /public_html/vendor/mirasvit/module-profiler/src/Profiler/Model/Storage.php:48
Stack trace:
#0 /public_html/vendor/mirasvit/module-profiler/src/Profiler/Model/Driver/Output/Html.php(39): Mirasvit\Profiler\Model\Storage->dump()
#1 /public_html/vendor/magento/framework/Profiler/Driver/Standard.php(195): Mirasvit\Profiler\Model\Driver\Output\Html->display(Object(Magento\Framework\Profiler\Driver\Standard\Stat))
#2 [internal function]: Magento\Framework\Profiler\Driver\Standard->display()
#3 {main}
  thrown in /public_html/vendor/mirasvit/module-profiler/src/Profiler/Model/Storage.php on line 48
PHP Stack trace:
PHP   1. {main}() /public_html/bin/magento:0
PHP   2. Magento\Framework\Console\Cli->run() /public_html/bin/magento:23

If you want to install symfony/yaml:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Conclusion: remove magento/product-community-edition 2.2.6
    - Conclusion: don't install magento/product-community-edition 2.2.6
    - Conclusion: don't install symfony/yaml v3.4.17
...
ioweb-gr commented 5 years ago

Indeed I'm facing the same issue. There is no possible candidate for this to make it work in magento 2.2.6 or 2.2.7. I can't iinstall symfony/yaml either because of symfony/console restrictions or because of symfony/dependency-injection

PascalBrouwers commented 5 years ago

composer require symfony/yaml:dev-issue-8145