Hi friends,
I have this problem in register :
Warning: session_start() [function.session-start]: open(/path/sess_5b158cf18ae765b01c4316a745cfcb4c, O_RDWR) failed: No such file or directory (2) in /home/falaai/public_html/join_form.php on line 106
and not show the captcha
Anyone can help me ?
Thanks



Make Meaning Or Die
The error comes from wrong PHP configuration settings for PHP Sessions on your server.
1. Perhaps, the path to the folder to store the PHP Sessions is not defined in php.ini configuration file.
2. Or the folder responsible to store PHP Sessions has no “write” permissions.
So, as the result of one of the above issues, PHP can’t write the session.
Turn to you Hosting Provider for resolution.