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.
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.
Attachments
- MSAnsweredHello,
That's very strange. It should work same all the time (24 hours a day).
Simple Forum uses databsae session driver. You can try to change it in `app/config/config.php` to `files`
If your server has redis then you can try that too.
Let me know the result.
Thank you - TBAnsweredI bought SF, but my envato account is locked, I sent you an email.
Now I have 1 question hope you can help me. When I create Categories it is limited to 50 characters. Please show me the file so I can add the characters. - MSAnswered**[Thuc Bui](/u/thucbt)** Please don't reply and ask question on other user's question.
That might be due to database column. You can modify the `name` column on your `tec_categories` table and change as you need.
Thank you