Welcome Guest Search | Active Topics | Members | Log In | Register

4 Pages<1234>
YAF v1.9.4 RC1 (Dated: 12/8/2009) - SVN Rev. 3012
midwestSS Offline
#31 Posted : Friday, December 11, 2009 9:52:47 AM(UTC)

Rank: YAF MVP

Medals: Medal of Honor for Bug Finder: Given for kick-assery at finding bugs by being excellent at QA.Medal of Open Source Contributer: Given to someone who gets open source and gives back to the community.

Joined: 8/16/2008(UTC)
Posts: 336
Location: il

Thanks: 6 times
Was thanked: 7 time(s) in 7 post(s)
Wish you luck.. dont get hurt!
1 user thanked midwestSS for this useful post.
Kamyar on 12/11/2009(UTC)
johnnynine Offline
#32 Posted : Saturday, December 12, 2009 6:35:09 PM(UTC)
Rank: Member

Joined: 4/8/2009(UTC)
Posts: 13

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
Is there a way to limit the PM inbox size by user or role? Or at least allow administrators to have unlimited space?

As the forum administrator I recently ran out of PM inbox space but the only way I could find to increase the size of my inbox was to increase the size of everyones.

Johnny
bbobb Offline
#33 Posted : Saturday, December 12, 2009 11:46:06 PM(UTC)


Rank: YAF Developer

Medals: Medal of Honor Key: Given to pillars of the community who are key players in the YAF community and project.Medal of Honor for a YAF Database Key Player: Holds the key to YAF database. Bow down!Medal of Honor for the Support Knight: Given to a community member who has answered lots of support questions.

Joined: 10/21/2008(UTC)
Posts: 656
Location: Moscow

Thanks: 20 times
Was thanked: 78 time(s) in 70 post(s)
In YAF v1.9.4 RC1 you can do it for Groups and Rank based on a max value. Admins have unlimited pms.
victorantos Offline
#34 Posted : Sunday, December 13, 2009 2:01:39 PM(UTC)

Rank: YAF Lover

Joined: 10/29/2008(UTC)
Posts: 52
Location: UK

Thanks: 1 times
Was thanked: 2 time(s) in 2 post(s)
upgraded from 1.9.3 RC 2 to latest in about 5 minutes

but then lost 3 hours from my life while trying to login, and gave it up

you have a problem with membership provider configs , salt etc.

same salt for every user in DB, why? probably by mistake
midwestSS Offline
#35 Posted : Monday, December 14, 2009 2:44:54 AM(UTC)

Rank: YAF MVP

Medals: Medal of Honor for Bug Finder: Given for kick-assery at finding bugs by being excellent at QA.Medal of Open Source Contributer: Given to someone who gets open source and gives back to the community.

Joined: 8/16/2008(UTC)
Posts: 336
Location: il

Thanks: 6 times
Was thanked: 7 time(s) in 7 post(s)
victorantos wrote:
upgraded from 1.9.3 RC 2 to latest in about 5 minutes

but then lost 3 hours from my life while trying to login, and gave it up

you have a problem with membership provider configs , salt etc.

same salt for every user in DB, why? probably by mistake


its the web.config. use the recommened one from the latest version and it should work for you.
victorantos Offline
#36 Posted : Monday, December 14, 2009 7:32:37 AM(UTC)

Rank: YAF Lover

Joined: 10/29/2008(UTC)
Posts: 52
Location: UK

Thanks: 1 times
Was thanked: 2 time(s) in 2 post(s)
are you sure?
just downloaded and it looks like this

<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>


and my previous config section that was working

<membership defaultProvider="YafMembershipProvider" hashAlgorithmType="MD5">
<providers>
<clear/>
<add connectionStringName="yafnet" applicationName="YetAnotherForum" name="YafMembershipProvider" requiresUniqueEmail="false" enablePasswordRetrieval="true" enablePasswordReset="true" requiresQuestionAndAnswer="false" minRequiredPasswordLength="1" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" passwordStrengthRegularExpression="" type="YAF.Providers.Membership.YafMembershipProvider" passwordHex="true"/>
</providers>
</membership>
Jaben Offline
#37 Posted : Monday, December 14, 2009 4:27:26 PM(UTC)

Rank: YAF Head Dude

Medals: Medal of Honor Key: Given to pillars of the community who are key players in the YAF community and project.Medal of Honor for the Support King: Given to a community member who tirelessly answers tons of support questions.

Joined: 10/9/2004(UTC)
Posts: 4,160
Location: Raleigh, NC

