/
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

  1. find each class/interface/trait
  2. check if autoloader knows how to get to it
  3. if not manually register found class/interface/trait

Related Discussions

Related Tasks

INP-1567 - Getting issue details... STATUS

MINC-176 - Getting issue details... STATUS

INP-1663 - Getting issue details... STATUS