Sorry -- No I have not solved the problem. I'm at a bit of a loss for the problem, everything else I've upgraded no problem.
I am not sure why the error is trying to load ‘CI_Flexi_auth_lite’ when the call is: load_class('Flexi_auth_lite', 'libraries', FALSE);
Calling library is:
File: Flexi_auth.php
Code:
load_class('Flexi_auth_lite', 'libraries', FALSE);
class Flexi_auth extends Flexi_auth_lite{...}
The file and class name for the file it should be loading are:
File: Flexi_auth_lite.php
Class: class Flexi_auth_lite(){...}
Both are in the /application/libraries folder.
Many thanks,
Tom