Unknown 500 Error
RaGe10940
8 September 2013, 22:07
Hello,
I am setting up a multi page form and storing the values in session after the initial validation to re-validate them once the process gets to the pdo transaction. My issue is that on one of my forms where I require 2 essays (max 1000 words, max 500 words) I keep getting a 500 error randomly. Sometimes I can get passed to the next step other times I can't. I don't know where this error could be logged at. All I know is that it has something to do with a codeigniter session variable :
$config['sess_time_to_update'] = 10;
the higher I set it to the less it happens, if I set it 1 it does it ever other second or so.
What gives? I usually have it at 5 seconds and i've never gotten a issue before up until now when trying to post essays.
Why would this happen?
Hiawatha version:
Operating System:
Hugo Leisink
8 September 2013, 22:39
This sounds like a CodeIgniter issue to me. Since I don't know anything about CodeIgniter, you better ask the CodeIgniter developer team.
This topic has been closed.