I'm new to CE and I am not a PHP coder, though I do know my way around code logic.
I am getting this error with the form I created for my Joomla 1.5 site (and I am using the correct version of CE component and 'bot'). It's a fairly simple form - 3 text fields, a text area and a checkbox:
Fatal error: session_start() [<a href='function.session-start'>function.session-start</a>]: Failed to initialize storage module: user (path: ) in /home/{directory name}/public_html/components/com_chronocontact/chronocontact.php on line 200
My code is pretty straight forward form code from DreamWeaver, and I've configured all I can think of on the tabs. Why am I getting this error?
Post edited by: jodeo, at: 2008/04/12 06:18<br><br>Post edited by: jodeo, at: 2008/04/12 06:19
I am getting this error with the form I created for my Joomla 1.5 site (and I am using the correct version of CE component and 'bot'). It's a fairly simple form - 3 text fields, a text area and a checkbox:
Fatal error: session_start() [<a href='function.session-start'>function.session-start</a>]: Failed to initialize storage module: user (path: ) in /home/{directory name}/public_html/components/com_chronocontact/chronocontact.php on line 200
My code is pretty straight forward form code from DreamWeaver, and I've configured all I can think of on the tabs. Why am I getting this error?
Post edited by: jodeo, at: 2008/04/12 06:18<br><br>Post edited by: jodeo, at: 2008/04/12 06:19
Well.
No sooner had I posted that and went back and made the following changes. I'm not sure which one was the culprit, but - it works:
Disabled "Record and Send Users IP?"
Disabled "Use image verification?"
No sooner had I posted that and went back and made the following changes. I'm not sure which one was the culprit, but - it works:
Disabled "Record and Send Users IP?"
Disabled "Use image verification?"
Hi Jodeo,
Yes, its the imageverification🙂 it arises a problem with sessions, we fixed this and posted a patch here recently in the forums (search "blank image on submit", long thread but the patch is near the end)
Of course the patch will be available at the next version!
Regards,
Max
Yes, its the imageverification🙂 it arises a problem with sessions, we fixed this and posted a patch here recently in the forums (search "blank image on submit", long thread but the patch is near the end)
Of course the patch will be available at the next version!
Regards,
Max
This topic is locked and no more replies can be posted.