Hi,

By mistake I deleted a store, but it didn't deleted the abandoned cart, so when the "orderRefresh" was executed I got the error of unable to find the timeZone() because the store was remove, so I only added a quick check on the orderRefresh to check that we have a store before doing the calculation, see attached patch.

Thanks

CommentFileSizeAuthor
orderRefresh.patch654 bytessir_squall
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sir_squall created an issue. See original summary.

sir_squall’s picture

Issue summary: View changes
jsacksick’s picture

Priority: Critical » Normal

Well, if you're deleting a store that is still referenced by products or orders, I'm sure it'll break elsewhere.

sir_squall’s picture

No it didn't break elsewhere, I had only the error there, after I was able to remove the persistant carts, and everything worked well