DEDECMS Web site Behind the background login editor Blank Solution

Source: Internet
Author: User

Whitespace is because the error is not prompted, so we find: include/common.inc.php file, open, find program code:

The code is as follows Copy Code

Error_reporting (E_all);
Error_reporting (E_all | | ~e_notice);

Please put

Error_reporting (E_all | | ~e_notice);

The refresh will see the error prompts, which can help us deal with these problems.

Dedecms Background display blank Editor error


We can find the archives_do.php file in the Dede folder under the root directory, open with DW, find

The code is as follows Copy Code

Header ("location:{$gurl}?aid= $aid");

The imitation station replaces it with:

Echo ' <meta http-equiv= ' REFRESH "content=" 1; Url= '. $gurl. '? Aid= '. $aid. ' " > ';


Solution III

It is possible that you modify the background of the core parameters, in your website editor reference in the background of the text box we enter FCKeditor, or FCK, can not

It's Dede.


Solution Four


Not only is the editor blank, but also the newspaper has: Fckconfig is isn't defined, Fckbrowserinfo is not defined,

Fckconfig_loadpageconfig is isn't Defined,fcklang is not defined,fckbrowserinfo isn't defined

INITIALIZEAPI is not defined these errors, in fact, the problem is the server settings, not browser problems. Workaround:

Locate the Apache profile: apacheconfhttpd.conf find #enablesendfile off and change it to enablesendfile off,

Delete the # symbol in front. Solve the problem. Then restart your server and empty the browser Web page cache.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.