Discussion:
[opencms-dev] database import into 9.0.1 leaves uneditable index.html pages
Christoph Kukulies
2014-08-26 17:35:53 UTC
Permalink
An HTML attachment was scrubbed...
URL: <http://lists.opencms.org/pipermail/opencms-dev/attachments/20140826/3b80249c/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: iiagiagj.png
Type: image/png
Size: 817 bytes
Desc: not available
URL: <Loading Image...>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: abdbcege.png
Type: image/png
Size: 1334 bytes
Desc: not available
URL: <Loading Image...>
Arash Kaffamanesh
2014-08-26 18:47:29 UTC
Permalink
You should import first your module, then restart tomcat and have a look in
opencms-modules.xml and see if resource type ids collidate, if yes, choose
another id, then import your site and have a look on:

http://de.slideshare.net/AlkaconOpenCms/opencms-days-2013-how-to-update-smoothly-to-opencms-9ms-9

By the way, if you're going to jump on OpenCms 9 and get the benefits of
the opencms container technology, then you need to develop new modules and
migrate your content by hand or programmatically, depending on the size of
your existing OpenCms sites.

Best,
Arash



On Tue, Aug 26, 2014 at 7:35 PM, Christoph Kukulies <
Now that I have OpenCms 9.0.1 on my Ubuntu 14 server working - sort of -
I imported the site tree first, then /system/org.mycompany.frontend.
The index.html files were all "pages with free text" in the 7.0.5
workplace from which I imported.
Now, after the import they are "plain" and cannot be edited or changed.
I'm puzzled.
--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de
_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opencms.org/pipermail/opencms-dev/attachments/20140826/9bfa83b8/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: iiagiagj.png
Type: image/png
Size: 817 bytes
Desc: not available
URL: <Loading Image...>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: abdbcege.png
Type: image/png
Size: 1334 bytes
Desc: not available
URL: <Loading Image...>
Christoph Kukulies
2014-08-27 08:13:47 UTC
Permalink
An HTML attachment was scrubbed...
URL: <http://lists.opencms.org/pipermail/opencms-dev/attachments/20140827/cd10f40e/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 45 bytes
Desc: not available
URL: <Loading Image...>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 45 bytes
Desc: not available
URL: <Loading Image...>
Schliemann, Kai
2014-08-27 09:05:43 UTC
Permalink
Hi Chris,
AFAIK the ?page with free text? is of type ?layoutpage?.
You need to install the module org.opencms.frontend.layoutpage in your 9.0.1 instance.
And as Arash already mentioned, you have to import the modules first. After that, install / import the content.

HTH
Kai

Von: opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.org] Im Auftrag von Christoph Kukulies
Gesendet: Mittwoch, 27. August 2014 10:14
An: The OpenCms mailing list
Betreff: Re: [opencms-dev] database import into 9.0.1 leaves uneditable index.html pages

Hi Arash, list,

I could not find any duplicates in opencms-modules.xml (stripped off the class stuff) :

9.0.1:

<type name="containerpage" id="13">
<type name="sitemap_config" id="14">
<type name="htmlredirect" id="15">
<type name="groupcontainer" id="17">
<type name="containerpage_template" id="21"/>
<type name="function" id="22">
<type name="subsitemap" id="23"/>
<type name="content_folder" id="24">
<type name="module_config" id="28">
<type name="ddarticle" id="135">
<type name="ddsettingsarticle" id="136">
<type name="ddheadincludearticle" id="141">
<type name="bs-jumbotron" id="180">
<type name="bs-textblock" id="182">
<type name="bs-tabs" id="183">
<type name="bs-imagerow" id="184">
<type name="bs-flexible" id="185">
<type name="bs-slider" id="186">
<type name="bs-imagegalleryshow" id="187">
<type name="bs-carousel" id="188">
<type name="bs-teaserrow" id="189">
<type name="bs-blog" id="192">
<type name="bs-list" id="193">
<type name="bs-navigation" id="194">
<type name="inheritance_group" id="303">
<type name="inheritance_config" id="304">
<type name="seo_file" id="305">
<type name="xmlvfsbundle" id="306">
<type name="propertyvfsbundle" id="307">
<type name="formatter_config" id="308">

