Forums

Enable image verification is killing the form

innuendo 16 Jan, 2008
Hello,

When I enable the image verification, after submit form, it shows me:

Fatal error: session_start() [<a href='function.session-start'>function.session-start</a>]: Failed to initialize storage module: user (path: /home/trafic/public_html/tmp) in /home/trafic/public_html/components/com_chronocontact/chronocontact.php on line 190

The session.save_path is defined in php.ini
session.save_path = /home/trafic/public_html/tmp

and the tmp/ is chmoded 777..

If I`m not enableing Image Verification, everything is working fine but I can`t leave it this way [SPAM😟]

Versions
Joomla: 1.0.12
ChronoForms: 2.3.7
GD Version bundled (2.0.28 compatible)
FreeType Support Yes
PNG Support Yes

Any suggestions ?
Thank you.<br><br>Post edited by: innuendo, at: 2008/01/15 21:43
Max_admin 22 Jan, 2008
Hi innuendo,

Please try to edit chronocontact.php and cheono_verification.php and add this line of code near the top after the <?php


ini_set("session.save_handler", "files"«»);


does this solve it ?
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
tonimarie 01 Feb, 2008
I had the same error, followed your instruction, and the new error is:
Failed to initialize storage module: user (path: /tmp) in /home/PATH/com_chronocontact/chronocontact.php on line 397
This topic is locked and no more replies can be posted.