daniele bonini <[email protected]> writes: > obviously you can set: > > > ini_set('display_errors', '1'); > ini_set(’display_startup_errors’, '1'); > ini_set('error_reporting’, ‘E_ALL’); > > > on the top of the index.php, just after <?php ...
Thanks to everyone for your help. It turns out that I missed a step when I upgraded to OpenBSD 7.3. I tried to skip the major upgrade from PostgreSQL 14 to 15. If the php-pdo_pgsql-8.1.17, and php-pgsql-8.1.17 packages threw errors, I must have missed them during the "pkg_add -u" command as part of the OpenBSD 7.3 upgrade. I've upgraded to postgresql-server-15.2p0, postgresql-client-15.2, as well as php-8.1.18 and friends. I'm back in business now. There might have been some other way to fix things, but this is the way I found.

