Like the error message says, you need to make sure that the PHP modules are installed and enabled.
As Raspberry Pi OS is based on Debian you should be able to find apt and dpkg to check installed and install additional packages:
I would never recommend to run ownCloud with sqlite, performance is just horrible. I would also strongly recommend to install redis and apcu and configure them in owncloud for memcache local and file locking.