Welcome Guest Search | Active Topics | Log In | Register

6 Pages «<23456>
YAF 1.9.2 (ASP.NET 2.0 Technology Preview) Options · View
kwa
#46 Posted : Tuesday, June 06, 2006 7:26:06 AM

Rank: YAF Camper



Joined: 3/11/2006
Posts: 13
Location: WA
For those who is waiting for bug fix of the forum, you can try to fix it yourselft.
- register users don't get appropriate role: use add role function from Membership API
- user created by Admin cannot log in because the password was not set correctly by admin: use Membership function to fix it.

guygoodman
#47 Posted : Thursday, June 08, 2006 12:04:28 AM

Rank: YAF Forumling


Joined: 4/17/2006
Posts: 3
Location: Irvine, Ca
I have tested the changes (Name.Text) to edituser.ascx.cs and security.cs files with no impact.

In either case, while as admin, when I check the "Registered User" box in the User Maintenance Page for a specific user and Save it, it inserts a new row with the Userid and Group ID (Registered User) in the "Yaf_UserGroup" table. The "aspnet_UsersInRoles" table does not get updated.

But, the instant I login as that Registered User, the row gets deleted!

That user still has no access to any forums.

What is going on?
test2005
#48 Posted : Tuesday, June 13, 2006 6:34:05 AM

Rank: YAF MVP



Joined: 2/12/2005
Posts: 927
Location: Italy
akabak wrote:
Has anyone tried to use this version in a subdirectory? I don't see the same yafnet section in the config file for the root element. If I add it manually, I still get errors where the app is looking for pages outside the subdirectory I'm using. Any tips for setup?


I ad the same problem with earlier versions. Seems YAF likes to be top-dog! I overcame the problem by installing is as a virtual directory in IIS. I also gave it it's own app pool and process. As a virtual, you can stick it anywhere and it will work.:d

Never looked into why it doesn't like sub-foldersEmbarassed
.....the man in black fled across the desert..........and the gunslinger followed.....

eggs
#49 Posted : Tuesday, June 27, 2006 8:45:49 PM

Rank: YAF Forumling


Joined: 5/11/2006
Posts: 6
Location: Nashville, TN
Where is the link to register stored? It appears at the top right of every page, but for the life of me I can't find where the url is store or even where those links are generated? I thought it was PageLinks.cs, but that makes the bread crumb trail, so I really have no clue?


Also, when the installer tries to upgrade the forums it would probably be ok if it detected that a user was already in a role and kept moving rather than stopping execution and forcing you to go into the admin tool to remove roles from users. Either that or I'm missing something?
sacredseer
#50 Posted : Friday, June 30, 2006 8:03:41 AM

Rank: YAF Camper


Joined: 8/19/2004
Posts: 24
hi i have an problem about installation when i use localhost http://localhost/yaf/install/default.aspx i see an pass screen. and i write admin admin or different password page only reloading. not next can u help me about this ?
Jaben
#51 Posted : Saturday, July 01, 2006 11:58:27 AM

Rank: YAF Head Dude



Joined: 10/10/2004
Posts: 3,050
Location: Honolulu, HI
sacredseer wrote:
hi i have an problem about installation when i use localhost http://localhost/yaf/install/default.aspx i see an pass screen. and i write admin admin or different password page only reloading. not next can u help me about this ?


