Welcome Guest, Not a member yet? Register   Sign In
Error..
#1

[eluser]ericbae[/eluser]
I get the following error.


"An Error Was Encountered

Your recaptcha.php file does not appear to contain a valid configuration array."

Any idea?

Do you put the configuration in a separate file called "recaptcha.php" in the config folder? or do you append it in the existing config.php?

I tried both but didn't work.
#2

[eluser]Seppo[/eluser]
That error seems to be that you want to load a file named "recaptcha.php", located in config folder, and it does not have a variable $config as an array.
#3

[eluser]Kristof[/eluser]
you probably found the solution by now but for those who have the same problem in the furture:
i had the same problem, then i noticed i used <? in stead of <?php
and <?= $var ?> instead of <?php echo $var; ?>. Once i adjusted that, it worked like a charm
hope this helps Smile




Theme © iAndrew 2016 - Forum software by © MyBB