Welcome Guest Search | Active Topics | Log In | Register

12 Pages «<678910>»
YAF v1.9.3.3 ALPHA (UPDATED: 2/6/2008) Options · View
ბესო
#106 Posted : Thursday, February 07, 2008 9:58:44 AM
Rank: Member



Joined: 1/29/2008
Posts: 22
Location: საქართველო Georgia
ბესო wrote:
Jaben wrote:
ბესო wrote:
Upgraded to v1.9.3 -- smooth process...

Uh-oh... Watch out. That version of v1.9.3 has some major issues.

PLEASE UPGRADE ALPHA v1.9.3.2 immediately before you do any pasword resetting (that's where the bug is).


OK, thnkz...


Plz

Write about "Full text search" -- installation shows some problem there -- what is to be done?

Are some changes to be done inside database?

Is full text search possible for Unicode texts?
tep
#107 Posted : Thursday, February 07, 2008 10:11:05 AM

Rank: YAF Commander


Joined: 1/8/2008
Posts: 82
OK, I got it.

How can you decide which email type (text / html) will be used ?
tep
#108 Posted : Thursday, February 07, 2008 10:19:20 AM

Rank: YAF Commander


Joined: 1/8/2008
Posts: 82
while creating new user ; (using dev-recommended-web.config as web.config)

Quote:

Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentException: Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.

Source Error:


Line 129: // copy password to hash buffer + salt
Line 130: System.Buffer.BlockCopy( unencodedBytes, 0, buffer, 0, unencodedBytes.Length );
Line 131: if ( useSalt ) System.Buffer.BlockCopy( saltBytes, unencodedBytes.Length - 1, buffer, unencodedBytes.Length - 1, saltBytes.Length );
Line 132:
Line 133: // Check Encoding format / method


Source File: C:\Inetpub\wwwroot\yaf-v1.9.3.2-alpha\YAF.Providers\Membership\YafMembershipProvider.cs Line: 131

lak-b
#109 Posted : Thursday, February 07, 2008 10:57:09 AM

Rank: YAF Forumling


Joined: 1/16/2008
Posts: 4
tep, i got this error too. (but i'm using recommended-web.config)
this error appears to me not only while creating new user, but while login too)
Jaben
#110 Posted : Thursday, February 07, 2008 11:11:29 AM

Rank: YAF Head Dude



Joined: 10/10/2004
Posts: 3,050
Location: Honolulu, HI
k... I need to test this "recommended configuration" a bit more. That's a nice off by one bug I need to fix.

Quote:
How can you decide which email type (text / html) will be used ?

It's not either/or. It's Text or Text AND Html. The view is decided by the email client -- if they support HTML they'll display the HTML... if they don't they'll display text.

Put a BLANK _HTML entry in the language resource and it will not send an HTML version of the message -- just a text.
"When you are grateful, fear disappears and abundance appears”."

Jaben
#111 Posted : Thursday, February 07, 2008 11:25:16 AM

Rank: YAF Head Dude



Joined: 10/10/2004
Posts: 3,050
Location: Honolulu, HI
New release addresses this exception... Thanks for your testing help guys.
"When you are grateful, fear disappears and abundance appears”."

tep
#112 Posted : Thursday, February 07, 2008 12:35:57 PM

Rank: YAF Commander


Joined: 1/8/2008
Posts: 82
thanks for info Smile

in the mean there is no text & html type (EMAILTOPIC_TEXT & EMAILTOPIC_HTML) for tagged EMAILTOPIC.

may be you forgot that
tep
#113 Posted : Thursday, February 07, 2008 1:03:36 PM

Rank: YAF Commander


Joined: 1/8/2008
Posts: 82
one more thing.

With this new email template structure you also fixed language based character display in email subject & from fields ?
Jaben
#114 Posted : Thursday, February 07, 2008 1:25:48 PM

Rank: YAF Head Dude



Joined: 10/10/2004
Posts: 3,050
Location: Honolulu, HI
There is no TEXT and HTML type for EMAILTopic correct. It's not an email. It's just a template that's used on the site to send a email topic.

Well, I modified the code so yes, I hope the character display (Unicode) works properly now. Remember that sometimes its the email clients that have the limitations -- so I doubt it works perfectly everywhere.
"When you are grateful, fear disappears and abundance appears”."

tep
#115 Posted : Thursday, February 07, 2008 3:06:45 PM

Rank: YAF Commander


Joined: 1/8/2008
Posts: 82
OK Jaben, Let's try & see Smile

When new updated alpha will be ready ?

TEP
Jaben
#116 Posted : Thursday, February 07, 2008 11:51:27 PM

Rank: YAF Head Dude



Joined: 10/10/2004
Posts: 3,050
Location: Honolulu, HI
tep... the latest version is up. v1.9.3.3
"When you are grateful, fear disappears and abundance appears”."

ბესო
#117 Posted : Friday, February 08, 2008 12:29:33 PM
Rank: Member



Joined: 1/29/2008
Posts: 22
Location: საქართველო Georgia
Upgrading 1.9.3.2 to 1.9.3.2 error
ბესო
#118 Posted : Friday, February 08, 2008 12:36:08 PM
Rank: Member



Joined: 1/29/2008
Posts: 22
Location: საქართველო Georgia
Can't attach image...

Erros is about:

procedures.sql

object is already

yaf_checkmail_list
ბესო
#119 Posted : Friday, February 08, 2008 12:41:31 PM
Rank: Member



Joined: 1/29/2008
Posts: 22
Location: საქართველო Georgia
missing...

IF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[{databaseOwner}].[{objectQualifier}checkemail_list]') AND OBJECTPROPERTY(id,N'IsProcedure') = 1)
DROP PROCEDURE [{databaseOwner}].[{objectQualifier}checkemail_list]
GO
Ederon
#120 Posted : Friday, February 08, 2008 4:31:44 PM

Rank: YAF Developer



Joined: 1/8/2007
Posts: 1,084
Location: Heart of Europe
ბესო wrote:
missing...

IF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[{databaseOwner}].[{objectQualifier}checkemail_list]') AND OBJECTPROPERTY(id,N'IsProcedure') = 1)
DROP PROCEDURE [{databaseOwner}].[{objectQualifier}checkemail_list]
GO

I've fixed this yesterday probably just few moments before Jaben released it.
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.
Users browsing this topic
Guest
12 Pages «<678910>»
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.154 seconds.

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