Sugar version - 'sugar_version', '10.0.3'
Custom class unable to load after doing rebase from Github.
When my program tried to initialize a custom class (ProductRepository.php). It jump to /SugarPro/vendor/laminas/laminas-zendframework-bridge/src/Autoloader.php ->createPrependAutoloader
and exit.
I have double check the ProductRepository.php file have no problem.
I have tried to
1. reboot my pc
2. run ./sugarcli system:quickrepair --force --user-id 'xxxxxxxxx'
3.. run admin->repair->Quick Repair and Rebuild
4. restart apache2
5. Remove all files in SugarPro/cache and double check folder permission. Ensure Others have Create and delete files permission.
6. In mysql set global sql_mode="STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION";
I did rebase from Github before and have no problem. Any suggestion to fix the problem?
Thank you in advance!