Skip to content
Advertisement

Error Session File Driver in CodeIgniter 3

I am a new developer of CodeInger, last few month I had developed my project with PHP framework which is called CodeIgniter. So my problem was that when I tried to upgrade my project from version 2 to 3 I’ve found one concerning error which was about session.

Note: I am using Google Cloud Hosting.

Here is a message :

JavaScript

I have tries more than 3 hours to solve it but there was no answer.

could anyone tell me what is the problem ?

url : http://chatomuk-staging.appspot.com/

Advertisement

Answer

you need to set this two parameter in your config.php file

JavaScript

Before that you check you session table is exist or not in your database if not exist the create

JavaScript
User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement