There is something wrong there. In that last set of images there is no max timestamp. I think this is related to another issue I found. Sometimes the orm config is not loaded and so the max timestamp value becomes null and causes odd behavour. The temp fix would be to try adding \Config::load('orm', true); to a bootstrap somewhere.