Site definition files

I had to reinstall my dreamweaver software completely, and
now I would like to reconstruct my site definitions without
manually entering them all again. Unfortunately i didn't export
them before my computer crashed. I have all the files that
dreamweaver created before in the application data folders etc and
I was wondering if there is a way that I could use that with my
newly installed dreamweaver to recreate teh site definitions?
thanks

a0123aa wrote:
> Unfortunately i didn't export them before my computer
crashed. I have all the
> files that dreamweaver created before in the application
data folders etc and I
> was wondering if there is a way that I could use that
with my newly installed
> dreamweaver to recreate teh site definitions?
Unfortunately, no. I'm not sure where site definitions are
kept on a
Mac, but on a Windows machine, they're stored in the Windows
registry.
Site definitions can be automatically rebuilt only if you
exported them
in the first place.
David Powers
Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
http://foundationphp.com/

Similar Messages

  • Create a Site Definition file with Visual Web part in Visual Studio

    I tried to create a site definition file in Visual Studio 2013 and SharePoint 2013 by following the MSDN tutorial:
    Walkthrough: Create a Basic Site Definition Project. Near the end, I added a virtual web part control to the site definition and registered MyWebPartControls in the site definition's default ASPX page as written in the MSDN tutorial:
    Unfortunately, IntelliSense doesn't show any MyWebPartControls: tags, and VisualWebPart1 is highlighted with a warning “Element 'SMWebPart3' is not a known element. This can
    occur if there is a compilation error in the Web site, or the web.config file is missing.”
    Since it’s a warning, I went ahead to build and deploy the solution. However, when I used the site definition template to create a subsite, it returned a parser error:
    Unknown server tag 'MyWebPartControls:TestSiteDef1.VisualWebPart1'
    I spent half day researching and debugging, and finally solved the problem. The issue is on the registration line:
    <%@ Register Tagprefix="MyWebPartControls" Namespace="TestSiteDef.VisualWebPart1" Assembly="$SharePoint.Project.AssemblyFullName$" %>
    The $SharePoint.Project.AssemblyFullName$ is a replaceable parameter to provide values for SharePoint solution items whose actual values are not known at design time. Unfortunately, it does not find the right assembly name during the deployment. It should
    be replaced by the Assembly’s Strong Name. Here is how I fixed the problem step by step:
    In Solution Explorer, open the package node and double click Package.package
    Click Manifest tab in the Package.package.
    Copy the full assembly name in the package’s manifest. It may be similar like this:
              Assembly="TestSiteDef,
    Version=1.0.0.0, Culture=neutral, PublicKeyToken=a300f1f2da8ae976"
    Back to the site definition’s default.aspx page, replace the
                     Assembly="$SharePoint.Project.AssemblyFullName"
    in the registration line with the copied text:
    Assembly="TestSiteDef,
    Version=1.0.0.0, Culture=neutral, PublicKeyToken=a300f1f2da8ae976"
    Change the Namespace from
    Namespace="TestSiteDef.VisualWebPart1"
    to
    Namespace="TestSiteDef".
    The line to register the web part in a site definition file will look like this:
    <%@
    Register
    Tagprefix="MyWebPartControls"
    Namespace="TestSiteDef "
    Assembly="TestSiteDef, Version=1.0.0.0,
    Culture=neutral, PublicKeyToken=a300f1f2da8ae976"
    %>
    Clean, build and deploy the solution. It works like charm. (Note: the warning message on visual web part may still exist, but you can ignore it).

    Assuming your .ascx.vb file is inheriting from the web part class, you can add the custom properties in the same manor (language syntax aside).
    Be sure to use the attributes to correctly identify and scope the properties. (see:
    http://www.sbrickey.com/Tech/Blog/Post/SharePoint_Attributes_for_Web_Part_properties)
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com

  • Site definition files? anyone?

    OK so I am new to website creation, so please cut me some
    slack. Using Dreamweaver CS3 on a Mac, in the manage sites window,
    none of the sites I created with Dreamweaver 8 are shown, yet they
    all reside in a local sites folder in my documents folder. When I
    choose the import function, it asks for the location of my site
    definition files (ste) but none are visible anywhere on my system.
    How do I import/recognise my previously built sites in Dreamweaver
    CS3? Totally confused here...

    The sites *should* have been migrated when you installed CS3,
    but you can
    always go back into DW8, EXPORT the sites, then IMPORT them
    into CS3.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Tik-Tok Man" <[email protected]> wrote in
    message
    news:fd4vjq$ddf$[email protected]..
    > OK so I am new to website creation, so please cut me
    some slack. Using
    > Dreamweaver CS3 on a Mac, in the manage sites window,
    none of the sites I
    > created with Dreamweaver 8 are shown, yet they all
    reside in a local sites
    > folder in my documents folder. When I choose the import
    function, it asks
    > for
    > the location of my site definition files (ste) but none
    are visible
    > anywhere on
    > my system. How do I import/recognise my previously built
    sites in
    > Dreamweaver
    > CS3? Totally confused here...
    >

  • Just where ARE the site definition files?

    I've just received CS4.  I want to move it to my more powerful laptop when I install it.  I know how to do that and I can move site files, but where are the site definition files?  I really don't want to have to set up each site from scratch.  Is there one (or more) files that are the name, url, location, id, password etc for each of the (many) sites in CS3?
    don Carlos

    To import/export site definitions (not site files):
    On the old computer:
    Site > Manage Sites
    Shift click to highlight all site names
    Export..
    Same procedure on new computer then Import..

  • Re: Site definition file help needed.

    On Fri, 22 Dec 2006 09:38:17 -0800, Kevin D-R
    <[email protected]> wrote:
    >Which brings me to Dreamweaver. I have copied everything
    over and
    >reinstalled Dreamweaver, but my site definition
    information is gone.
    >
    >Any ideas on how to get that copied over?
    The site definition is stored in the Windows system registry.
    If you
    cannot boot from the old hard drive, you may need to re-enter
    the site
    information.
    Gary

    Thanks so much for your response Anita.
    Since I posted this, I noticed a blurb on the Weblogic site that mentioned Service
    Pack 9 fixes any problems with JSSE and SSL from within a Weblogic jsp/servlet.
    That service pack also includes an example of using the Weblogic SSL routines
    to make outgoing HTTPS connections. So, I'm trying to install service pack 9 and
    use the example code included in the distribution. I may end up trying what you
    listed below however, because SP 9 seems to be screwing up some of our functionality.
    <sigh> It nevers ends....
    "Anita" <[email protected]> wrote:
    >
    1) Put the JSSE classes in the lib/ext directory.
    2) in the Weblogic.properties file change the weblogic.security.SSLHandler.enable=true
    to weblogic.security.SSLHandler.enable=false
    3) in the weblogic.policy file under a 'grant' directive for all code
    bases,
    put permission java.util.PropertyPermission "java.protocol.handler.pkgs",
    "write";

  • Help - Site Definition Files

    Hi
    My PC recently crashed and I have had to restore DW 8,
    however when I open DW the list of sites has disappeared.
    I had previously exported all the site information using the
    Backup/Export process and I can import the STE files but it has
    been a while since I have done that and some of the newer sites
    aren't included.
    Within DW is there a configuration file that keeps a list of
    the sites and login details etc, ie when you click on Manage Sites
    it lists all the current sites? As ideally I would like to restore
    those files from a previous tape backup ratehr than sit down and
    recreate them again.
    Kind regards
    Steven

    If you do not have recent site definition exports you will
    have to recreate
    those site definitions manually. Sorry....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Trefoil" <[email protected]> wrote in
    message
    news:e6u4cn$78f$[email protected]..
    > Hi
    >
    > My PC recently crashed and I have had to restore DW 8,
    however when I open
    > DW
    > the list of sites has disappeared.
    >
    > I had previously exported all the site information using
    the Backup/Export
    > process and I can import the STE files but it has been a
    while since I
    > have
    > done that and some of the newer sites aren't included.
    >
    > Within DW is there a configuration file that keeps a
    list of the sites and
    > login details etc, ie when you click on Manage Sites it
    lists all the
    > current
    > sites? As ideally I would like to restore those files
    from a previous tape
    > backup ratehr than sit down and recreate them again.
    >
    > Kind regards
    >
    > Steven
    >

  • Dreamweaver CS6 will not recognize existing site definition files

    Neither does CC, naturally.  These are sites I haven't edited for about a year. I can't find any information about reloading sites by importing the contents, only by opening the STE files... which in this case, won't open.

    Are you attempting to simply open the .ste, or are you going to Site > Manage Sites > Import?
    If you are tring to import them correctly (second option above) and they aren't importing, the .ste files may be corrupt. To create new site definitions from your existing content...
    1. Go to Site > New Site
    2. For the "Local Site Folder" browse to one of your current site folders on your HD
    3. Add a server and FTP credentials obtained from your hosting company (if you don't have them)
    4. Save
    5. Repeat for each site
    EDIT: If you don't have the site's files locally, do the same as above (setting the local site folder to an empty folder on your HD) and, once you add the FTP info, click the Get button (down arrow) in the Files window to download your entire site onto your machine.

  • DW CC ...not a valid site definition file

    I have about 50 .ste files I need to import that were created with DW CC and now they won't import back into DW CC?
    Is there something I can do to get this to work? is it a bug with Dreamweaver?
    The .ste files were exported from DW CC only last week and today they won't go back into DW CC.

    That worked, which helped find the issue.
    My localroot had been changed recently so I needed to make a little change on line 3:
    it was:
    <localinfo sitename="sitename" ftporrdsserver="FALSE" mediaqueryfile="" localroot="MBP%20HD:Applications:XAMPP:xamppfiles:htdocs:sitename.com:" ...>
    and need to be:
    <localinfo sitename="sitename" ftporrdsserver="FALSE" mediaqueryfile="" localroot="hddname:Applications:XAMPP:xamppfiles:htdocs:sitename.com:" ...>
    Seems to have fixed it.
    Thanks.

  • Preview versus Real View Not the Same, Site Definition Errors - Dreamweaver CS4

    I am having trouble working on sites where it seems that Dreamweaver wants me to specify different file locations for various "includes" depending on whether I want to view the site as a preview (F12) vs. on a local test server vs. on the real website server.  Note I am using Dreamweaver CS4 (ver. 10) on Windows, my local test server is Apache running via an Xampp installation on Windows, and my production server is also Apache, running at Hostgator.  I am building a fairly basic html site using SSI via SHTML files, rather than PHP or a more sophisticated method.  Here is what seems to be happening:
    1.  In my index.shtml file I call, for example, a subheader file called "header-nosub-menu.inc.htm."  I have my site definitions set to "relative to document root."  Using the insert -> SSI command, Dreamweaver links to the file with the following: My first problem is that, as specified, the subheader.menu.inc.htm file is not found and the preview gives me an error.  I get the same error if i try to display the file on my local test server (http://localhost/domainname).  However, if I upload the file to my production server, it seems to work fine.  If I change the include command to: #include virtual="./includes/subheader.menu.inc.htm," by manually inserting the "./" to change the directory reference, then the file seems to work in all three situations  Which is the correct directory specification, and why is Dreamweaver not generating it automatically?
    While I can make the manual changes in the directory specifications, I am concerned that if Dreamweaver is making an error in this instance, it may generate more serious problems that are harder to find later.
    2. The second issue seems to involve the Site Definition file configuration.I get an error message when I set up my site definition in what seems to be the correct way, specifically, using the following specifications:
    Local Root folder:  "C:\htdocs\domainname-dev\"
    http address:   "http://www.domainname/"
    testing server folder:  "C:\htdocs\domainname-dev"
    url prefix:  "http://localhost/domainname-dev"
    The error message is: "The site url prefix for the testing server does not match the site url prefix specified in the http address for the site."
    However, when I change the testing server url prefix to one that does not yield an error message ("http://localhost") I then have problems with the preview (F12) display.  Specifically, instead of a preview request generating the following url: "http://localhost/domainname-dev/TMPm393xnclqu.shtml" I find that it generates the following: "http://localhost/TMPm393xnclqu.shtml"  The so called incorrect definition seems to be the correct one, but  why is Dreamweaver not recognizing it as such?  Am I making a error somewhere else in my configuration?
    I would appreciate any assistance that anyone here can provide,
    Thanks,
    http://localhost/

    except for the Apache virtual host configuration, which I do not see a need for
    I wasn't suggesting that you use virtual hosts (although I have defined about 50 virtual hosts on my own development machine). I was trying to understand the url you listed:
    http://www.domainname/
    Without a virtual host definition, that would have no meaning and could not point to anything, unless you simply were leaving off the TLD in the example. (.com, .net, etc)
    I often use the PHP $_SERVER superglobal to define paths and handle differences between the development environment and the remote server environment. Examples:
    DOCUMENT_ROOT: D:/ZendServer/Apache2/htdocs/website/ranch (machine path)
    REQUEST_URI: /topic/calendar (url parameters)
    SCRIPT_NAME: index.php
    HTTP_REFERER: (the url of the script preceding the current script)
    HTTP_HOST: (this is the domain name. It is very useful for distinguishing between the local and remote environments)
    COMPLETE EXAMPLE:
    echo "<p><a class='noPrint' href='".$_SERVER['HTTP_REFERER']."'>RETURN TO PREVIOUS PAGE</a></p>";

  • Site definition issue (maybe???)

    My desktop computer had some issues and I am having a hardware and operating system upgrade done on it. It had six hard drives, none of which were damaged and all of the data is intact. This data includes all of my DW CS4 sites which are in one of two directorys  (i.e, "Client A-M" and "Client N-Z"), under a client sub-directory in the client's name.
    I have a free-standing docking station where I mounted the hard drive with the client files and copied them to an external drive which is attached to my laptop, which has a full CS4 Premium Design Suite, including DW CS4, installed. I have already edited and updated some sites, a couple with no problems, and a couple with some problems reocognizing and updating templates.
    In a previous post, I addressed this issue and it was suggested that on the ones where I had problems, the issue was site definition files. I have just recieved a request to do some updating on a site which I have not opened on the laptop. As a prevention to avoid any problems, my quesiton is this:
    Should I redefine the site in it's existing folder on the laptop as a new site since this installation of DW CS4 has never seen that site before and the subject site is not on its recognized list of sites.
    Thanks in advance for you help,
    Joe
    PS: What is the file extension for the site definition files, and where do they reside on the computer?
    J.

    Without knowing the issues it's hard to determine.  You could always try to bring the files over.  Assuming your computer was setup with a RAID configuration and you didn't lose data then you should have no issues transferring the files.  But if you were running 6 independent hard drives and you have already run into issues you may want to consider just entering the data in fresh just to ensure no corruption down the road.  The files for the site definitions will vary.  Typically on the Mac they are located in the Library->Application Support->Adobe->Dreamweaver CS5 folder, on Windows it's hidden away in the Application Data folder.

  • Lost site definition in CS5.5

    My IMac crashed and now l the Site Definitions file is lost, I have tried to do a restore from my Time Machine but I am unable to find the Site Definitions Folder
    I have even tried reinstalling Dreamweaver as per the instructions in the Adobe support site after reinstalling DW I am still unable to make a new site, I am getting an error message that tells me that the Sprite Assets folder is not inside the site
    Should I move the Dream Weaver application from the Applications Folder to the Trash and reinstall DW? or what?
    Some help will be appreciated

    Whenever DW starts acting up, the first thing I do is clear the program cache:
    Deleting a corrupted cache file
    If that doesn't take care of it, I move on to restoring preferences:
    http://helpx.adobe.com/dreamweaver/kb/restore-preferences-dreamweaver-cs4-cs5.html
    If restoring preferences doesn't clear the issue, the "nuke it from orbit" option would be a fresh re-install using the Cleaner Tool:
    http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html

  • Dynamically-related files could not be resolved because the site definition is not correct

    Hello
    My name is Doron and I am a graphic designer
    I design with Dreamweaver and I want to connect the WordPress to Dreamweaver
    I have a WINDOWS OS 7 64 bit,  so I installed Apache Software WampServer 64
    I set up WordPress and connected to Dreamweaver but
    when I run the index.php and click on discover dynamically-related files.
    I got an error:
    " dynamically-related files could not be resolved because the site definition is not correct "
    I did everything ok I do not know what the problem
    I would love to get help connecting Dreamweaver with WordPress
    that they could work together so I can continue to learn WordPress
    Thanks in advance
    doron

    The only WP files you should be looking at are in your WP Themes folder.  Everything else is off limits. See links below:
    WordPress theme - The Anatomy, an Infographic - Yoast
    Theme Development « WordPress Codex
    DW is only useful for customizing your Theme.  Once WP is deployed on your web server, you must use WP's online Dashboard to maintain it.
    Dashboard — Support — WordPress.com
    Administration Screens « WordPress Codex
    Nancy O.

  • Backing up and restoring site definitions

    Losing your site definitions in Dreamweaver can be a disaster, but it does happen sometimes. The best way to prepare for such an eventuality is to back up your site definitions on a regular basis.
    Creating a backup
    You can back up all your site definitions in a single operation by selecting Site > Manage Sites. In the dialog box that opens, Shift-click to select all site names, and then click Export.
    In Dreamweaver CS6, the Manage Sites dialog box looks like this:
    In earlier versions of Dreamweaver, it looks like this:
    Dreamweaver asks if you want to include passwords and login details (this is the default option). Whichever option you choose will be applied to all sites, so click Cancel if you want to treat some sites separately, and export your sites in two sets by using Ctrl/Cmd-click to select them.
    When you click OK, Dreamweaver asks where you want to export the definitions. Navigate to a suitable location, leave the File name field unchanged, and click Save. Although only one site name is listed in the File name field, Dreamweaver exports all the site definitions as .ste files in a single operation.
    NOTE: This process backs up only the details of your sites, such as the location of the root folder, FTP details, and so on. It does not back up the actual files in your site, such as .html (or .php, .asp, .cfm) files, images, and style sheets. It's a good idea to use your normal file backup routine on your actual files from time to time, as well as exporting the site definitions.
    Restoring site definitions
    In the event of losing your site definitions in Dreamweaver or moving to a new computer, open the Manage Sites dialog box, and use the Import button to navigate to your backup .ste files.
    What if I don't have a backup?
    Often, if you don't have a backup of .ste files, you need to go through the whole process of re-entering the details for each site manually.
    However, you might be able to restore them by using a restore point on Windows or Time Machine in Mac OS X.
    On Windows, the site definitions for Dreamweaver CS6 are stored in the Windows Registry at HKEY_CURRENT_USER\Software\Adobe\Common\12.0\Sites.
    In Mac OS X, they are at Macintosh HD:<username>:Library:Application Support:Adobe:Common:12.0:Sites:Site Prefs.
    In recent versions of Mac OS X, the Library folder is hidden. In the Mac Finder, select Go > Go to Folder, type ~/Library in the search field, and click Go.
    Dreamweaver CS5.5 site definitions are in the same location, except use 11.5 instead of 12.0. The numbers for CS4 and CS3 are 10 and 9 (without a decimal fraction) respectively. For earlier versions of Dreamweaver, substitute Macromedia for Adobe, and adjust the number accordingly.
    If you don't have a backup of the actual files on your site, download the files from your remote server.

    Hello,
    We are running iPlanet 5.2 Messaging Server and need
    to migrate to another (duplicate) 5.2 Messaging
    Server. We have all the software installed and the
    LDAP user accounts created. Now we just need to move
    the existing mail from one server to the other.
    I found the Backing Up and Restoring the Message
    Store section in the Admin Guide says to back up and
    restore your data, Messaging Server provides the
    imsbackup and imsrestore utilities.
    However I am wondering about the Queue?
    Under <instance>/imta/queue
    What is the difference between the Message Store
    and the Queue? The Message Store is where messages get delivered to, so you can read them.'
    The queue is where messages are temporarily stored, pending delivery to wherever they go.
    You can use tar, cpio, or what have you for the queue. Stop the server first. . .
    You then just restore the files to the new server. No need to restart or anything like that. Just dump the files in, and run
    imsimta cache -sync
    to tell the MTA to re-read the queue.
    Can I just backup and restore the
    Queue using tar or cpio?
    Thanks in advance for any advice.
    Regards,
    Tim

  • Remote and Testing Server Site Definitions

    I am confused about what information I should put in my
    remote site definition info and testing server FTC Host directory
    text boxes. My host placed 3 directories: database, log, and www on
    my server and Dreamweaver placed two directories, Connections and
    _mmServerScripts in the same directory as the above 3. I have
    placed all of my site files, including my home page and folders in
    the www directory and my Access database in the database directory.
    Dreamweaver placed the connection info in the Connections folder an
    d _mmServerScripts in the same directory.
    In order to construct my local site to match the remote site,
    I created a www folder on my local site and placed all of my HTML
    files and supporting folders in it.
    From various Adobe Tech Notes I have read, I was led to
    believe my FTP host directory
    Should be www/. However, when I do this and create a new web
    page on my local site and upload it to my remote site, Dreamweaver
    creates a new www directory inside of the one my host created on
    the remote site and uploads the file to it instead of placing it in
    the www directory my host created. Also, when I use F12 to test my
    page in my browser I get a 404 page not found because Dreamweaver
    placed a www in the page URL that shouldn’t be there and
    after I remove it I’m able to see my page in my browser. My
    URL prefix on my testing server site definition is:
    http://I.P.number.html.
    What am I not doing right?
    Should I use www/ as my FTP host directory or leave it blank?
    Also, what should my URL prefix be?
    Thanks for your help.

    What you need to do is set up so that in the remote server
    you point to the
    www level on the server, and don't replicate this locally.
    Paul Whitham
    Certified Dreamweaver MX2004 Professional
    Adobe Community Expert - Dreamweaver
    Valleybiz Internet Design
    www.valleybiz.net
    "Jim_Moore" <[email protected]> wrote in
    message
    news:[email protected]...
    >I am confused about what information I should put in my
    remote site
    >definition
    > info and testing server FTC Host directory text boxes.
    My host placed 3
    > directories: database, log, and www on my server and
    Dreamweaver placed
    > two
    > directories, Connections and _mmServerScripts in the
    same directory as the
    > above 3. I have placed all of my site files, including
    my home page and
    > folders
    > in the www directory and my Access database in the
    database directory.
    > Dreamweaver placed the connection info in the
    Connections folder an d
    > _mmServerScripts in the same directory.
    >
    > In order to construct my local site to match the remote
    site, I created a
    > www
    > folder on my local site and placed all of my HTML files
    and supporting
    > folders
    > in it.
    >
    > From various Adobe Tech Notes I have read, I was led to
    believe my FTP
    > host
    > directory
    > Should be www/. However, when I do this and create a new
    web page on my
    > local
    > site and upload it to my remote site, Dreamweaver
    creates a new www
    > directory
    > inside of the one my host created on the remote site and
    uploads the file
    > to it
    > instead of placing it in the www directory my host
    created. Also, when I
    > use
    > F12 to test my page in my browser I get a 404 page not
    found because
    > Dreamweaver placed a www in the page URL that shouldn?t
    be there and after
    > I
    > remove it I?m able to see my page in my browser. My URL
    prefix on my
    > testing
    > server site definition is:
    http://I.P.number.html.
    >
    > What am I not doing right?
    > Should I use www/ as my FTP host directory or leave it
    blank?
    > Also, what should my URL prefix be?
    >
    > Thanks for your help.
    >
    >

  • Issue in Custom Blog site definition based on SharePoint 2010 blog site definition after migrating the sites to SharePoint 2013 and site collection upgrade

    I have created a custom blog site definition using SharePoint 2010 blog site definition with Configuration ID 31 in onet.xml (new value). This was working fine for SharePoint 2010.
    We created new SharePoint 2013 farm and deployed the all Custom solutions in
    14/15 folders. After migrating the sites to SharePoint 2013 using Content DB approach, site created previously using my custom definition are working fine.
    But after running site collection upgrade these sites stop working. When I post a comment then comments not getting listed on post detail page. However comments are getting added to Comments List but
    PostTitle column  of Comment is not getting populated.
    Also, when we create a new site in SharePoint 2013 using my custom blog template then that is also not getting provisioned.  default.aspx and look-up between post and comment list are not working.
    If any one has faced such issue then please share your findings and any solution to fix this.
    Thanks in Advance :)

    Hi ,
    According to your description, my understanding is that the blog based on custom blog site definition didn’t work correctly after migrating custom blog site definition to SharePoint 2013.
    If you customized the Onet.xml file in a previous version's site definition, you should modify some sections in the file to work in the current version, like  <BaseTypes> and  <ListTemplate>  etc. More information, please refer
    to the link below:
    http://msdn.microsoft.com/en-us/library/office/aa543837(v=office.14).aspx
    For that the PostTitle column  of Comment is not getting populated, please try to modify the view, then compare the result.
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

Maybe you are looking for

  • How to install Solaris 10 on the same hard drive that has had an XP OS

    Hi All, I downloaded 5 CDs of Sun Solaris 10 and tried to install the OS on the same HDD that has already had XP OS. But when I boot the machine from CD-ROM to install the new OS, the PC did not do anything but just went back to XP windows. I do appr

  • Downloading Acrobat X Pro

    I have tried to download the trial version of Acrobat X Pro for two days, but the download link does not seem to be working. I click on it and nothing happens at all. Can anyone help, please? I am running Windows 7, 64-bit, and I have Internet Explor

  • Loading data into csv file based on the count of data in table in ODI

    Hi, I have a requirement like i have data in table and need to be loaded in csv file. If the count of the data in the table exceeds the csv data limit then i need to call the same procedure again to generate one more csv file and load the remaining d

  • How i can Delete iPhone configuration utility ?

    i have this problem in my macbook os x 10.9.3 1- itunes can not backup my iphone it gave error: the backup could not be save on this computer . 2- the iphone usb on the network always red :iphone usb is not plugged in or the device is not responding

  • Level0 Extract using MaxL from Multicurrency Planning application

    I have a multi currency Planning application with 2 Dense and 6 SParse dimension. Account And Currency Dense Rest all Sparse when i am running the level0 export using a maxL scrit to get data in Column format, it is generating all memebr in Column ex