Dedecms background verification code error handling method

Source: Internet
Author: User
Tags error handling

1. The space is full. The verification code errors I encountered are all full space. If the verification code error occurs, check whether the space is full.

2. Use ftp to enter your dedecms program space, delete all session files except index.htm in the data/sessiondirectory, and then clear the cache in the local IE browser. Log on to the dedecms background again.

3. You can cancel the verification code as follows:
The implementation method is divided into two steps:
Open login. php and find:

The code is as follows: Copy code

If ($ validate = ''| $ validate! = $ Svali)

Replace:

 

The code is as follows: Copy code
If (false)

Then, remove the specific HTML code of the following verification code from the template dede/templets/login.htm:

The code is as follows: Copy code

<Li> <span> verification code: </span>
<Input name = "validate" type = "text" id = "vdcode" style = "width: 50px; text-transform: uppercase;"/>

</Li>

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.