In preparation for an upgrade of core espo, I updated our Advanced Pack extension from 2.11.1 to 2.15.5. Update completes sucessfully, but all the reports, etc. we have set up are broken. Getting error 500 for everything. We are on espo 6.1.8.
In viewing espo logs, there are lengthy errors beginning with:
[2023-10-21 17:56:44] ERROR: Slim Application Error Type: Error Code: 0 Message: Call to undefined function Espo\ORM\QueryParams\Select() File: /var/www/html/application/Espo/Modules/Advanced/Services/Report.php Line: 5320
....
Viewing any Report and the query section is empty.
Viewing the list of flowcharts results in log error also:
ERROR: appParam manualWorkflows: Call to undefined method Espo\Core\ORM\EntityManager::getRDBRepository() [] []
Please advise, as this is a serious problem.
In viewing espo logs, there are lengthy errors beginning with:
[2023-10-21 17:56:44] ERROR: Slim Application Error Type: Error Code: 0 Message: Call to undefined function Espo\ORM\QueryParams\Select() File: /var/www/html/application/Espo/Modules/Advanced/Services/Report.php Line: 5320
....
Viewing any Report and the query section is empty.
Viewing the list of flowcharts results in log error also:
ERROR: appParam manualWorkflows: Call to undefined method Espo\Core\ORM\EntityManager::getRDBRepository() [] []
Please advise, as this is a serious problem.
Comment