I deleted the first default post and got the same error. Since there is nothing in the database, the select probably returns an empty list, which php interperets as false, and so the foreach fails. That’s just my guess, and it is a little different from the search thing.