Welcome Guest Search | Active Topics | Log In | Register

12 Pages «<45678>»
YAF v1.9.3.3 ALPHA (UPDATED: 2/6/2008) Options · View
Ederon
#76 Posted : Sunday, January 27, 2008 2:33:45 PM

Rank: YAF Developer



Joined: 1/8/2007
Posts: 1,084
Location: Heart of Europe
ok, thanks. I'll look into code responsible for that exception.
When I post FP:Ederon in a topic, I'm leaving my footprint there so I can track it once I get into coding/supporting.
BoSJo
#77 Posted : Sunday, January 27, 2008 6:46:46 PM
Rank: Member


Joined: 1/26/2008
Posts: 13
Location: Norway
When "Require User Login:" is activated, you cannot register a new account.
Clicking the "register" link just throws you the login box.


I cannot get the CAPTCHA to work when registering new user.
No matter how i try to write the text in the image, it tells me that it's wrong.
Works fine for : "Enable CAPTCHA for Post a Message:"
but i find it annoying that it's Case sensitive, as it can be difficult to determine if it's upper or lower case.


New user not yet verified by email gets Password incorrect alert when trying to login.
Perhaps he should get a message to verify his account instead.


mail Notification sends out link like :
http://test2.bojohansen....x?g=posts&amp;m=3#3
Which bring up the page
Quote:

http://test2.bojohansen....t.aspx?g=info&i=4#3

Access Denied
You tried to enter a area where you didn't have access.
Continue...



Administration
Link "Board Settings" says "Forum Settings"
Link "Admin Index" don't indicate anywhere that this is where you are


Looks great Very Happy

Really nice to have found this forum SW where things are really moving forward.
Keep the good work coming guys Very Happy
Ederon
#78 Posted : Sunday, January 27, 2008 6:52:07 PM

Rank: YAF Developer



Joined: 1/8/2007
Posts: 1,084
Location: Heart of Europe
BoSJo wrote:
When "Require User Login:" is activated, you cannot register a new account.
Clicking the "register" link just throws you the login box.

This is already fixed, but I did it just now so it's not in version published here. You may want to dl SVN version, which contains latest source.

Anyway thanks for reporting, it's helping a lot.
When I post FP:Ederon in a topic, I'm leaving my footprint there so I can track it once I get into coding/supporting.
BoSJo
#79 Posted : Sunday, January 27, 2008 7:23:50 PM
Rank: Member


Joined: 1/26/2008
Posts: 13
Location: Norway
Ederon wrote:

Anyway thanks for reporting, it's helping a lot.

Well thats the least i can do for you guys that are doing all the work

Ederon wrote:

You may want to dl SVN version, which contains latest source.


Is there a little how to on that?
I Dll'ed the TortoiseSVN and can browse with it.
So I right click "YetAnotherForum.NET"
https://yafdotnet.svn.so...src/YetAnotherForum.NET
and downloaded it all.

Is that the way to do it?
Ederon
#80 Posted : Sunday, January 27, 2008 10:36:42 PM

Rank: YAF Developer



Joined: 1/8/2007
Posts: 1,084
Location: Heart of Europe
BoSJo wrote:
So I right click "YetAnotherForum.NET"
https://yafdotnet.svn.so...src/YetAnotherForum.NET
and downloaded it all.

Is that the way to do it?

Just create new empty directory somewhere, right-click it and choose "SVN Checkout", and checkout this address, not just website:
http://yafdotnet.svn.sou...t/yafdotnet/trunk/yafsrc
When I post FP:Ederon in a topic, I'm leaving my footprint there so I can track it once I get into coding/supporting.
Jaben
#81 Posted : Sunday, January 27, 2008 11:44:59 PM

Rank: YAF Head Dude



Joined: 10/10/2004
Posts: 3,050
Location: Honolulu, HI
BoSJo wrote:
Ederon wrote:

Maybe send us your web.config/app.config as I suspect it's config error. Anyway, have you looked to YAF event log? If you can't reach it via web, look directly to the database.


Event log when calling site root with firefox and cookie set on an administrator account.

