danney1 / cool-php-captcha

Automatically exported from code.google.com/p/cool-php-captcha
GNU General Public License v3.0
0 stars 0 forks source link

Not working with PHP 5.3.0 #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Installed PHP 5.3.0 (WAMP server)
2. Installed PHP 5.2.0 (WAMP server)
3. Installed cool-php-captcha

What is the expected output? What do you see instead?
With PHP5.2.0 it is working perfectly, but with PHP5.3.0 cpatcha image is not 
generating.

What version of the product are you using? On what operating system?
0.3 version

Please provide any additional information below.
in page it appears as like a missed image..

Original issue reported on code.google.com by an.sudhi...@gmail.com on 28 Jul 2011 at 6:56

Attachments:

GoogleCodeExporter commented 8 years ago
Tested in PHP 5.3.6 and is working.

You should check you error_log for more information about your problem.

Original comment by joserodr...@gmail.com on 29 Jul 2011 at 10:25

GoogleCodeExporter commented 8 years ago

Original comment by joserodr...@gmail.com on 11 Oct 2011 at 6:57

GoogleCodeExporter commented 8 years ago
same problem with me too..the image is not getting generating wen its uploaded 
in server but working in localhost...

Original comment by shanimoh...@gmail.com on 25 Nov 2011 at 6:17

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
how can i solve this issue...plz help...

Original comment by shanimoh...@gmail.com on 25 Nov 2011 at 6:22

GoogleCodeExporter commented 8 years ago
Check your error_log file to find the reason of the problem.
Usually is because your server doesn't have the GD (image processing) module.

If you don't have accesos to the error log file, you should load directly the 
captcha.php file in your browser and check if there are some error message.

Original comment by joserodr...@gmail.com on 25 Nov 2011 at 2:21

GoogleCodeExporter commented 8 years ago
please help... my error like this =

CGI Execution Error

Sorry, your request cannot be fulfilled at the moment: Error message from 
CGIExecd: Security problem: Script file is world-writable

If you are the website administrator, please see the error logs for more 
information or report to the server administrator. If you are a visitor, please 
report this to the website administrator. Thank you.

Original comment by kus...@gmail.com on 14 Dec 2011 at 3:46

GoogleCodeExporter commented 8 years ago
The error message of your server is: Script file is world-writable
That is an external problem, not related to the captcha script.

You should to change the file permissions (e.g.: chmod 755 <filename>)

Original comment by joserodr...@gmail.com on 14 Dec 2011 at 4:13