"Unable to locate the specified class: Session.php"... |
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.
EDIT Are you using PHP Code: load_class("Session/Session", "core") for session loading or are you loading via PHP Code: $this->load->library("session") |
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
|