Skip to main content
Level 4
October 16, 2015
해결됨

Useradmin blank on publisher

  • October 16, 2015
  • 1 답변
  • 794 조회

I am trying to access the user admin page on our publishers, unfortunately it is returning a blank page in some of our environments. The author page always loads. I need to make changes to just the publisher and also I want to check changes activated on the author are replicating down as it doesn't seem to be the case. 

What would cause the page not to display url I am using is: server:port/useradmin also tried sticking a .html on the end but no luck. Nothing obvious showing up in the logs either. Any advice would be great.

이 주제는 답변이 닫혔습니다.
최고의 답변: Sutty100

Worked out that the Apache Sling GET Servlet had JSON turned off on the publishers which is good for security I believe. Turned it on hit the link, it loaded, made changes then turned off json again. Its turned on and off via apache felix in the config tab.

1 답변

Sutty100작성자답변
Level 4
October 16, 2015

Worked out that the Apache Sling GET Servlet had JSON turned off on the publishers which is good for security I believe. Turned it on hit the link, it loaded, made changes then turned off json again. Its turned on and off via apache felix in the config tab.