I am trying to upgrade from the 8 series to the 9 series. My site uses the Genesis theme which I see is version 9 compatible. However when I run the site I get this error:
Error
Call to undefined method Doctrine\DBAL\ForwardCompatibility\Result::fetchRow()
from this file.
/packages/c5box_genesis/blocks/form/templates/c5box_newsletterform/view.php
I am running PHP 8.2
I then reviewed the code and made some updates to be more compatible with PHP 8.2 but then it had trouble finding the “minisurvey” class.
I then tried loaded that directly but then I still had more errors.
I’ve tried to reach out C5Box, but messages through concrete go unanswered (been several weeks). I’m willing to pay for some assistance to resolve this so I can get the site live with the latest version and PHP8.2.
When I switch to another theme, the site does load and I can access the dashboard even with the current theme, so the upgrade did go okay.
Ideas?