RE: Liferay 7.2 settings are temporarily unavailable

BRODY HIGGS JR, modified 6 Years ago. Junior Member Posts: 61 Join Date: 5/16/14 Recent Posts
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
thumbnail
Christoph Rabel, modified 6 Years ago. Liferay Legend Posts: 1555 Join Date: 9/24/09 Recent Posts
Please check the logfile for exceptions. They should give you a clue, what's wrong.
nh na, modified 6 Years ago. New Member Post: 1 Join Date: 8/16/19 Recent Posts
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 ?