thiagocavaloti / recaptcha

Automatically exported from code.google.com/p/recaptcha
0 stars 0 forks source link

500 error with example code #120

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Copy "example-captcha.php"'s code
2. Launch webpage WITH php enabled
3. Get 500 error

What is the expected output? What do you see instead?

reCaptcha HTML/Error 500

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

reCaptcha 1.11 Library/Ubuntu Linux 11.04 with Apache and mod_php

Please provide any additional information below.

Original issue reported on code.google.com by MrTheOld...@gmail.com on 2 Sep 2011 at 5:43

GoogleCodeExporter commented 9 years ago
I had exactly the same error.
Fixed it by changing file permission on:
- recaptchalib.php
- example-captcha.php
- example-mailhide.php

Owner: Read & Write
Group: Read Only
Others: Read Only (this was on None before!)

Original comment by infern...@gmail.com on 15 Oct 2011 at 7:01