Hello,
Try this via phpMyAdmin … it works for me :
select * from oc_jobs where reserved_at <>0;
update wrong records:
UPDATE oc_jobs SET reserved_at=0;
quit;
This fix is from:
vlaaD;
Hello,
Try this via phpMyAdmin … it works for me :
select * from oc_jobs where reserved_at <>0;
update wrong records:
UPDATE oc_jobs SET reserved_at=0;
quit;
This fix is from:
vlaaD;