From b074fdd7119817eb88677c2ea8f119c2480e6789 Mon Sep 17 00:00:00 2001 From: jlujan2016 Date: Fri, 2 Jul 2021 00:18:19 -0500 Subject: [PATCH] Unable to locate the specified class: Session.php hello this works in the version of codeigniter 3.1.0 but as of the version CodeIgniter-3.1.6 it shows the following error: Unable to locate the specified class: Session.php you have any idea what syntax should be updated. --- application/controllers/Phpword.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/application/controllers/Phpword.php b/application/controllers/Phpword.php index 7e5c707..d9e86c0 100644 --- a/application/controllers/Phpword.php +++ b/application/controllers/Phpword.php @@ -1,5 +1,12 @@