You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 17, 2024. It is now read-only.
There folowing method _ci_object_to_array defined in Loader.php used on line 300 which is supposed to be extended from Codeigniter core loader library, But unfortunately this method has been removed from CI versions greater then 3.1.2 which caused the exception method undefined in greater versions Codeigniter. I copy the function from CI core Loader.php and paste in MX Loader function which fix the issue. Kindly update the code in bucket so other users can not face the same issue in latest versions of Codeigniter.