Installation problem with .text 0.96

Last post 02-02-2007 11:29 PM by percent20. 1 replies.

Sort Posts:

  • Installation problem with .text 0.96

    02-02-2007, 10:07 PM
    • Member
      5 point Member
    • kingwkb
    • Member since 06-03-2006, 5:57 AM
    • Posts 2

    I download .text 0.96,appearing in the installation.

    in the SQL Scripts\0.96\096DB.sql,

    blog_UserProperties Table: 
    CREATE TABLE [dbo].[blog_UserProperties] (
    [UserID] [int] NOT NULL ,
    [UserConfig] [int] NOT NULL ,
    [ Email] [nvarchar] (128) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ,
    [ContactType] [int] NOT NULL ,
    [ContactFlags] [int] NOT NULL ,
    [DisplayEmail] [nvarchar] (128) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
    [DisplayName] [nvarchar] (128) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
    [DisplayLocation] [nvarchar] (128) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
    [Url] [nvarchar] (255) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
    [About] [nvarchar] (1536) COLLATE SQL_Latin1_General_CP1_CI_AS NULL
    ) ON [PRIMARY]
    GO

     

    blog_membership_CreateUser proc(part):

    Insert blog_UserProperties
    (UserID,PublicEmail, UserConfig)
    Values
    (@UserID,@PublicEmail, @UserConfig)

     

    why blog_UserProperties Table differs?

    I'am english very bad,Sorry!

  • Re: Installation problem with .text 0.96

    02-02-2007, 11:29 PM
    • Participant
      883 point Participant
    • percent20
    • Member since 06-10-2004, 8:10 PM
    • Glenpool, Ok
    • Posts 203

    Personally i don't suggest using .Text it isn't that well supported anymore from what I have seen.  Instead I would suggest a fork of the project called subtext or even community server if you don't mind laying down some money.

    here is the linke for subtext

    http://subtextproject.com/

     

    Buddy Lindsey
    Personal Blog http://www.buddylindsey.com/Blog/
    Technology Site and Blog - Beginnermediate
Page 1 of 1 (2 items)