RE: RE: Site Administration submenus stop working

Jamie Sammons, modified 3 Years ago. New Member Posts: 4 Join Date: 1/21/22 Recent Posts

Hi, I'm doing something to a friend, i'm using the last version of Liferay community edition and i'm having a problem. Sometimes the Site Administration submenus stop working, i have to restart it to work again. Does this happen to anyone else?

Lee Jordan, modified 3 Years ago. Expert Posts: 449 Join Date: 5/26/15 Recent Posts

Do you see anything like this when running in server console (ssh) from your liferay directory:

cat tomcat/logs/catalina.out | grep -i "site_administration_header.jsp"

 
[BaseJSPPanelCategory:101] Unable to include /sites/site_administration_header.jsp

Jamie Sammons, modified 3 Years ago. New Member Posts: 4 Join Date: 1/21/22 Recent Posts

That´s not happening. The submenus are the only thing that doens´t work, the rest works as it should be. 

thumbnail
Olaf Kock, modified 3 Years ago. Liferay Legend Posts: 6441 Join Date: 9/23/08 Recent Posts

I've seen cases where "allowed redirection URLs" need to be configured, especially when reverse proxies are involved.

Check Control Panel / Configuration / Instance Settings / Pages / Redirect URLs. I commonly set it to security mode "Domain" and enter the toplevel domain in the "allowed Domains", e.g. "*.example.com"

Jamie Sammons, modified 3 Years ago. New Member Posts: 4 Join Date: 1/21/22 Recent Posts

There aren't any "not allowed" errors in the console, however i will try to change the security mode.