Thanks: 35 times
Was thanked: 99 time(s) in 54 post(s)
Use the settings that work... v1.9.4 membership provider settings haven't changed.
"I have a simple philosophy: Fill what's empty. Empty what's full. Scratch where it itches.”.

1 user thanked Jaben for this useful post.
daonhan on 5/3/2010(UTC)
victorantos Offline
#38 Posted : Monday, December 14, 2009 8:28:53 PM(UTC)

Rank: YAF Lover

Joined: 10/29/2008(UTC)
Posts: 52
Location: UK

Thanks: 1 times
Was thanked: 2 time(s) in 2 post(s)
reseted all my users passwords, over 2000
johnnynine Offline
#39 Posted : Thursday, December 17, 2009 12:03:34 PM(UTC)
Rank: Member

Joined: 4/8/2009(UTC)
Posts: 13

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
victorantos wrote:
reseted all my users passwords, over 2000


I assume you were never able to log in after upgrading.

I had the same problem when I upgraded from 1.9.1.6 to 1.9.4 RC1. I tried it several times and would get a failure error everytime I tried logging in. I gave up and upgraded to 1.9.3 which worked fine.

Today I tried upgrading from version 1.9.3 to 1.9.4 and I get the same login errors.

There is definately something wrong with the upgrade, or we need more information on the web.config changes.

I started with the recommended web.config file and then changed the SHA1 to MD5 since that's what my old file was using. That didn't help any. I then compared provider add lines and copied over the older attributes like hashHex and hashCase and I changed requiresUniqueEmail to false to match the older web.config file. That didn't help either, I still got the error. I have reverted back to v1.9.3.

Johnny
midwestSS Offline
#40 Posted : Thursday, December 17, 2009 5:08:05 PM(UTC)

Rank: YAF MVP

Medals: Medal of Honor for Bug Finder: Given for kick-assery at finding bugs by being excellent at QA.Medal of Open Source Contributer: Given to someone who gets open source and gives back to the community.

Joined: 8/16/2008(UTC)
Posts: 336
Location: il

Thanks: 6 times
Was thanked: 7 time(s) in 7 post(s)
i had the same problems as you guys. what i did was delete my web.config and put in thier 1.9.1upgrade web.config and it worked fine.
danova Offline
#41 Posted : Thursday, December 24, 2009 8:16:45 AM(UTC)
Rank: Member

Joined: 12/20/2009(UTC)
Posts: 10

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
You guys made this release like Christmas with some wonderful additions to yaf!Cheesy Grin
glikoz Offline
#42 Posted : Wednesday, January 27, 2010 10:45:23 PM(UTC)
Rank: YAF Forumling

Joined: 1/27/2010(UTC)
Posts: 1
Location: Turkey

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
When will 1.9.4 come ,dou have any plan ?
Thx ...
kainthedragoonx Offline
#43 Posted : Friday, January 29, 2010 8:23:10 AM(UTC)

Rank: Advanced Member

Joined: 4/23/2007(UTC)
Posts: 49
Location: Cincinnati

Thanks: 2 times
Was thanked: 7 time(s) in 5 post(s)


Damn guys, I just wanted to say that I am impressed with the upgrades and changes to the forum upgrading code. Finally after a lot of head ache and despair, I've been able to upgrade my forums.


Awesome! Thanks guys, and great work! Flapper
doxa123 Offline
#44 Posted : Monday, April 05, 2010 1:29:35 PM(UTC)

Rank: YAF Lover

Joined: 9/28/2009(UTC)
Posts: 62
Location: Bodrum / Turkey

Thanks: 24 times
Was thanked: 1 time(s) in 1 post(s)
when can we download YAF v1.9.4 RC2 ?
Running YAF v1.9.4 FINAL at: http://dilliduduk.com
Chigs4u84 Offline
#45 Posted : Tuesday, May 11, 2010 11:47:31 PM(UTC)
Rank: YAF Forumling

Joined: 5/11/2010(UTC)
Posts: 5
Location: Noida India

Thanks: 0 times
Was thanked: 1 time(s) in 1 post(s)
Hey guys!

i have my own asp.net 3.5 site in which i am integrating the YAF .

I have my own login panel and doesn't use any membership provider.

I need to create the user in the yaf as soon as any body register to my site .

Can anybody provde me the code i need to write on my login ....



Quick Help appreciated..

stuk here since 2 days..
Users browsing this topic
Guest
4 Pages<1234>
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

YAFPro Theme Created by Jaben Cargman (Tiny Gecko)
Powered by YAF 1.9.4 RC4 | YAF © 2003-2010, Yet Another Forum.NET
This page was generated in 0.357 seconds.