Edward Simpson
Edward Simpson
I am also having this issue, I am joining multiple tables, the `sales_flat_order` table is being aliased as `SFO`, and `SFO.created_at` is being aliased as `purchased_on`, but the date (or...
Hi @sreichel, Thanks! Query below: ``` SELECT SFO.increment_id, SFO.facebook_order_id, CS.name as purchased_from, SFO.created_at as purchased_on, SFO.customer_email, REPLACE(CONCAT_WS(' ', billing.prefix, billing.firstname, billing.middlename, billing.lastname), ' ', ' ') as bill_to_name, REPLACE(CONCAT_WS(' ',...
Hi @gunjanbgpl Could you let us know which version of Magento you are working with?
Hey @Galillei, Did you get to the bottom of this? Not sure we're seeing this exact issue but we are seeing strange behaviour on 2.3.4 where a js module just...
Also is locked to specific magento/framework, magento/module-backend, magento/module-config, magento/module-cms versions
Occurs because [`\Magento\Sales\Model\Order::addStatusHistory`](https://github.com/magento/magento2/blob/192b28038dac2e993c65b49fb8b5af10cb520945/app/code/Magento/Sales/Model/Order.php#L1740) used in API call does not check if provided $history param has status set before using it: $this->setStatus($history->getStatus()); I would create a PR to fix this but...
@PascalBrouwers we flush the web opcache using scripts provided by our (magento specialist) hosting, cli opcache clears after each cli command finishes running, so flushing it manually isn't ever necessary
@PascalBrouwers interesting suggestion, how do you go about doing this? Doesn't look like there's a documented way of changing the id_prefix by CLI, unless you set it up as an...
@PascalBrouwers interesting thanks, could changing the cache key stop old entries from being flushed + cause Redis (or whatever caching system is being used) to fill up?
Yup [#26 (comment)](https://github.com/browserslist/browserslist-ga/issues/26#issuecomment-568583144) doesn't work anymore, I get an invalid request with a correct and working client ID Error 400: invalid_request