Hey, that little ! in index.php fixed my login probs too
Excellent, thanks a lot ......
juan Nuke Cadet
Joined: Oct 12, 2003
Posts: 8
Posted:
Mon Oct 20, 2003 1:19 pm
This is really strange. Since two days I have exactly the same problem: Although until this point users could register without problems, suddenly they began to get the error message: " Security Code is incorrect, Please go back and type it exactly as given..." (don't ask me why, I don't know it, but I haven't changed the Your_Account/index.php file )
I have read your solutions and changed, as you proposed
Code:
if (extension_loaded("gd") AND $code != $gfx_check) {
change it to this
if (!extension_loaded("gd") AND $code != $gfx_check) {
Well, at the beginning it seemed to work, at least I didn't get the security code error, but ... a new one: "Both passwords are different. They need to be identical"
OK, "in the hectic I typed different PWs", I thought, "let's do it again!", but after trying and trying and trying again it still doesn't work, I get always the same error: "Both passwords are different. They need to be identical"
And, even stranger, it works when I don't type any password!!!! In this case I get the confirmation page!!! But I don't want this, I want that the user can choose!!!
I can't understand the relation between both errors and this is getting me crazy!!!!!!!!!
What can I do now?
I'm using version 6.5 and already installed all the new patches and so on ...
Frez Captain
Joined: Nov 05, 2003
Posts: 353
Posted:
Wed Jan 07, 2004 7:26 am
sixonetonoffun wrote:
Try this not sure this will work but your_account index.php find
function confirmNewUser(
few lines below that is
Code:
if (extension_loaded("gd") AND $code != $gfx_check) {
change it to this
if (!extension_loaded("gd") AND $code != $gfx_check) {
Let us know if that helps or?
Thanks alot!!
This one helped me out, have been tearing my hear off the last days because of this. *BIG HUG*
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum