If you have Espo with manual customization and you face with problems after upgrade please try to debug and resolve the issue by yourself first. Or revert to the previous version. We are overwhelmed with help requests at this moment and can't provide help for such cases.
v7.0 has almost the whole core rewritten, it's not fully compatible with manual customizations.
Method signatures
A common problem is not matching method signatures when you extended from a core file. You can find all places with such a problem by running:
It will show an error if one exists. After fixing run it again and so on.
v7.0 has almost the whole core rewritten, it's not fully compatible with manual customizations.
Method signatures
A common problem is not matching method signatures when you extended from a core file. You can find all places with such a problem by running:
Code:
php preload.php
Comment