DedeCms logon backend verification code error solution

Source: Internet
Author: User
Tags ini php tutorial

DedeCms logon backend verification code error solution
1. Check the information and find that the session is not cleared. Go to the data/sessiondirectory and delete all files except index.html.

2. If the problem persists, check whether the session has the write permission. If not, add the write permission to "internet guest account". For Linux, set the directory permission to "777 ".

3. Remove the verification code function.

1. Open the login. php Tutorial and find: if ($ validate = "| $ validate! = $ Svali) with: if (false) 2. In the template file dede/templets/login.htm, remove the specific HTML code of the following verification code: <li> <span> verification code: </span> <input name = "validate" type = "text" id = "vdcode" style = 'width: 50px; text-transform: uppercase; '/> </Li> 3. Set the server's php. ini:

Open the php. ini file

Find; session. save_path = "/tmp" rewrite

Session. cookie_path =/

If it still doesn't work, you will lose the verification code wrong!

 

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.