/
Some classes are inaccessible to autoloader [5.2.2-B1]
Some classes are inaccessible to autoloader [5.2.2-B1]
The autoloader is component of In-Portal that knows in which file each requested class/interface/trait is declared. This allows moving class/interface/trait to different file without need to change all places in code, where class is used.
It turns out however, that some classes are not visible to autoloader and therefore can't be accessed.
Solution
- find each class/interface/trait
- check if autoloader knows how to get to it
- if not manually register found class/interface/trait
Related Discussions
Related Tasks
- INP-1567Getting issue details... STATUS