문제

When I click on add new article, Joomla shows the page incompletely.

It doesn't even show the form itself completely.

enter image description here

Even now that I have enabled the debug mode, it doesn't show anything. I think that something die()s the process of outputting the page to the browser.

Please note that I haven't had a bad joomla installation. It was working very well a bit little ago.

I haven't also changed a deep core setting. I think that I have only changed jcomment setting that doesn't look related to the problem.

도움이 되었습니까?

해결책

Add this code in this file root/administrator/components/com_content/content.php

ini_set('display_errors', '1');
error_reporting(E_ALL ^ E_NOTICE);

If no error comes check for die or exit statement with any of the editor which has search functionality.If this also does not work rename the com_content of administrator and upload the fresh one.

let me know if it does not work.

다른 팁

Disable that plugin.

Did you just add it or update?
If the file is there check the ownership.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top