oxid V6 MySQL transactions

2017-11-20 Thread oxid mailinglist
Hello guys, with oxid Version 6.0 the shop is using MySQL transactions. -> https://dev.mysql.com/doc/refman/5.7/en/commit.html For example this is used in OxidEsales\Eshop\Application\Model\Order::recalculateOrder (formally known as oxorder::recalculateOrder). https://github.com/OXID-eSales/o

Re-2: oxid V6 MySQL transactions

2017-11-27 Thread oxid mailinglist
html#transaction-nesting You should also not try to bypass this behavior as it will break the nested transaction handling of Doctrine. In you case I fear, there is no other way as to store your log data into a file. Best regards Robert Blank On 20.11.2017 15:13, oxid mailinglist wrote: H

Re: OXID 6 - Activating a module in multiple subshops programatically

2018-03-05 Thread oxid mailinglist
Hello Stefan, oxNew works with an caching system, so you have to reset that cache: For Example: oxUtilsObject::getInstance()->resetInstanceCache('d3_cfg_mod'); oxUtilsObject::getInstance()->resetInstanceCache(oxconfig'); best regards Kristian Hempel -- Richten Sie Fehlermeldungen und Suppo