Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我正在测试 Liferay 门户,但是我无法再访问该门户 - 当我现在访问该门户时,我收到以下消息
This site is inactive. Please contact the administrator.
我相信发生的事情是我在控制面板中使该站点处于非活动状态,但是我无法再访问控制面板。
如果有任何建议我可以解决这个问题以重新激活该网站,我们将不胜感激。
非常感谢
登录 Liferay 数据库并执行此查询。
UPDATE group_ SET active = 1 WHERE name = '<name of your site>'
然后,重新启动 Liferay。