掲示板

Backing up your work on Liferay

7年前 に Ashna Dosieah によって更新されました。

Backing up your work on Liferay

New Member 投稿: 10 参加年月日: 16/10/11 最新の投稿
Hi,

While using Liferay 6.2, have noticed that at some point after saving a change, all prior work done on page is lost.So, we HAVE TO RECREATE THE WHOLE PAGE.
Is there a way of backing up your work at significant levels or replicating the pages you've worked on, so if ever the changes are lost, you have a duplicate slide on which you can work on.

Grateful if you could help.
thumbnail
7年前 に Samuel Kong によって更新されました。

RE: Backing up your work on Liferay

Liferay Legend 投稿: 1902 参加年月日: 08/03/10 最新の投稿
When you say you're working on a "page", are you referring to the manage page screen? You can click the "Save" button as often as you want to save your work.
7年前 に Ashna Dosieah によって更新されました。

RE: Backing up your work on Liferay

New Member 投稿: 10 参加年月日: 16/10/11 最新の投稿
Currently working on a portal with different 'pages' e.g, homepage, gallery...
Example of a problem we faced:

1. We successfully input a slider + other portlets on homepage.
2. They were successfully saved.
3. We tried to modify slider by clicking 'add' icon below it.
4. When we saved the new changes, we lost all prior changes done to homepage.

So, if you could please suggest a way to recover the lost page.

Hope it's clear now emoticon
thumbnail
7年前 に Olaf Kock によって更新されました。

RE: Backing up your work on Liferay

Liferay Legend 投稿: 6403 参加年月日: 08/09/23 最新の投稿
Ashna Dosieah:
1. We successfully input a slider + other portlets on homepage.
2. They were successfully saved.
3. We tried to modify slider by clicking 'add' icon below it.
4. When we saved the new changes, we lost all prior changes done to homepage.


What's a "slider"? A custom portlet? Is the "Add" button also custom?
In that case, the portlet might generate invalid HTML that renders the DOM invalid - e.g. a portlet should be generating well formed HTML, never something like <div></div></div> (one opening, two closing div tags). If it does, it will mess up the page and invalidate the DOM.