Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Forgotten Password Page Sometimes Doesn't Display Confirmation


msmith29063

Recommended Posts

there is a bug with the messages, it was fixed in rc2a, u should find the fix if u look

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Link to comment
Share on other sites

sorry I havent checked on that, had no problems with rc2a to date, a work around I used successfully on older sites was to include a blank line in the stack, ie

 

instead of just:

 

	  $messageStack->add_session('login', SUCCESS_PASSWORD_SENT, 'success');

 

have:

 

   $messageStack->add_session('login', '', 'none');
  $messageStack->add_session('login', SUCCESS_PASSWORD_SENT, 'success');

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...