System.FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.
at System.Text.StringBuilder.AppendFormat(IFormatProvider provider, String format, Object[] args)
at System.String.Format(IFormatProvider provider, String format, Object[] args)
at YAF.Controls.ForumStatistics.BindData()
at YAF.Controls.ForumStatistics.DataBind()
at System.Web.UI.Control.DataBindChildren()
at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
at System.Web.UI.Control.DataBind()
at YAF.Pages.forum.BindData()
at YAF.Pages.forum.Page_Load(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Web.Config and app.config are mailed


Your problem appears to be with your language localization not being in sync with the english.xml localization.

Directly copy the entries for the forum stats over from the english.xml file.

Copy (from the FORUM page):

MAX_ONLINE
stats_posts
stats_lastpost
stats_members

THEN localize them -- but verify it works.

"When you are grateful, fear disappears and abundance appears”."

BoSJo
#82 Posted : Sunday, January 27, 2008 11:46:45 PM
Rank: Member


Joined: 1/26/2008
Posts: 13
Location: Norway
Thanks Ederon.
I'm Dll'ing VS2008 so i can compile it.
maybe it's about time to do some coding again.....haven't read the .net book i bought some years though Neutral but it's never to late Smile
BoSJo
#83 Posted : Monday, January 28, 2008 12:02:53 AM
Rank: Member


Joined: 1/26/2008
Posts: 13
Location: Norway
Jaben wrote:

Your problem appears to be with your language localization not being in sync with the english.xml localization.


Funny why it happened just by clicking link in new Reply notification mail.....

I'll see if i get the time to try your fix tomorrow.

Thanks Smile
BoSJo
#84 Posted : Monday, January 28, 2008 12:26:22 AM
Rank: Member


Joined: 1/26/2008
Posts: 13
Location: Norway
Can't disable "Allow Quick Answer:" in admin section
Uncheck it, Save settings, then it's checked again

Test on your own...I've messed allot around with my test setup today.
Jaben
#85 Posted : Monday, January 28, 2008 12:31:28 AM

Rank: YAF Head Dude



Joined: 10/10/2004
Posts: 3,050
Location: Honolulu, HI
Thanks for all your help testing BoSJo.
"When you are grateful, fear disappears and abundance appears”."

Ederon
#86 Posted : Monday, January 28, 2008 12:35:06 AM

Rank: YAF Developer



Joined: 1/8/2007
Posts: 1,084
Location: Heart of Europe
BoSJo wrote:
Can't disable "Allow Quick Answer:" in admin section
Uncheck it, Save settings, then it's checked again

Fixed
When I post FP:Ederon in a topic, I'm leaving my footprint there so I can track it once I get into coding/supporting.
Jaben
#87 Posted : Monday, January 28, 2008 2:21:49 AM

Rank: YAF Head Dude



Joined: 10/10/2004
Posts: 3,050
Location: Honolulu, HI
Zips updated with todays fixes. Thank you everyone for your help.
"When you are grateful, fear disappears and abundance appears”."

tep
#88 Posted : Monday, January 28, 2008 9:21:56 AM

Rank: YAF Commander


Joined: 1/8/2008
Posts: 82
This updated Alpha is close to Beta ? Is there any exact date for that Jaben ?

Thanks
Jaben
#89 Posted : Monday, January 28, 2008 9:33:58 AM

Rank: YAF Head Dude



Joined: 10/10/2004
Posts: 3,050
Location: Honolulu, HI
Well, the next couple of weeks are going to be a bit rough for YAF... I'm moving hosting and so I'll be putting a lot of energy into that. (YAF may be down a tad during transitions.) I'd like to be in BETA by the beginning of March (using v1.9.3 on this support forum) -- then RC1 soon after. Ideally v1.9.3 will be released around May.
"When you are grateful, fear disappears and abundance appears”."

tep
#90 Posted : Monday, January 28, 2008 10:35:46 AM

Rank: YAF Commander


Joined: 1/8/2008
Posts: 82
Thanks for reply Jaben Smile
Users browsing this topic
Guest
12 Pages «<45678>»
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.195 seconds.

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