Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
RE: Liferay 7.2 settings are temporarily unavailable
I am working on a Liferay 6.2 GA6 to 7.2 GA1 upgrade. After upgrading the database to Liferay 7.2 GA1 (Build: 7200) and starting liferay, I can see users, sites, and roles, but not web content or documents and media. During the upgrade, I added the following in my portal-ext.properties and reindexed.
dl.store.impl=com.liferay.portal.store.file.system.AdvancedFileSystemStore
This was in the portal-ext.properties file before the upgrade.
dl.hook.impl=com.liferay.documentlibrary.util.AdvancedFileSystemHook
Also, when I try to access certain settings, listed below, I receive an error.
Settings:
Site > Content & Data > Documents and Media
Error: Documents and Media is temporarily unavailable
Control Panel > Configuration > Instance Settings
Error: Instance Settings is temporarily unavailable
Control Panel > Configuration > System Settings
Error: System Settings is temporarily unavailable
dl.store.impl=com.liferay.portal.store.file.system.AdvancedFileSystemStore
This was in the portal-ext.properties file before the upgrade.
dl.hook.impl=com.liferay.documentlibrary.util.AdvancedFileSystemHook
Also, when I try to access certain settings, listed below, I receive an error.
Settings:
Site > Content & Data > Documents and Media
Error: Documents and Media is temporarily unavailable
Control Panel > Configuration > Instance Settings
Error: Instance Settings is temporarily unavailable
Control Panel > Configuration > System Settings
Error: System Settings is temporarily unavailable
Please check the logfile for exceptions. They should give you a clue, what's wrong.
Hi everyone, Im currently working on liferay 7.2. i have a problem which is
i have set an active user to inactive user. When inactive user login redirect to homepage the info came out which is "Kospen User, your account with login b0cd072ba29a975c959eb3cde5cbc71aa476d7b5 is not active. Please contact the administrator for more help".When the inactive user want to click user icon menu to log out. The user icon menu does not work at all. The dropdown menu does not work at all. ).then(
function(personalMenuItems) {
var personalMenu = new ClayDropdown.default(
{
element: '#ojli_personal_menu_dropdown_toggle',
events: {
'willAttach': function(event) {
if (true) {
this.expanded = true;
} var toggleButton = this.element.querySelector('button'); toggleButton.focus(); var dropdown = this; this.refs.dropdown.refs.portal.on(
'menuExpanded',
function(event) {
var Position = metalPositionSrcPosition.default; var menu = this.element;
var menuRegion = Position.getRegion(menu); if (menuRegion.top < 0) {
var body = document.querySelector('body');
var bodyRegion = Position.getRegion(body); menu.style.top = bodyRegion.top + 'px';
}
}
);
and also here is the error
function once(element, eventName, callback) {
var domEventHandle = on(element, eventName, function() {
domEventHandle.removeListener();
return callback.apply(this, arguments)
});
return domEventHandle
}
The error is related to js. how can i resolve it ?
i have set an active user to inactive user. When inactive user login redirect to homepage the info came out which is "Kospen User, your account with login b0cd072ba29a975c959eb3cde5cbc71aa476d7b5 is not active. Please contact the administrator for more help".When the inactive user want to click user icon menu to log out. The user icon menu does not work at all. The dropdown menu does not work at all. ).then(
function(personalMenuItems) {
var personalMenu = new ClayDropdown.default(
{
element: '#ojli_personal_menu_dropdown_toggle',
events: {
'willAttach': function(event) {
if (true) {
this.expanded = true;
} var toggleButton = this.element.querySelector('button'); toggleButton.focus(); var dropdown = this; this.refs.dropdown.refs.portal.on(
'menuExpanded',
function(event) {
var Position = metalPositionSrcPosition.default; var menu = this.element;
var menuRegion = Position.getRegion(menu); if (menuRegion.top < 0) {
var body = document.querySelector('body');
var bodyRegion = Position.getRegion(body); menu.style.top = bodyRegion.top + 'px';
}
}
);
and also here is the error
function once(element, eventName, callback) {
var domEventHandle = on(element, eventName, function() {
domEventHandle.removeListener();
return callback.apply(this, arguments)
});
return domEventHandle
}
The error is related to js. how can i resolve it ?
Copyright © 2025 Liferay, Inc
• Privacy Policy
Powered by Liferay™