YAFLogo

Techknow
  • Techknow
  • 94.4% (Exalted)
  • YAF Lover Topic Starter
14 years ago
🤬

Ok. so my users cannot login after the upgrade.

I have looked through the threads and there has been many topics on this. So far I am still having the issue.

Any help would be appreciated.

BTW

I have been using YAF for years now and I really have to tip my hat to the dev team. You guys should be bronzed. YAF is completely awesome and the improvements are outstanding. Thanks for your time and troubles.


Best Regards,

Techknow

"Behind every successful man is an astonished mother-in-law" -Anon

"I'd like to meet this 'Anon' guy, he must be brilliant" -Anon

http://myinternetfunnies.com  <- Funny Pictures & such nonsense. Stop by and upload a few of your own!

Sponsor
bbobb
  • bbobb
  • 100% (Exalted)
  • YAF Developer
14 years ago
1.Change config to upgrade one before upgrade.

2.Upgrade.

3.Change config to recommended one.

Techknow
  • Techknow
  • 94.4% (Exalted)
  • YAF Lover Topic Starter
14 years ago
Interestingly, I thought that is what I did...

However, I have periods of genious sometimes punctuated with moments of idiocy ... Perhaps I was incorrect.

With that said, my guess at this point is:

1. Restore from backup

2. Upgrade again

3. Make myself a stiff drink and keep repeating "there's no place like 127.0.0.1"

4. Pray & burn candles

5. Cross fingers & test again...

Unless of course there is a script or something likewise completely ingenious that you guys have cooked up...


Best Regards,

Techknow

"Behind every successful man is an astonished mother-in-law" -Anon

"I'd like to meet this 'Anon' guy, he must be brilliant" -Anon

http://myinternetfunnies.com  <- Funny Pictures & such nonsense. Stop by and upload a few of your own!

Mek
  • Mek
  • 100% (Exalted)
  • YAF Developer
14 years ago
Please post what versions you've been upgrading from i.e. did you start your YAF install before 1.93 and then post your web.config Provider settings.


UserPostedImage

"It's a case of RTFM.. the only problem being we don't have a manual!"

When I post FP:Mek in a topic, I'm leaving my footprint there so I can track it once I get into coding/supporting. (Yes I stole this off Ederon 🙂 )

SilhouetteBS
14 years ago
I have the same problem after upgrading to YAF 1.9.5 from 1.9.4. The upgrade went great with no errors and I am able to look at the forums. If I try to login it says that "The password or user name is incorrect. Please try again." If I try to recover my password and put the answer in for my security question it says "Your answer could not be verified. Please try again". Any help is greatly appreciated.

<roleManager enabled="true" defaultProvider="YafRoleProvider">
			<providers>
				<clear />
				<add connectionStringName="yafnet" applicationName="YetAnotherForum" name="YafRoleProvider" type="YAF.Providers.Roles.YafRoleProvider" />
			</providers>
		</roleManager>
		<membership defaultProvider="YafMembershipProvider" hashAlgorithmType="SHA1">
			<providers>
				<clear />
				<add connectionStringName="yafnet" applicationName="YetAnotherForum" name="YafMembershipProvider" requiresUniqueEmail="true" useSalt="true" type="YAF.Providers.Membership.YafMembershipProvider" />
			</providers>
		</membership>
		<profile enabled="true" defaultProvider="YafProfileProvider" inherits="YAF.Classes.Utils.YafUserProfile">
			<providers>
				<clear />
				<add connectionStringName="yafnet" applicationName="YetAnotherForum" name="YafProfileProvider" type="YAF.Providers.Profile.YafProfileProvider" />
			</providers>
		</profile>
SilhouetteBS
14 years ago
I fixed my problem by taking the membership information from my 1.9.4 web.config and pasted it into my 1.9.5 web.config.

Just an FYI: I used the recommended web.config instead of taking my 1.9.4 web.config and using it when I upgraded. The reason being that it was referencing the yaf.controls.ui. There was no where in the readme article that told me how to get rid of those references. You might want to update it.