7.0.5:
<type name="microsite" id="19">
<type name="news" id="30">
<type name="faq" id="35">
<type name="event" id="40">
<type name="job" id="45">
<type name="xdarticle" id="46">
<type name="xdwidgetdemo" id="47"
<type name="xdbookmark" id="48">
<type name="linklist" id="50">
<type name="layout" id="51">
<type name="photoalbum" id="55">
<type name="layoutpage" id="56">
<type name="emailform" id="60">
<type name="ttpreset" id="70">
<type name="ttconfig" id="71">
<type name="tttextbox" id="72">
<type name="ttlistbox" id="73">
<type name="ttstyle" id="74">
<type name="ttoptions" id="75">
<type name="ttlinkbox" id="76">
<type name="ttsearch" id="77">
<type name="ttarticle" id="120">
<type name="ttnews" id="121">
<type name="ttitem" id="122">
<type name="ttevent" id="123">

The page is a "page with free text" in 7.5.0.


Am 26.08.2014 um 20:47 schrieb Arash Kaffamanesh:
You should import first your module, then restart tomcat and have a look in opencms-modules.xml and see if resource type ids collidate, if yes, choose another id, then import your site and have a look on:

http://de.slideshare.net/AlkaconOpenCms/opencms-days-2013-how-to-update-smoothly-to-opencms-9ms-9

By the way, if you're going to jump on OpenCms 9 and get the benefits of the opencms container technology, then you need to develop new modules and migrate your content by hand or programmatically, depending on the size of your existing OpenCms sites.

Best,
Arash

On Tue, Aug 26, 2014 at 7:35 PM, Christoph Kukulies <kuku at physik.rwth-aachen.de<mailto:kuku at physik.rwth-aachen.de>> wrote:
Now that I have OpenCms 9.0.1 on my Ubuntu 14 server working - sort of -
I'm running into some quirks:

I imported the site tree first, then /system/org.mycompany.frontend.
The index.html files were all "pages with free text" in the 7.0.5 workplace from which I imported.


Now, after the import they are "plain" and cannot be edited or changed.



I'm puzzled.

--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de<http://rwth-aachen.de>

_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev





--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opencms.org/pipermail/opencms-dev/attachments/20140827/738d096e/attachment.html>
Christoph Kukulies
2014-08-27 09:34:15 UTC
Permalink
An HTML attachment was scrubbed...
URL: <http://lists.opencms.org/pipermail/opencms-dev/attachments/20140827/801816dc/attachment.html>
Schliemann, Kai
2014-08-27 11:04:30 UTC
Permalink
Hi Chris,
did you import your content again AFTER importing the module AND restarting Tomcat?
Could you check the lib folder of your 7.0.5 (or 7.5.0?) webapp if there is a org.opencms.frontend.layoutpage.jar file. I guess you need that as well.
And there is a freemarker.jar. AFAIK the layoutpage uses this jar as well.

HTH
BR
Kai

Von: opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.org] Im Auftrag von Christoph Kukulies
Gesendet: Mittwoch, 27. August 2014 11:34
An: The OpenCms mailing list
Betreff: Re: [opencms-dev] database import into 9.0.1 leaves uneditable index.html pages

Hi Kai,

OK, so I went to my 7.5.0 workplace, exported the module org.opencms.frontend.layoutpage
and imported it into the 9.0.1 workplace. Restarted the servlet container.

The module/type id="56" now appears in opencms-modules.xml. But I still cannot edit the file to give it the
desired type.



Am 27.08.2014 um 11:05 schrieb Schliemann, Kai:
Hi Chris,
AFAIK the ?page with free text? is of type ?layoutpage?.
You need to install the module org.opencms.frontend.layoutpage in your 9.0.1 instance.
And as Arash already mentioned, you have to import the modules first. After that, install / import the content.

HTH
Kai

Von: opencms-dev-bounces at opencms.org<mailto:opencms-dev-bounces at opencms.org> [mailto:opencms-dev-bounces at opencms.org] Im Auftrag von Christoph Kukulies
Gesendet: Mittwoch, 27. August 2014 10:14
An: The OpenCms mailing list
Betreff: Re: [opencms-dev] database import into 9.0.1 leaves uneditable index.html pages

Hi Arash, list,

I could not find any duplicates in opencms-modules.xml (stripped off the class stuff) :

9.0.1:

<type name="containerpage" id="13">
<type name="sitemap_config" id="14">
<type name="htmlredirect" id="15">
<type name="groupcontainer" id="17">
<type name="containerpage_template" id="21"/>
<type name="function" id="22">
<type name="subsitemap" id="23"/>
<type name="content_folder" id="24">
<type name="module_config" id="28">
<type name="ddarticle" id="135">
<type name="ddsettingsarticle" id="136">
<type name="ddheadincludearticle" id="141">
<type name="bs-jumbotron" id="180">
<type name="bs-textblock" id="182">
<type name="bs-tabs" id="183">
<type name="bs-imagerow" id="184">
<type name="bs-flexible" id="185">
<type name="bs-slider" id="186">
<type name="bs-imagegalleryshow" id="187">
<type name="bs-carousel" id="188">
<type name="bs-teaserrow" id="189">
<type name="bs-blog" id="192">
<type name="bs-list" id="193">
<type name="bs-navigation" id="194">
<type name="inheritance_group" id="303">
<type name="inheritance_config" id="304">
<type name="seo_file" id="305">
<type name="xmlvfsbundle" id="306">
<type name="propertyvfsbundle" id="307">
<type name="formatter_config" id="308">

7.0.5:
<type name="microsite" id="19">
<type name="news" id="30">
<type name="faq" id="35">
<type name="event" id="40">
<type name="job" id="45">
<type name="xdarticle" id="46">
<type name="xdwidgetdemo" id="47"
<type name="xdbookmark" id="48">
<type name="linklist" id="50">
<type name="layout" id="51">
<type name="photoalbum" id="55">
<type name="layoutpage" id="56">
<type name="emailform" id="60">
<type name="ttpreset" id="70">
<type name="ttconfig" id="71">
<type name="tttextbox" id="72">
<type name="ttlistbox" id="73">
<type name="ttstyle" id="74">
<type name="ttoptions" id="75">
<type name="ttlinkbox" id="76">
<type name="ttsearch" id="77">
<type name="ttarticle" id="120">
<type name="ttnews" id="121">
<type name="ttitem" id="122">
<type name="ttevent" id="123">

The page is a "page with free text" in 7.5.0.


Am 26.08.2014 um 20:47 schrieb Arash Kaffamanesh:
You should import first your module, then restart tomcat and have a look in opencms-modules.xml and see if resource type ids collidate, if yes, choose another id, then import your site and have a look on:

http://de.slideshare.net/AlkaconOpenCms/opencms-days-2013-how-to-update-smoothly-to-opencms-9ms-9

By the way, if you're going to jump on OpenCms 9 and get the benefits of the opencms container technology, then you need to develop new modules and migrate your content by hand or programmatically, depending on the size of your existing OpenCms sites.

Best,
Arash

On Tue, Aug 26, 2014 at 7:35 PM, Christoph Kukulies <kuku at physik.rwth-aachen.de<mailto:kuku at physik.rwth-aachen.de>> wrote:
Now that I have OpenCms 9.0.1 on my Ubuntu 14 server working - sort of -
I'm running into some quirks:

I imported the site tree first, then /system/org.mycompany.frontend.
The index.html files were all "pages with free text" in the 7.0.5 workplace from which I imported.


Now, after the import they are "plain" and cannot be edited or changed.



I'm puzzled.

--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de<http://rwth-aachen.de>


--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de

--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opencms.org/pipermail/opencms-dev/attachments/20140827/3464b31b/attachment.html>
Christoph Kukulies
2014-08-27 11:25:49 UTC
Permalink
An HTML attachment was scrubbed...
URL: <http://lists.opencms.org/pipermail/opencms-dev/attachments/20140827/1def55ef/attachment.html>
Christoph Kukulies
2014-08-27 15:07:55 UTC
Permalink
An HTML attachment was scrubbed...
URL: <http://lists.opencms.org/pipermail/opencms-dev/attachments/20140827/3f6431bc/attachment.html>
Loading...