My site fails completely
Permalink
When I try to reach my site mit fails with:
"Call to a member function getSiteTree() on null"
in "/updates/concrete5-8.2.1_remote_updater/concrete/src/Entity/Site/Site.php"
And when I try to login I get:
Doctrine \ DBAL \ Exception \ InvalidFieldNameException
An exception occurred while executing 'select pp.cID, ppIsCanonical from PagePaths pp inner join Pages p on pp.cID = p.cID where cPath = ? and siteTreeID in (0)' with params ["\/login\/authenticate\/concrete"]: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'siteTreeID' in 'where clause'
in "/updates/concrete5-8.2.1_remote_updater/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php"
Any ideas what might be wrong?
"Call to a member function getSiteTree() on null"
in "/updates/concrete5-8.2.1_remote_updater/concrete/src/Entity/Site/Site.php"
And when I try to login I get:
Doctrine \ DBAL \ Exception \ InvalidFieldNameException
An exception occurred while executing 'select pp.cID, ppIsCanonical from PagePaths pp inner join Pages p on pp.cID = p.cID where cPath = ? and siteTreeID in (0)' with params ["\/login\/authenticate\/concrete"]: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'siteTreeID' in 'where clause'
in "/updates/concrete5-8.2.1_remote_updater/concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php"
Any ideas what might be wrong?