mirasvit / module-profiler

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

Not able to install the module #32

Open apedicdev opened 6 years ago

apedicdev commented 6 years ago

I'm trying to install on a M2.2.2 EE customised version. After running composer require the magento cli command stops working and whatever command I try I can only see a phpinfo() interrupted output

$_SERVER['DOCUMENT_ROOT'] => 
$_SERVER['REQUEST_TIME_FLOAT'] => 1515767401.4869
$_SERVER['REQUEST_TIME'] => 1515767401
$_SERVER['argv'] => Array
(
    [0] => bin/magento
    [1] => module:enable
    [2] => Mirasvit_Profiler
)

$_SERVER['argc'] => 3
$_SERVER['MAGE_PROFILER_STAT'] =>  

Any idea what can be the problem? thanks