Joomla - “Menu Item Type” pop-up is empty

别来无恙 提交于 2019-12-24 03:07:20

问题


Suddenly - I don't know since when - I can't edit menu item types anymore. When I click the select button, a pop up appears, but it stays empty. It's the same for new menu's and menu items.

Does it seem familiar to anyone? I already searched a lot, but I can't find other people with the same problem.

It seems like the javascript is not loading.

I'm running Joomla 3.4.3


回答1:


If JavaScript was broken, I guess you would not see the modal at all.

Increase the error level in Joomla configuration (System -> Global Configuration -> Server -> Error Reporting, and maybe in the modal page you will see a clearer error message).




回答2:


One possible cause is the Header set X-Frame-Options: "deny" setting in the apache configuration. This causes a Load denied by X-Frame-Options error in the browser. Changing the apache configuration to Header always append X-Frame-Options SAMEORIGIN fixed it for me.



来源:https://stackoverflow.com/questions/31417895/joomla-menu-item-type-pop-up-is-empty

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!