|
|
"No captcha code, Please check if cookies are enabled in your browser."
Author: Edward Hardin Reference Number: AA-00409 Views: 11693 Last Updated: 09/09/2009 02:31 PM |
0 Rating/ Voters
|
|
You might get this error when submit a form with captcha.
There may be two causes of this error:
1. Your browser do not accept cookies. To solve this issue you need to enable cookies in your browser.
2. PHP session engine on your server doesn't create cookies. You can check this using following guide:
- Create a file named info.php
- Add there following line:
- Upload it to your server and open it via browser.
- Search for the following option
- If this option is set to "Off", you need to edit your PHP configuration:
- Open the php.ini configuration file of your PHP engine.
- Find there following line:
- Set it to "1":
- Restart web-server.
|
|
|