The problem I was having ("invalidpassword"Wink is that the password wasn't strong enough...

It must have some punctuation in it:

i.e.:

pass!word?
ja@ben
"When you are grateful, fear disappears and abundance appears”."

sacredseer
#52 Posted : Saturday, July 01, 2006 4:35:22 PM

Rank: YAF Camper


Joined: 8/19/2004
Posts: 24
noo i try pass!word? and ja@ben but not any change
Jaben
#53 Posted : Saturday, July 01, 2006 11:59:23 PM

Rank: YAF Head Dude



Joined: 10/10/2004
Posts: 3,050
Location: Honolulu, HI
sacredseer wrote:
noo i try pass!word? and ja@ben but not any change


Did you setup the asp.net authentication DB?
"When you are grateful, fear disappears and abundance appears”."

mr_bliss2
#54 Posted : Wednesday, July 12, 2006 2:27:28 AM

Rank: YAF Forumling



Joined: 7/12/2006
Posts: 9
So what the status of the ASP 2.0 code? It seems that the sourceforge project is a bit out of sync at this point, will the 1.9.2 code be returning to sourceforge any time soon?
mr_bliss2
#55 Posted : Wednesday, July 12, 2006 2:40:57 AM

Rank: YAF Forumling



Joined: 7/12/2006
Posts: 9
As would be expected, in the moments after I posted I think I found the answer. Jaben addresses this question here: http://forum.yetanotherf...aspx?g=posts&t=2890 It looks like I should refocus my attention on 1.5.0 for now.
Jaben
#56 Posted : Wednesday, July 12, 2006 2:44:33 AM

Rank: YAF Head Dude



Joined: 10/10/2004
Posts: 3,050
Location: Honolulu, HI
mr_bliss2 wrote:
So what the status of the ASP 2.0 code? It seems that the sourceforge project is a bit out of sync at this point, will the 1.9.2 code be returning to sourceforge any time soon?


Well, the project changed hands and I'm attempting to get everything organized.

I will explain myself better once I have a clearer picture Wink
"When you are grateful, fear disappears and abundance appears”."

Jaben
#57 Posted : Wednesday, July 12, 2006 2:47:56 AM

Rank: YAF Head Dude



Joined: 10/10/2004
Posts: 3,050
Location: Honolulu, HI
mr_bliss2 wrote:
As would be expected, in the moments after I posted I think I found the answer.

Jaben addresses this question here:
http://forum.yetanotherf...aspx?g=posts&t=2890

It looks like I should refocus my attention on 1.5.0 for now.


I updated my post. Sorry for all the confusion... I'm still figuring out the best way to move this project forward.
"When you are grateful, fear disappears and abundance appears”."

wowpicker
#58 Posted : Sunday, December 24, 2006 6:57:04 AM

Rank: YAF Forumling


Joined: 12/24/2006
Posts: 3
Location: usa
hi, buddy,

you are experts for sure, I am new to this forum source code.
quick question:

I downloaded 1.9.0.final.rar and 1.9.2.zip. and tried almost one week.
my problem is:

step 1. open VS 2005, and open web project and everything is fine.( already install web application)
step 2. now, i build it, there is no error, says ' build success'
step 3. I modify file with extension with .aspx cspx , and the forum is changed
step 4. I tried to modify .cs file and very very strange, even i wrote stupid code, or just 'aaaaaaaaaaaaaaa', i could still build success, i tried many times and many .cs file to test, it always stay same. so what's wrong.

here is what i found:
1. in bin folder, YAF.dll never updated
2. in VS2005, there is only Debug, no Releas choice
3. i use window 2003 and VS 2005 professional, or window2003 and VS 2005 TEAM suite, both fails



i found there is one guy post same problem in www.yetanotherforum.net, but seems nobody could answer, maybe they never modified code.

please help me out of this, thanks very much for your help.
and if ok, please tell me, what kind OS you use and what kind VS2005? and which version of the yetanotherforum.net? and can you build yaf.dll? if you change .cs file, does the forum change too?

thanks very very much!


Richard
test2005
#59 Posted : Wednesday, January 31, 2007 7:47:50 AM

Rank: YAF MVP



Joined: 2/12/2005
Posts: 927
Location: Italy

If your developing on Windows Server 2003, and this is your production IIS server, the YAF.DLL file will not update because IIS will lock it for use. You should have gotten an warning (not an error, not sure why) in the build.

As far as DEBUG/RELEASE options, have you insatlled the latest VS patch and most current WAP?

.....the man in black fled across the desert..........and the gunslinger followed.....

mali
#60 Posted : Friday, February 02, 2007 10:23:12 PM

Rank: YAF Forumling


Joined: 2/2/2007
Posts: 3
Location: zagreb
well, from my expirience, i was compiling as: 1. create new project (not web, windows class)
2. add all files to project
3. source directory mark as shared for web
4. in properties run dll with browser.

and tip, if you have problems with refreshing, kill asp worker process and clear .net temporary directory of forum then try again
Users browsing this topic
Guest (2)
6 Pages «<23456>
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.3 RC2 | YAF © 2003-2008, Yet Another Forum.NET
This page was generated in 0.145 seconds.

SourceForge.net Logo Powered by ASP.NET v2.0 411ASP.NET