After installing and trying to enable mirasvit profile, I initially got an error that it couldn't find symfony/yaml, so I ran
composer require symfony/yaml
After installing yaml I was able to enable the profile.
However now I'm getting the following error. I've tried increasing memory etc. but nothing seems to be working.
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 16384 bytes) in /www/website/vendor/symfony/yaml/Parser.php on line 508
After installing and trying to enable mirasvit profile, I initially got an error that it couldn't find symfony/yaml, so I ran
composer require symfony/yaml
After installing yaml I was able to enable the profile.
However now I'm getting the following error. I've tried increasing memory etc. but nothing seems to be working.
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 16384 bytes) in /www/website/vendor/symfony/yaml/Parser.php on line 508
Any idea how to resolve this error?
Running Magento 2.2