<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>[Migration from 6.2 To 7.3]No web content template in front office</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=118954574" />
  <subtitle>[Migration from 6.2 To 7.3]No web content template in front office</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=118954574</id>
  <updated>2026-04-05T22:05:58Z</updated>
  <dc:date>2026-04-05T22:05:58Z</dc:date>
  <entry>
    <title>RE: [Migration from 6.2 To 7.3]No web content template in front office</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=118970614" />
    <author>
      <name>Alberto Chaparro</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=118970614</id>
    <updated>2020-04-17T17:02:49Z</updated>
    <published>2020-04-17T17:02:49Z</published>
    <summary type="html">Great! I am glad you found the fix.&lt;br /&gt;Just for the record, this issue will be solved in GA3 by the following ticket:&lt;a href="https://issues.liferay.com/browse/LPS-110703"&gt;https://issues.liferay.com/browse/LPS-110703&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;We found several cases like this one there and we fix for all of them.&lt;br /&gt;Thanks!</summary>
    <dc:creator>Alberto Chaparro</dc:creator>
    <dc:date>2020-04-17T17:02:49Z</dc:date>
  </entry>
  <entry>
    <title>RE: [Migration from 6.2 To 7.3]No web content template in front office</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=118964728" />
    <author>
      <name>Darryl Kpizingui</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=118964728</id>
    <updated>2020-04-17T12:55:52Z</updated>
    <published>2020-04-17T12:55:52Z</published>
    <summary type="html">Hi Alberto,&lt;br /&gt;&lt;br /&gt;In 7.2, I just checked, the the data is well populated in &lt;strong&gt;ddmtemplatekey&lt;/strong&gt;.&lt;br /&gt;&lt;br /&gt;I found the root cause. During the upgrade process, The following warning is displayed:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;WARN - Attempting to upgrade table JournalArticle by recreating the table due to: ERROR: column &amp;#34;ctcollectionid&amp;#34; does not exist&lt;br /&gt;INFO - Starting com.liferay.portal.kernel.upgrade.UpgradeProcess#upgradeTable#JournalArticle&lt;br /&gt;INFO - Starting backup of JournalArticle to /tmp/temp-db-JournalArticle-2364457704951485180.tmp&lt;br /&gt;INFO - Finished backup of JournalArticle to /tmp/temp-db-JournalArticle-2364457704951485180.tmp in 1400 ms&lt;br /&gt;INFO - Completed com.liferay.portal.kernel.upgrade.UpgradeProcess#upgradeTable#JournalArticle in 5798 ms&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;This is where the ddmtemplatekey got empty when the tble is dumped on disk and then the table dropped and recreated.&lt;br /&gt;&lt;br /&gt;I was able to solve the issue by adding the &lt;strong&gt;ctcollectionid&lt;/strong&gt; before running the upgrade script.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;ALTER TABLE journalarticle ADD COLUMN ctcollectionid bigint NOT NULL DEFAULT(0)&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Now the web contents are well rendered.&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Darryl.</summary>
    <dc:creator>Darryl Kpizingui</dc:creator>
    <dc:date>2020-04-17T12:55:52Z</dc:date>
  </entry>
  <entry>
    <title>RE: [Migration from 6.2 To 7.3]No web content template in front office</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=118961854" />
    <author>
      <name>Alberto Chaparro</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=118961854</id>
    <updated>2020-04-16T16:09:45Z</updated>
    <published>2020-04-16T16:09:45Z</published>
    <summary type="html">Hi Darryl,&lt;br /&gt;Are the columns ddmtemplatekey also empty when you upgrade to 7.2?&lt;br /&gt;Thanks.</summary>
    <dc:creator>Alberto Chaparro</dc:creator>
    <dc:date>2020-04-16T16:09:45Z</dc:date>
  </entry>
  <entry>
    <title>RE: [Migration from 6.2 To 7.3]No web content template in front office</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=118959124" />
    <author>
      <name>Darryl Kpizingui</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=118959124</id>
    <updated>2020-04-16T15:54:06Z</updated>
    <published>2020-04-16T15:54:06Z</published>
    <summary type="html">For additional info, in the table journalArticle all the ddmtemplatekey are set to null.&lt;br /&gt;I do not have any error in the migration log. I looked at the source code, I can see that the columns for DDM where altered and set multiple times. Something might go wrong there.</summary>
    <dc:creator>Darryl Kpizingui</dc:creator>
    <dc:date>2020-04-16T15:54:06Z</dc:date>
  </entry>
  <entry>
    <title>[Migration from 6.2 To 7.3]No web content template in front office</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=118954573" />
    <author>
      <name>Darryl Kpizingui</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=118954573</id>
    <updated>2020-04-16T10:39:47Z</updated>
    <published>2020-04-16T10:39:47Z</published>
    <summary type="html">Hi all,&lt;br /&gt;&lt;br /&gt;I am migrating a from Liferay 6.2 to 7.3. On the pages my web content are displayed [structure name, value] in a list fashion and my velocity templates are ignored. The template is well applied when I do a preview in the control panel. When I migrate to 7.2, the contents are displayed fine. But not with 7.3. Do you know if it is a  bug or some settings I need to do?&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Darryl.</summary>
    <dc:creator>Darryl Kpizingui</dc:creator>
    <dc:date>2020-04-16T10:39:47Z</dc:date>
  </entry>
</feed>
