PHP Autoloading not working as expected
Postby stevenshaw » 2019-04-12 04:35
Hello everyone,
I recently made the switch from Gentoo to Debian. I did this to make my life easier but in doing so one of my applications does not work any more.
I do a small amount of work on a Kayako Help desk system building on extra functionality through their Apps system.
To get to the issue, the Auto-loading features of the Kayako framework does not seem to work any more. I know they work on the RHEL server I deploy to and they used to work on my Gentoo system. Debian for some reason will not Autoload certain classes that used to. The Code has not changed between machines.
I am not sure where to start as I have tried switching between Nginx and Apache to no results. I have tried tried the php.ini file from the deployment server and it did not change anything.