YAFLogo

Posted by: erkasoft - Saturday, 20 June 2009 08:55:39
I m trying to install sql server 2008 standart edition at my first time. I have some error about installation scripts. yaf is compitable with sql server 2008 ? thanks

Posted by: nordic - Sunday, 21 June 2009 02:16:39
[quote=erkasoft]I m trying to install sql server 2008 standart edition at my first time. I have some error about installation scripts. yaf is compitable with sql server 2008 ? thanks [/quote] What was the error?

Posted by: erkasoft - Sunday, 21 June 2009 07:03:36
I try to install sql 2008 with turkish collation. I fixed some problemns in the sql procedure. For example id/ID upper case problems. When I create the db Latin1_General_CI_AS collation, db is succesfully created. But I have a error reach to admin page [code]BBCode.EncodeHTML( PageContext.GetProfile( Eval("UserName").ToString() ).Location ) [/code] [code]collation conflict between "Turkish_CI_AS" and "Latin1_General_CI_AS"[/code] Other option is create a db Turkish_CI_AS : but installation cannot be finished, [code]Object reference not set to an instance of an object. 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.NullReferenceException: Object reference not set to an instance of an object. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [NullReferenceException: Object reference not set to an instance of an object.] YAF.Classes.Utils.YafBoardSettings.get_Name() +14 YAF.Classes.Base.ForumPage.GeneratePageTitle() +203 YAF.Classes.Base.ForumPage.ForumPage_Load(Object sender, EventArgs e) +56 System.EventHandler.Invoke(Object sender, EventArgs e) +0 System.Web.UI.Control.OnLoad(EventArgs e) +99 System.Web.UI.Control.LoadRecursive() +50 System.Web.UI.Control.LoadRecursive() +141 System.Web.UI.Control.LoadRecursive() +141 System.Web.UI.Control.LoadRecursive() +141 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627 [/code] I try to cahnge DB user languages turkish or english but not success. How can I solve that problem ? What is the default collation and can be used in turkish ?