Pieter Hoste

Results 351 comments of Pieter Hoste

This might be fixed under [ACP2E-1287: log exception to exception.log](https://github.com/magento/magento2/search?q=ACP2E-1287&type=commits) (untested), unfortunately no clean merge commit, so you'll probably want to add those 4 separate commits together in a patch.

Closed without an explanation telling why? Possibly fixed by [AC-7469: Add support for MySQL8.0.29 and higher](https://github.com/magento/magento2/commit/2ae2a8fe580e6e439384c84933ce73914ac7277a) ?

Awesome, really good news, thanks @wyomind! (just informational, since it wasn't mentioned yet in this thread: someone started working on adding this functionality to the core of Magento2, but it...

I just noticed Magento 2.2.2 now comes with something like this built-in, although it's a very stripped down version. It looks like this is part of that dotmailer module which...

@lbetineli: have you tried the `Schedule Now` option instead of the `Run Now` option? The second one will always run in the context of the webserver, which is bad for...

No it's not wrong to have long running tasks, if it is running using the cli it shouldn't time out. I'm sure your hosting company will be able to help...

This is probably due to the fact in Magento v1.9.2.2 the .htaccess file was modified to no longer allow you to call the cron.php file through a HTTP request (using...

This might not be very important, since I don't think this method is called anywhere? It was added in https://github.com/ho-nl/magento1-Ho_Import/commit/bb705804e348173e5ea1c7b0e225bf3cdd274835, but I don't see where that `templateEngine` method gets called?...

Ah cool, good to know. I'll see if I can find some time in the next few days/weeks to test this out and send a PR. Thanks for the info!