canfieldjuan / open-configurator

Automatically exported from code.google.com/p/open-configurator
0 stars 0 forks source link

Path to recaptchalib.php #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install software
2. Go to website 

What is the expected output? What do you see instead?
I expect to see the homepage, but I get errors:
Fatal error: require_once() [function.require]: Failed opening 
required '/home/oc/public_html/recaptcha/recaptchalib.php' in 
utilities.php on line 3

Solution:
Adjust file utilities.php line 3
-from: require_once '/home/oc/public_html/recaptcha/recaptchalib.php';
-to: require_once 'recaptcha/recaptchalib.php';

Original issue reported on code.google.com by ampul...@gmail.com on 17 Dec 2009 at 9:24

GoogleCodeExporter commented 8 years ago
Yeah.  We tried to design the project to be easy for other people to use, but
apparently we failed here :P  Please continue to report defects in the project 
:)

Original comment by Athe...@gmail.com on 7 Jan 2010 at 10:57

GoogleCodeExporter commented 8 years ago
I just wish there is a database schema for vars_text, at least.

Original comment by zdravko....@gmail.com on 19 Sep 2012 at 3:19