Error page in combination with multisite setup

I have a Kirby Multisite installation. Everything is configured like described on: https://getkirby.com/docs/cookbook/setup/multisite. Except for the error pages everything runs smoothly so far. For each URL that does not exist, I see the debug page with message “PDOException: could not find driver” and not my 404 page.

Are there known issues about error pages in combination with multisites?

Looks like you are using a database also. The error message claims that php could not find a driver for a data object, i.e. a database.

I don’t use a database. At least I haven’t configured one.

The Kirby debug page or a general debug page?

It is the Kirby debug page. Activated in config via:

return [
    'debug' => true
];

Do you only get that error with your multisite or with any Kirby installation? Sounds as if your php.ini tries to load a database extension that is not installed.

I found the error. It was a not yet configured plugin (retour). Thank you for your help anyway. Topic can be closed :slight_smile: