I am using AdvancePack 1.32.15 and upgraded to EspoCRM6.0.3.
During upgrade i run into an error where it said i could not find module/Advanced/Acl/Report.
I was able to fix this by editing Report.php in the mentioned path:
namespace Espo\Modules\Advanced\AclPortal;
to
namespace Espo\Modules\Advanced\Acl;
Now i run into the strange problem that when i save a record i get an ERROR 500 with no mentioning in the log file, even after changing it to DEBUG. The data is saved however, but the screen not updated untill a refresh.
What i did find in the apache error logs is:
AH01071: Got error 'PHP message: PHP Fatal error: Declaration of Espo\\Modules\\Advanced\\Notificators\\BpmnUserTas k:rocess(Espo\\ORM\\Entity $entity) must be compatible with Espo\\Core\\Notificators\\DefaultNotificator:rocess(Espo\\ORM\\Entity $entity, array $options = Array) in /home/admin/domains/domainhere/private_html/wrs/application/Espo/Modules/Advanced/Notificators/BpmnUserTask.php on line 21', referer: https://wrs.domainhere.com
Is it possible that there is a compatibility issue with the old extentions?
During upgrade i run into an error where it said i could not find module/Advanced/Acl/Report.
I was able to fix this by editing Report.php in the mentioned path:
namespace Espo\Modules\Advanced\AclPortal;
to
namespace Espo\Modules\Advanced\Acl;
Now i run into the strange problem that when i save a record i get an ERROR 500 with no mentioning in the log file, even after changing it to DEBUG. The data is saved however, but the screen not updated untill a refresh.
What i did find in the apache error logs is:
AH01071: Got error 'PHP message: PHP Fatal error: Declaration of Espo\\Modules\\Advanced\\Notificators\\BpmnUserTas k:rocess(Espo\\ORM\\Entity $entity) must be compatible with Espo\\Core\\Notificators\\DefaultNotificator:rocess(Espo\\ORM\\Entity $entity, array $options = Array) in /home/admin/domains/domainhere/private_html/wrs/application/Espo/Modules/Advanced/Notificators/BpmnUserTask.php on line 21', referer: https://wrs.domainhere.com
Is it possible that there is a compatibility issue with the old extentions?
Comment