Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • changlinn 16 posts 25 karma points
    Sep 19, 2012 @ 07:53
    changlinn
    0

    Codeplex work items

    I have a very long list of things to do and one of the issues I am experiencing with a couple of Umbraco installations had a fix posted at codeplex, it seems to have disappeared along with all the workitems? Is there anyway someone can find this and repost it here?

    http://umbraco.codeplex.com/workitem/27970

  • changlinn 16 posts 25 karma points
    Sep 19, 2012 @ 07:58
    changlinn
    0

    found it, never mind; http://ava.co.uk/support/faq/umbraco/invalid-object-name-cmspreviewxml.aspx

    USE [YOUR_DATABASE_NAME]
    SET QUOTED_IDENTIFIER ON;
    CREATE TABLE [dbo].[cmsPreviewXml]( [nodeId] [int] NOT NULL, [versionId] [uniqueidentifier] NOT NULL, [timestamp] [datetime] NOT NULL, [xml] [ntext] NOT NULL, CONSTRAINT [PK_cmsContentPreviewXml] PRIMARY KEY CLUSTERED ( [nodeId] ASC, [versionId] ASC)WITH (PAD_INDEX  = OFF, STATISTICS_NORECOMPUTE  = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS  = ON, ALLOW_PAGE_LOCKS  = ON) ON [PRIMARY]) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
    GO

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies