Sub-Total €0.00
|
||
1213 - Deadlock found when trying to get lock; try restarting transaction update specials set status=1, date_status_change=now() where specials_disabled=0 and status=0 and (specials_enabled=1 or now() >= start_date or start_date is null or start_date='0000-00-00 00:00:00') and (specials_enabled=1 or expires_date is null or expires_date='0000-00-00 00:00:00' or now() < expires_date) Filename: lib/common/helpers/Specials.php Line: 254 |