"Unable to locate the specified class: Session.php"... |
It is not clear to me exactly what problem you are having.
The loader class will find Session.php even though it is in a subfolder. You can use PHP Code: var_dump($this->session); If sessions are not functioning properly it might be a config settings problem. What setting do you have for sessions and cookies? |
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
|