"Unable to locate the specified class: Session.php"... |
(06-13-2017, 11:50 PM)Martin7483 Wrote: A file in the Core could be incomplete and or corrupted. Download a fresh CodeIgniter package and overwrite the system directory with the freshly downloaded one. Done yesterday, while i'm getting crazy with this problem. My "system" forlder is a fresh downloaded version (CI 3.1.4). No such way to get the correct loading of the sessions.... About my loading: Absolutely i'm not calling load_class. Also, the loading of Session is not by the loader class in the controller. I use CI autoload (autoload.php) PHP Code: $autoload['libraries'] = array('session'); If i remove this, and i load session by "$this->load->library("session")" no change. Still getting the issue. |
Messages In This Thread |
"Unable to locate the specified class: Session.php"... - by sslazio 1900 - 06-13-2017, 07:00 AM
RE: "Unable to locate the specified class: Session.php"... - by Martin7483 - 06-13-2017, 11:50 PM
RE: "Unable to locate the specified class: Session.php"... - by sslazio 1900 - 06-14-2017, 01:05 AM
RE: "Unable to locate the specified class: Session.php"... - by Martin7483 - 06-14-2017, 06:20 AM
RE: "Unable to locate the specified class: Session.php"... - by dave friend - 06-14-2017, 01:20 PM
|