Jump to content

Forgot your password...problem with request.


Guest rikun

Recommended Posts

Got a problem kind people...when I click on...'login'...and then...'forgot your password'...I get the following error message below:

Parse error: parse error, unexpected ')' in /home/s/b/sbtkd/public_html/store/includes/content/forgotPass.inc.php on line 38

I remember in CC3...it would ask you to enter the email address you used to subscribe...and then click the button to be sent a new password...

I'm sure it is just a small error in the 'forgotPass.inc.php' line 38, as stated in the error messgae (see above), but don't know what the error is.

Can anyone help or solve the problem please? My store is at: http:www.sbtkd.com/store

Is anyone else experiencing the same problem with CC4?

Kind regards...keep up the good work.

Rikster.

Link to comment
Share on other sites

Open includes/content/forgotPass.inc.php

FIND:

if ($config['floodControl'])) $spamCode = fetchSpamCode($_POST['ESC'], true);




replace with:


if ($config['floodControl']) $spamCode = fetchSpamCode($_POST['ESC'], true);

there is one too many parentheses after floodcontrol]

save, close and upload forgotPass.inc.php is now fixed

tested on a real site using CCv4.0.01

Kinetic

Link to comment
Share on other sites

Thank you, thank you, thank you.

Hopefully your kind knowledge and wisdow will help others with this small problem.

Thank you so much for such a quick response.

Love and peace to you...

Rikster.

Link to comment
Share on other sites

Thank you, thank you, thank you.

Hopefully your kind knowledge and wisdow will help others with this small problem.

Thank you so much for such a quick response.

Love and peace to you...

Rikster.

you caught me on a good day

as for my "wisdow" Im fresh out could use some more if you know where to get it... :)

Kineticus

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...