Posted by: Jaben - Tuesday, 8 December 2009 19:49:15 |
---|
[size=7][b]YAF v1.9.4 RC1 (Dated: 12/8/2009)[/b][/size] [size=6][color=red][b]v1.9.4 is .NET v3.5 SP1 ONLY![/b][/color][/size] [size=7][b]Rock stars of this release: Kamyar, Bbobb! Also thank you Herman_Herman, Mek, and Balbes for help with this release![/b][/size] [size=6][b]Note:[/b] In v1.9.4 the AppSettings have changed! YAF.Root is now YAF.AppRoot! There is a new AppSetting: YAF.FileRoot which defaults to AppRoot but can be set to something different if desired. Also added is BaseUrlMask which is the server value override for all external links (e.g. links from emails, etc.). Read the included app.config file comments for more information.[/size] [size=6][b]Note:[/b] In v1.9.4, the name of the upload folder has changed! Rename from "upload" to "uploads"![/size] [b]Languages[/b] Languages may be out of date to the latest in english.xml. Help with this is appreciated. [b]Contributing to YAF[/b] How can you support YAF, you ask? Just help a bit. Test the software and post bugs. Answer a few questions on this forum for other, less knowledgeable, YAF admins. If you really want to go crazy, write a little documentation in the wiki... [b]Bug Reports[/b] Please post your v1.9.4 problem threads in this forum: http://forum.yetanotherforum.net/yaf_topics32_Bugs-and-Problems.aspx [b]DNN[/b] [b]DNN Module Will be Put Up Again when I get some time... it's the holidays folks.[/b] [b]API Documentation[/b] YafAPIDocumentation.chm is the compiled docs for the YAF v1.9.4 beta API. It provides a nice way to search or lookup related classes. Currently, it's rather limited as real API documentation is very time consuming (e.g. examples, "see also"). It will be evolving over time. [b]Compiling[/b] If you do want to compile the source, please download [url=http://www.microsoft.com/express/]Visual Studio 2008 Express[/url]. SRC: Includes the compiled forum and forum page files with full source and binaries for NET v3.5 SP1. BIN: Includes the compiled forum and forum page files without the source for NET v3.5 SP1. [b][url=https://sourceforge.net/projects/yafdotnet/files/Yet%20Another%20Forum.NET/Version%201.9.4/YAF-v1.9.4-RC1-SRC.zip/download]YAF-v1.9.4-RC1-SRC.zip[/url][/b] [b][url=https://sourceforge.net/projects/yafdotnet/files/Yet%20Another%20Forum.NET/Version%201.9.4/YAF-v1.9.4-RC1-BIN.zip/download]YAF-v1.9.4-RC1-BIN.zip[/url][/b] |
Posted by: Jaben - Tuesday, 8 December 2009 19:57:14 |
---|
I just want to reiterate: I really appreciate the help with YAF from Kamyar and Bbobb on this release. You guys made this release like Christmas with some wonderful additions to YAF! |
Posted by: logan - Tuesday, 8 December 2009 20:12:57 |
---|
[thumbup] You guys just keep on rockin it. All the new additions, one word AWESOME. Thanks to everyone on the YAF Dev team. This is one man standing in applause. |
Posted by: daveburke - Tuesday, 8 December 2009 20:46:17 |
---|
I didn't expect to see RC1 for a while yet. You guys are smokin' hot! Congrats to Jaben, Kamyar and everyone on the YAF Dev Team. Thank you! -Dave |
Posted by: Jaben - Tuesday, 8 December 2009 21:37:57 |
---|
[quote=daveburke]I didn't expect to see RC1 for a while yet. You guys are smokin' hot! Congrats to Jaben, Kamyar and everyone on the YAF Dev Team. Thank you! -Dave [/quote] Frankly, there haven't really been many issues with Beta 3. The new features might need some tweaking, but I don't really expect new features to ever be 100% perfect. Hopefully not famous last words... [blink] |
Posted by: cct - Tuesday, 8 December 2009 22:32:56 |
---|
nice work! can't wait to test it out... |
Posted by: b@-@d - Tuesday, 8 December 2009 23:24:09 |
---|
[quote=cct]nice work! can't wait to test it out...[/quote] me too.. I'm the newbie here just for a few days. But I found the YAF 1.9.4 beta3 is really easy to configure & deploy. Thanks you gugs did the great job. |
Posted by: bertb - Wednesday, 9 December 2009 04:37:01 |
---|
Great work guys! I wasn't expecting a RC1 that soon. :) |
Posted by: microsoul - Wednesday, 9 December 2009 10:56:50 |
---|
I have this error:
FILE:
mssql/procedures.sql
ERROR:
Il nome di colonna 'IsDeleted' non è valido.
STATEMENT:
CREATE PROCEDURE [dbo].[yaf_pmessage_list](@FromUserID int=null,@ToUserID int=null,@UserPMessageID int=null) AS
BEGIN
SELECT PMessageID, UserPMessageID, FromUserID, FromUser, ToUserID, ToUser, Created, Subject, Body, Flags, IsRead, IsInOutbox, IsArchived, IsDeleted
FROM [dbo].[yaf_PMessageView]
WHERE ((@UserPMessageID IS NOT NULL AND UserPMessageID=@UserPMessageID) OR
(@ToUserID IS NOT NULL AND ToUserID = @ToUserID) OR (@FromUserID IS NOT NULL AND FromUserID = @FromUserID))
ORDER BY Created DESC
END
Descrizione: Eccezione non gestita durante l'esecuzione della richiesta Web corrente. Per ulteriori informazioni sull'errore e sul suo punto di origine nel codice, vedere l'analisi dello stack.
Dettagli eccezione: System.Exception: FILE:
mssql/procedures.sql
ERROR:
Il nome di colonna 'IsDeleted' non è valido.
STATEMENT:
CREATE PROCEDURE [dbo].[yaf_pmessage_list](@FromUserID int=null,@ToUserID int=null,@UserPMessageID int=null) AS
BEGIN
SELECT PMessageID, UserPMessageID, FromUserID, FromUser, ToUserID, ToUser, Created, Subject, Body, Flags, IsRead, IsInOutbox, IsArchived, IsDeleted
FROM [dbo].[yaf_PMessageView]
WHERE ((@UserPMessageID IS NOT NULL AND UserPMessageID=@UserPMessageID) OR
(@ToUserID IS NOT NULL AND ToUserID = @ToUserID) OR (@FromUserID IS NOT NULL AND FromUserID = @FromUserID))
ORDER BY Created DESC
END
Errore nel codice sorgente:
Il codice sorgente che ha generato questa eccezione non gestita può essere visualizzato soltanto durante la compilazione in modalità di debug. Per attivare tale modalità, eseguire una delle operazioni descritte di seguito, quindi richiedere l'URL:
1) Aggiungere una direttiva "Debug=true" all'inizio del file che ha generato l'errore. Esempio:
<%@ Page Language="C#" Debug="true" %>
Oppure:
2) Aggiungere la seguente sezione al file di configurazione dell'applicazione:
|
Posted by: kainthedragoonx - Wednesday, 9 December 2009 11:15:42 |
---|
Here we go! :twisted: Let's hope all my log-in issues go away now! |
Posted by: herman_herman - Wednesday, 9 December 2009 16:14:04 |
---|
[quote=Jaben]I just want to reiterate: I really appreciate the help with YAF from Kamyar and Bbobb on this release. You guys made this release like Christmas with some wonderful additions to YAF![/quote] Definitely...Also don't forget yourself:wink: |
Posted by: johnnynine - Wednesday, 9 December 2009 19:48:56 |
---|
I just upgraded from 1.9.1.6 and I get an error when trying to sign in. I didn't get any errors when installing/upgrading but when I try to sign in I get the following error: [quote]Failure There's been a system error processing your request. Please contact the forum admin explaining what you were doing when it happened. Continue...[/quote] So I can't sign in, but I can view the forum. Is there any way to find out what the actual error is and how to correct it? Johnny |
Posted by: bbobb - Wednesday, 9 December 2009 21:08:53 |
---|
Set
|
Posted by: Hydra - Wednesday, 9 December 2009 21:15:58 |
---|
Seems to be working fine on my end. Good job to everyone involved. |
Posted by: johnnynine - Wednesday, 9 December 2009 23:32:38 |
---|
I restored version 1.9.1.6 and ran the install/upgrade again. This time I do not get an error when signing in, but none of the previous signins work... it says the username or password is wrong. I also attempted to create a new user but got the following error: Cannot insert the value NULL into column 'RoleID', table 'Forum.dbo.yaf_prov_RoleMembership'; column does not allow nulls. INSERT fails. The statement has been terminated. The stack trace indicates that it occurs at: YAF.Providers.Roles.YafRoleProvider.AddUsersToRoles(String[] usernames, String[] roleNames) The first time I upgraded I rememeber seeing the installer mention migrating the users, but I don't recall that this time. I guess I'll give it YAT... yet another try. Johnny |
Posted by: johnnynine - Wednesday, 9 December 2009 23:54:20 |
---|
Ok I upgraded again and this time it did populate the membership tables but I still get the following handled error: [quote]Failure There's been a system error processing your request. Please contact the forum admin explaining what you were doing when it happened. Continue...[/quote] This error does not show up as a normal asp.net error so changing the web.config customError element has no effect. It shows up under the heading of "Forum » Failure". I looked in the Window Event Viewer and found the following: [quote]Event code: 3007 Event message: A compilation error has occurred. Event time: 12/9/2009 8:42:53 PM Event time (UTC): 12/10/2009 3:42:53 AM Event ID: 2ea568bd73304fc0a43d3900370e65f1 Event sequence: 3 Event occurrence: 1 Event detail code: 0 Application information: Application domain: /LM/W3SVC/4/ROOT/forum-5-129018901732301111 Trust level: Full Application Virtual Path: /forum Application Path: C:\Inetpub\c\forum\ Machine name: MACHINE1 Process information: Process ID: 2032 Process name: w3wp.exe Account name: NT AUTHORITY\NETWORK SERVICE Exception information: Exception type: HttpCompileException Exception message: C:\Inetpub\c\forum\App_Code\YAF\Modules\PageLogoHandlerModule.cs(59): error CS0246: The type or namespace name 'var' could not be found (are you missing a using directive or an assembly reference?) Request information: Request URL: http://c.com/forum/Default.aspx?g=rsstopic&pg=topics&f=8 Request path: /forum/Default.aspx User host address: ... User: Is authenticated: False Authentication Type: Thread account name: NT AUTHORITY\NETWORK SERVICE Thread information: Thread ID: 6 Thread account name: NT AUTHORITY\NETWORK SERVICE Is impersonating: False Stack trace: at System.Web.Compilation.AssemblyBuilder.Compile() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.CodeDirectoryCompiler.GetCodeDirectoryAssembly(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories, Boolean isDirectoryAllowed) at System.Web.Compilation.BuildManager.CompileCodeDirectory(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories) at System.Web.Compilation.BuildManager.CompileCodeDirectories() at System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters) Custom event details: [/quote] FOLLOW UP: OK this looks like a compile error and since the error is on "var" which is a c# 3.x keyword I would guess that IIS is not set up to use the cs 3.x when compiling? I found the compilers section in the web.config and it specifies a compiler version of v3.5 so I assume that is set correctly and since other people get the release to work I assume the source code is correct. Any ideas? FOLLOW UP 2: I modified the PageLogoHandlerModule.cs file and changed the two "var" keywords to the method return types and I no longer see the error in the event log, but I still get the Failure error listed at the top of this message. Is there any way to find out what specifically failed? |
Posted by: johnnynine - Thursday, 10 December 2009 01:24:18 |
---|
In addition to the above issue, when I try to create a new user I get the following error: [quote][SqlException (0x80131904): The INSERT statement conflicted with the FOREIGN KEY constraint "FK_yaf_CheckEmail_yaf_User". The conflict occurred in database "Forum", table "dbo.yaf_User", column 'UserID'. The statement has been terminated.] Line 321: Line 322: // save verification record... Line 323: DB.checkemail_save(userID, hash, user.Email); Line 324: Line 325: var verifyEmail = new YafTemplateEmail("VERIFYEMAIL"); System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +1948826 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +4844747 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +194 System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +2392 System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +204 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +954 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +162 System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) +175 System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +137 YAF.Classes.Data.YafDBAccess.ExecuteNonQuery(SqlCommand cmd, Boolean transaction) +138 YAF.Classes.Data.DB.checkemail_save(Object userID, Object hash, Object email) +160 YAF.Pages.register.CreateUserWizard1_CreatedUser(Object sender, EventArgs e) in c:\Inetpub\c\forum\pages\register.ascx.cs:323 System.Web.UI.WebControls.CreateUserWizard.OnCreatedUser(EventArgs e) +111 System.Web.UI.WebControls.CreateUserWizard.AttemptCreateUser() +354 System.Web.UI.WebControls.CreateUserWizard.OnNextButtonClick(WizardNavigationEventArgs e) +102 System.Web.UI.WebControls.Wizard.OnBubbleEvent(Object source, EventArgs e) +418 System.Web.UI.WebControls.CreateUserWizard.OnBubbleEvent(Object source, EventArgs e) +161 System.Web.UI.WebControls.WizardChildTable.OnBubbleEvent(Object source, EventArgs args) +19 System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +37 System.Web.UI.WebControls.Button.OnCommand(CommandEventArgs e) +118 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +166 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565 [/quote] UPDATE: I restored version 1.9.1.6 and then upgraded to v1.9.3 and it works fine, but I never got v1.9.4 to work right. |
Posted by: midwestSS - Thursday, 10 December 2009 11:28:08 |
---|
i might be an idiot,but is there a doc to read of "whats new in RC1" ? |
Posted by: Jaben - Thursday, 10 December 2009 14:21:35 |
---|
[quote=johnnynine]Ok I upgraded again and this time it did populate the membership tables but I still get the following handled error: [quote]Failure There's been a system error processing your request. Please contact the forum admin explaining what you were doing when it happened. Continue...[/quote] This error does not show up as a normal asp.net error so changing the web.config customError element has no effect. It shows up under the heading of "Forum » Failure". I looked in the Window Event Viewer and found the following: [quote]Event code: 3007 Event message: A compilation error has occurred. Event time: 12/9/2009 8:42:53 PM Event time (UTC): 12/10/2009 3:42:53 AM Event ID: 2ea568bd73304fc0a43d3900370e65f1 Event sequence: 3 Event occurrence: 1 Event detail code: 0 Application information: Application domain: /LM/W3SVC/4/ROOT/forum-5-129018901732301111 Trust level: Full Application Virtual Path: /forum Application Path: C:\Inetpub\c\forum\ Machine name: MACHINE1 Process information: Process ID: 2032 Process name: w3wp.exe Account name: NT AUTHORITY\NETWORK SERVICE Exception information: Exception type: HttpCompileException Exception message: C:\Inetpub\c\forum\App_Code\YAF\Modules\PageLogoHandlerModule.cs(59): error CS0246: The type or namespace name 'var' could not be found (are you missing a using directive or an assembly reference?) Request information: Request URL: http://c.com/forum/Default.aspx?g=rsstopic&pg=topics&f=8 Request path: /forum/Default.aspx User host address: ... User: Is authenticated: False Authentication Type: Thread account name: NT AUTHORITY\NETWORK SERVICE Thread information: Thread ID: 6 Thread account name: NT AUTHORITY\NETWORK SERVICE Is impersonating: False Stack trace: at System.Web.Compilation.AssemblyBuilder.Compile() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.CodeDirectoryCompiler.GetCodeDirectoryAssembly(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories, Boolean isDirectoryAllowed) at System.Web.Compilation.BuildManager.CompileCodeDirectory(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories) at System.Web.Compilation.BuildManager.CompileCodeDirectories() at System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters) Custom event details: [/quote] FOLLOW UP: OK this looks like a compile error and since the error is on "var" which is a c# 3.x keyword I would guess that IIS is not set up to use the cs 3.x when compiling? I found the compilers section in the web.config and it specifies a compiler version of v3.5 so I assume that is set correctly and since other people get the release to work I assume the source code is correct. Any ideas? FOLLOW UP 2: I modified the PageLogoHandlerModule.cs file and changed the two "var" keywords to the method return types and I no longer see the error in the event log, but I still get the Failure error listed at the top of this message. Is there any way to find out what specifically failed?[/quote] Your host is not .NET v3.5. Please contact them... don't bother trying to covert YAF code to .NET v2.0. v1.9.3 is .NET v2.0. |
Posted by: Jaben - Thursday, 10 December 2009 14:22:06 |
---|
[quote=midwestSS]i might be an idiot,but is there a doc to read of "whats new in RC1" ?[/quote] Don't have one right now... It's a lot of work to put together, honestly. Maybe someone else can do it? Everything is in the SVN log. |
Posted by: johnnynine - Thursday, 10 December 2009 15:06:31 |
---|
[quote=Jaben]Your host is not .NET v3.5. Please contact them... don't bother trying to covert YAF code to .NET v2.0. v1.9.3 is .NET v2.0.[/quote] I personally installed .Net 3.5 SP1 on the server and verified that it is installed. It must be something else? |
Posted by: johnnynine - Thursday, 10 December 2009 15:09:48 |
---|
[quote=Jaben][quote=midwestSS]i might be an idiot,but is there a doc to read of "whats new in RC1" ?[/quote] Don't have one right now... It's a lot of work to put together, honestly. Maybe someone else can do it? Everything is in the SVN log.[/quote] I've had this same question about previous releases. A short major new features list would be very helpful. The list could exclude any bug fixes or minor changes. Johnny |
Posted by: Hydra - Thursday, 10 December 2009 15:56:27 |
---|
[quote=johnnynine][quote=Jaben]Your host is not .NET v3.5. Please contact them... don't bother trying to covert YAF code to .NET v2.0. v1.9.3 is .NET v2.0.[/quote] I personally installed .Net 3.5 SP1 on the server and verified that it is installed. It must be something else?[/quote] From IIS Manager, ensure that yaf is not running in the default Application Pool if you have other .NET 2.x applications running. I just created a new Application Pool named .NET 3.5, which I use for .NET 3.5 apps. |
Posted by: cct - Thursday, 10 December 2009 20:28:11 |
---|
Are there any db differences from beta 3, if so, will the RC release upgrade correctly from beta 3? |
Posted by: johnnynine - Friday, 11 December 2009 00:33:56 |
---|
[quote=Hydra][quote=johnnynine][quote=Jaben]Your host is not .NET v3.5. Please contact them... don't bother trying to covert YAF code to .NET v2.0. v1.9.3 is .NET v2.0.[/quote] I personally installed .Net 3.5 SP1 on the server and verified that it is installed. It must be something else?[/quote] From IIS Manager, ensure that yaf is not running in the default Application Pool if you have other .NET 2.x applications running. I just created a new Application Pool named .NET 3.5, which I use for .NET 3.5 apps. [/quote] Good thinking, as I recall the forum was in the same application pool as a different 2.0 app. But I decided to just upgrade to v1.9.3 since I don't really know what is new in v1.9.4 and v1.9.3 is working. :) Johnny |
Posted by: Kamyar - Friday, 11 December 2009 09:06:49 |
---|
[quote=Jaben]I just want to reiterate: I really appreciate the help with YAF from Kamyar and Bbobb on this release. You guys made this release like Christmas with some wonderful additions to YAF![/quote] Thank you Jaben. Actually YAF is like a free programming class for me. Just paying my debts. :wink: |
Posted by: bbobb - Friday, 11 December 2009 12:45:00 |
---|
Really, Jaben as always made the bulk of the work for the RC:wink:. I'm personally very happy with Kamyar' buddy list. Currently YAF has almost everything what I need as user. |
Posted by: Kamyar - Friday, 11 December 2009 15:19:18 |
---|
[quote=Jaben][quote=midwestSS]i might be an idiot,but is there a doc to read of "whats new in RC1" ?[/quote] Don't have one right now... It's a lot of work to put together, honestly. Maybe someone else can do it? Everything is in the SVN log.[/quote] I'll be glad to do some part of it. Where should I put the doc? If in YAF wiki, then in what part? And what is the svn build no. for the first build of YAF 1.9.4. |
Posted by: midwestSS - Friday, 11 December 2009 16:40:21 |
---|
[quote=bbobb]Really, Jaben as always made the bulk of the work for the RC:wink:. I'm personally very happy with Kamyar' buddy list. Currently YAF has almost everything what I need as user. [/quote] AGREED! The only thing i think i wish I had, was a user photo gallery so users can upload thier own pictures, and you access them by clicking on thier name. or .. in my case, maybe a 'garage' if you will so they can put up the pics of thier trucks, and maybe a little section for 'notes' or in my case 'stats' on what they have there. |
Posted by: Kamyar - Friday, 11 December 2009 16:48:39 |
---|
[quote=midwestSS] The only thing i think i wish I had, was a user photo gallery so users can upload thier own pictures, and you access them by clicking on thier name.[/quote] That's EXACTLY what I plan to add to YAF next. Just after going to my 2months mandatory military service.:( |
Posted by: midwestSS - Friday, 11 December 2009 16:52:47 |
---|
Wish you luck.. dont get hurt! |
Posted by: johnnynine - Sunday, 13 December 2009 01:35:09 |
---|
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 |
Posted by: bbobb - Sunday, 13 December 2009 06:46:06 |
---|
In YAF v1.9.4 RC1 you can do it for Groups and Rank based on a max value. Admins have unlimited pms. |
Posted by: victorantos - Sunday, 13 December 2009 21:01:39 |
---|
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 |
Posted by: midwestSS - Monday, 14 December 2009 09:44:54 |
---|
[quote=victorantos]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[/quote] its the web.config. use the recommened one from the latest version and it should work for you. |
Posted by: victorantos - Monday, 14 December 2009 14:32:37 |
---|
[b]are you sure?
just downloaded and it looks like this [/b]
|
Posted by: Jaben - Monday, 14 December 2009 23:27:26 |
---|
Use the settings that work... v1.9.4 membership provider settings haven't changed. |
Posted by: victorantos - Tuesday, 15 December 2009 03:28:53 |
---|
reseted all my users passwords, over 2000 |
Posted by: johnnynine - Thursday, 17 December 2009 19:03:34 |
---|
[quote=victorantos]reseted all my users passwords, over 2000[/quote] 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 |
Posted by: midwestSS - Friday, 18 December 2009 00:08:05 |
---|
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. |
Posted by: danova - Thursday, 24 December 2009 15:16:45 |
---|
You guys made this release like Christmas with some wonderful additions to yaf!:cheesy: |
Posted by: glikoz - Thursday, 28 January 2010 05:45:23 |
---|
When will 1.9.4 come ,dou have any plan ? Thx ... |
Posted by: kainthedragoonx - Friday, 29 January 2010 15:23:10 |
---|
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] |
Posted by: doxa123 - Monday, 5 April 2010 21:29:35 |
---|
when can we download YAF v1.9.4 RC2 ? |
Posted by: Chigs4u84 - Wednesday, 12 May 2010 07:47:31 |
---|
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.. |
Posted by: Kamyar - Thursday, 13 May 2010 07:58:23 |
---|
[quote=Chigs4u84]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..[/quote] Not a suitable place to ask. You should ask such a question in [url=http://forum.yetanotherforum.net/yaf_topics34_YAF-Membership-Integration.aspx]HERE.[/url] You can find more info [url=http://wiki.yetanotherforum.net/AspNetMembershipIntegration.ashx]HERE.[/url] |
Posted by: Chigs4u84 - Friday, 14 May 2010 07:18:17 |
---|
he Thanks for the reply. But i have already posted this in the topic you have suggested but haven't received any replies to it. Moreover i have already read the one link you have provided for the info but it provides the information regarding the older version and not the curent version. Please help .... |
Posted by: Skiltz - Tuesday, 8 June 2010 10:57:14 |
---|
I'm doing a proof of concept upgrading from a legacy forum system to YAF. Im getting some very long running SQL queries as below (this is going into a topic). We do have just over 1 million forums posts so I am guessing this can be fixed with the right indexes. running RC2 [img]http://agentx.info/longtime.png[/img] |
Posted by: Jaben - Tuesday, 8 June 2010 16:52:40 |
---|
I'll bite: Which sproc is causing the slowdown? |
Posted by: Skiltz - Tuesday, 8 June 2010 21:29:39 |
---|
[dbo].[yaf_post_list]: 37.642 After the index has been built I can run the sproc in SQL and it runs instantly...but the page still takes a while to load. The sproc is returning 5000 records. |
Posted by: bbobb - Wednesday, 9 June 2010 08:25:43 |
---|
You can try this: 1. function [{databaseOwner}].[{objectQualifier}message_getthanksinfo] has 2 variants replace #IFSRVVER>8# for #IFSRVVER>10# and #IFSRVVER=8# for #IFSRVVER>7# and update it. Report results. If it doesn't help, revert changes and go to step 2. 2. replace it in the sp ThanksInfo = ([{databaseOwner}].[{objectQualifier}message_getthanksinfo](a.MessageID, @ShowThanksDate)), for ThanksInfo = null, and disable thanks feature in hosts settings |
Posted by: Skiltz - Saturday, 12 June 2010 08:45:01 |
---|
Hmm no difference. See attached image. When you go into a topic that has 5000 records all of these are returned from the DB. I wonder if this is neccessary or I should alter the code to return just the messages for the corresponding page.[img]http://agentx.info/debug.png[/img] |
Posted by: Jaben - Saturday, 12 June 2010 19:53:17 |
---|
here's probably the best way to go: turn post_list into a function that returns message IDs only. And do all the filtering, then pull the exact message IDs needed. Wouldn't be a huge modification. Anyone? :) Nevermind: added myself. Wasn't a simplistic modification, I must admit. |
Posted by: dillegummin - Monday, 25 October 2010 11:19:15 |
---|
[quote=johnnynine]I just upgraded from 1.9.1.6 and I get an error when trying to sign in. I didn't get any errors when installing/upgrading but when I try to sign in I get the following error: [quote]Failure There's been a system error processing your request. Please contact the forum admin explaining what you were doing when it happened. Continue...[/quote] So I can't sign in, but I can view the forum. Is there any wa [/quote] Sorry for grave digging this one. But I have the exact same problem upgrading from 1.9.3 to 1.9.5-RC1 as described [url=http://forum.yetanotherforum.net/yaf_postst10878_Request-timed-out-during-installation.aspx]here[/url]. I can't really see any solution in this thread. Is there one, and what is causing this error? Where can I dig out more information on what is actually failing here? I have tried looking at Event Logs but I find nothing. |
Posted by: Jaben - Wednesday, 27 October 2010 15:54:05 |
---|
[quote=dillegummin][quote=johnnynine]I just upgraded from 1.9.1.6 and I get an error when trying to sign in. I didn't get any errors when installing/upgrading but when I try to sign in I get the following error: [quote]Failure There's been a system error processing your request. Please contact the forum admin explaining what you were doing when it happened. Continue...[/quote] So I can't sign in, but I can view the forum. Is there any wa [/quote] Sorry for grave digging this one. But I have the exact same problem upgrading from 1.9.3 to 1.9.5-RC1 as described [url=http://forum.yetanotherforum.net/yaf_postst10878_Request-timed-out-during-installation.aspx]here[/url]. I can't really see any solution in this thread. Is there one, and what is causing this error? Where can I dig out more information on what is actually failing here? I have tried looking at Event Logs but I find nothing.[/quote] Please read this: http://wiki.yetanotherforum.net/TroubleShooting%20CustomErrors.ashx And create a thread about your problem in the problems thread... |