Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Elxis 5.5 Calypso supports 2 factor authentication login with e-mail or SMS.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
Security
»
Captcha "Invalid Security Code" Error When Registering
« previous
next »
Print
Pages: [
1
]
2
Author
Topic: Captcha "Invalid Security Code" Error When Registering (Read 76601 times)
Webcrawler
Newbie
Posts: 42
Captcha "Invalid Security Code" Error When Registering
«
on:
March 02, 2012, 22:43:44 »
I get an "Invalid Security Code" error when submitting a registration. This happens in both the latest versions of Firefox and Internet Explorer. The website is live. I installed elxis_2009.3_aphrodite_rev2684. My server's PHP version is 5.2.17. Sessions Path has been set in php.ini to /temp. Setting Cache to "No" did not help. If I disable Captcha, the registration gets submitted. There are a few posts on this issue in the Forum but none of them seems to have been solved. I have tried some of the suggestions but nothing has worked so far. Any help pointing in the right direction will be greatly appreciated.
Logged
xmanhattan
Hero Member
Posts: 1235
If I'm still breathing, I'm doing something!
Re: Captcha "Invalid Security Code" Error When Registering
«
Reply #1 on:
March 03, 2012, 10:10:43 »
Hello Webcrawler,
Please see this link and the link at the bottom of that page.
https://forum.elxis.org/index.php?topic=4149.0
Logged
Bournias.net
Webcrawler
Newbie
Posts: 42
Re: Captcha "Invalid Security Code" Error When Registering
«
Reply #2 on:
March 06, 2012, 09:48:13 »
Hi exmanhattan,
I look at the links, but I am just an amateur and did not get it. Can you give me more specific instructions? Thanks!
Logged
xmanhattan
Hero Member
Posts: 1235
If I'm still breathing, I'm doing something!
Re: Captcha "Invalid Security Code" Error When Registering
«
Reply #3 on:
March 06, 2012, 10:15:13 »
The link to that page shows what steps were taken to solve a similar situation. The following link
https://forum.elxis.org/index.php?topic=4160.0
is the probable solution to your problem.
Using your website, login and then click on system > view system info.
While there check permissions to make sure that all folders are writeable. Then check php info looking for differences between your local value and the master value. You will be looking for php settings that are discussed in the above link.
Also have a look at
http://wiki.elxis.org/wiki/PHP_settings
Logged
Bournias.net
scept1c
Newbie
Posts: 13
Re: Captcha "Invalid Security Code" Error When Registering
«
Reply #4 on:
March 12, 2012, 15:19:44 »
worked for me, thx Webcrawler
Logged
http://www.thefactory.ro
Joomla extensions and components. Home of Auction Factory, Love Factory (Dating Extension) and other ecommerce and social extensions
xmanhattan
Hero Member
Posts: 1235
If I'm still breathing, I'm doing something!
Re: Captcha "Invalid Security Code" Error When Registering
«
Reply #5 on:
March 12, 2012, 18:05:54 »
Webcrawler,
There are many possibilities to problem solving.
First, the security code is generally numbers and characters and can be composed of upper and lower case, latin characters. So if you are not entering them exactly as shown then it will produce an error. The security code can be modified to numbers only if desired.
Secondly, if your problem is server related with the php.ini settings, then you will have to create a php.ini file using an editor and save it to the root directory / folder of your website. You can check your php settings through the Elxis control panel to compare settings to the link of the wiki.
If that does not work, let us know.
Logged
Bournias.net
webgift
Elxis Team
Hero Member
Posts: 4193
Re: Captcha "Invalid Security Code" Error When Registering
«
Reply #6 on:
March 12, 2012, 19:14:41 »
Off-topic : I can't see here the word 'Joomla' even if there is on signature area.
Logged
Elxis Team •
Custom web design [EN]
-
[EL]
•
.GR Registrar
xmanhattan
Hero Member
Posts: 1235
If I'm still breathing, I'm doing something!
Re: Captcha "Invalid Security Code" Error When Registering
«
Reply #7 on:
March 12, 2012, 19:21:25 »
Yes, scept1c is a naughty person!
Logged
Bournias.net
Webcrawler
Newbie
Posts: 42
Re: Captcha "Invalid Security Code" Error When Registering
«
Reply #8 on:
March 13, 2012, 03:20:25 »
Thanks xmanhattan, but still can't get it to work. Unfortunately the links you provided are not suggesting anything more than what I have already done. It suggest the changes required in the php.ini file.
My php.ini file is:
allow_url_fopen = Off
short_open_tag = Off
register_globals = Off
display_errors = Off
magic_quotes_gpc = Off
date.timezone = "America/Los_Angeles"
session.save_path = "/home/virtualg/tmp"
disable_functions = "system, exec, passthru, shell_exec, suexec, dbmopen, popen, proc_open, disk_free_space, diskfreespace, set_time_limit, leak"
I am attaching my phpinfo printout for you to check out. Maybe you will see something that I don't.
Logged
xmanhattan
Hero Member
Posts: 1235
If I'm still breathing, I'm doing something!
Re: Captcha "Invalid Security Code" Error When Registering
«
Reply #9 on:
March 13, 2012, 10:27:55 »
Well after looking at your phpinfo, I don't see anything out of the ordinary.
I am going to suspect the disabled functions. Put a hash in front of that line and see what happens.
On my host, I was not able to disable all of them so that might be causing the same for you.
If after that, it works, then if you will be forced to enter them one at a time to see which one is causing the problem.
Logged
Bournias.net
Webcrawler
Newbie
Posts: 42
Re: Captcha "Invalid Security Code" Error When Registering
«
Reply #10 on:
March 14, 2012, 01:59:43 »
No luck! I commented out disable functions but did not work.
Logged
xmanhattan
Hero Member
Posts: 1235
If I'm still breathing, I'm doing something!
Re: Captcha "Invalid Security Code" Error When Registering
«
Reply #11 on:
March 15, 2012, 11:21:24 »
Comment the session.save_path = "/home/virtualg/tmp" also. That is not generally necessary.
Also have a look at this:
https://forum.elxis.org/index.php?topic=4149.0
Logged
Bournias.net
Webcrawler
Newbie
Posts: 42
Re: Captcha "Invalid Security Code" Error When Registering
«
Reply #12 on:
March 17, 2012, 00:38:16 »
Hi Xmanhattan,
It worked this time, by commenting out session.save_path. Thank you for your help. Out of curiosity, will there be any side effects from commenting out session.save_path to the temp directory?
Logged
xmanhattan
Hero Member
Posts: 1235
If I'm still breathing, I'm doing something!
Re: Captcha "Invalid Security Code" Error When Registering
«
Reply #13 on:
March 17, 2012, 10:06:34 »
There is no problem in leaving it that way. Glad that it works.
Logged
Bournias.net
Webcrawler
Newbie
Posts: 42
Re: Captcha "Invalid Security Code" Error When Registering
«
Reply #14 on:
May 16, 2012, 10:16:34 »
Hi Xmanhattan,
I just noticed that the "Invalid Security Code" error is still showing up when someone tries to register. It worked at first when I commented out session.save_path, but seems that it only worked temporarily. It is not working now. I tried changing the Cache in Global Settings and it worked a couple of times but eventually the error comes back again. Please help. Thanks!
Logged
Print
Pages: [
1
]
2
« previous
next »
Elxis CMS Forum
»
Support
»
Security
»
Captcha "Invalid Security Code" Error When Registering