There were errors during the installation process

Some tables in the database are absent.

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'paiaki_lrv01.categories' doesn't exist (SQL: SELECT parent.id, COUNT(*) AS total FROM categories AS node, categories AS parent, posts AS tPost WHERE node.lft BETWEEN parent.lft AND parent.rgt AND node.id = tPost.category_id AND tPost.country_code = :countryCode AND (tPost.verified_email = 1 AND tPost.verified_phone = 1) AND tPost.archived != 1 AND tPost.deleted_at IS NULL GROUP BY parent.id)

1/ Remove all tables from the database (if existing)
2/ Delete the /.env file (required before re-installation)
3/ and reload this page -or- go to install URL: https://paiaki.com/install.

BE CAREFUL: If your site is already in production, you will lose all your data in both cases.