GS
Asked
Hi!
We have been using your software for the last one year and hosted it on GoDaddy.
Recently I found an issue that between 12 AM - 5 AM (IST), the software throws an error after logging in.
this is the error -> Message: Call to a member function row() on boolean
I asked other developers, and they said that the issue was with the session and asked me to contact support.
I tried debugging and found the error. attached the screenshot.
We have been using your software for the last one year and hosted it on GoDaddy.
Recently I found an issue that between 12 AM - 5 AM (IST), the software throws an error after logging in.
this is the error -> Message: Call to a member function row() on boolean
I asked other developers, and they said that the issue was with the session and asked me to contact support.
I tried debugging and found the error. attached the screenshot.
Attachments
- GSAnsweredThis is the actual error messageAttachments
- MSAnsweredHello,
What your PHP version?
It should stay same al the time. There is no reason to have such behaviour ro work from 5AM to 11::59PM and then not.
Please check with your server admin if there were any changes or updates on the server.
I can see the session related error, Simple Forum uses `database` as session driver. You can try to change it in `app/config/config.php` to `files` and check.
If still same, please let me know what your server admin says about this.
Thank you - GSAnsweredHi!
Our PHP Version is 7.4
We tried changing it to files, but the same issue exists. - MSAnsweredHello,
I have no idea why is that. Can you try it on different server?
Thank you - Login to Reply