Christian Münch
Christian Münch
Not yet. Would be a cool feature.
Possibly related to #455
@steverobbins @tkn98 We cannot instanciate any model. This could produce undefined behaviors and support tickets.
@AydinHassan `ReflectionClass::newInstanceWithoutConstructor` is available since PHP 5.4. We currently support 5.3.
Yes, but Magento should drop the support first. https://github.com/OpenMage/magento-mirror/blob/magento-1.9/index.php#L27
@juhanihaapala Thanks. I will try to verify that the next days.
@juhanihaapala I installed your module in a Magento 2.3.0. I got "Area Code not set" exception. This problem is well known. It a problem within`\Magento\Framework\Session\SidResolver::getSid`. We deployed a fix for...
@juhanihaapala We have changed a lot of stuff in the upcoming v4.0.0. Can you please update to beta version and test again? `n98-magerun2.phar self-update --unstable`
Maybe we have relation to this issue here: #667
Just tested with latest n98-magerun2 v5.1.0. In the meantime we refactored the bootstrap process. Sadly the issue is still there and does not fix it.