


dedeCMS DreamWeaver backend login verification code is wrong or not displayed
dedeCMS backend login verification code is wrong or not displayed
The common thing is that the verification code is entered correctly but However, the prompt is incorrect or not displayed at all. Let’s talk about several reasons for encountering this situation:
1) The dede version program upgrade operation is incorrect, causing the verification code prompt to be incorrect
2) Better space, new space Gd library configuration problem in pho.ini
3) The website space is full
4) Specifically caused by transferring the data directory to version 5.7
5) In-program /data /session directory permission setting problem
6) Clear the browser’s cookies and restart the browser;
7) The network speed is not good, change the time and try again when the network speed is faster!
8) There is an error in the website program, re-upload and install;
The reason why the dede backend login verification code is incorrect or not displayed has been found, so now let’s summarize the solution .
1. If it is caused by transferring the data directory in version 5.7.
Please change it/include/vdimgck.phpThis file also calls the file in DATA. You can also change the path and add this //data Change to your current path.
2. After consulting the information, I learned that the session has not been cleared. Go to the data/session directory and delete all files except index.html.
3. If it still doesn't work, check whether the session has write permissions. If not, add write permissions to the "internet guest account". For Linux, set the directory permissions to "777".
4. Set the server's php.ini: Open the php.ini file and find it; session.save_path = "/tmp" Rewrite it to session.cookie_path = /Put extension =php_gd2.dll;Remove the semicolon in front of it.
5. Check whether your space is full. The test method is that you can upload a file in the FTP space at will. There will be a prompt and you can contact the space service provider.
6. Remove the verification code directly: Open login.php and find:
if($validate=='' || $validate != $svali) // 替换为: if( false )
Then, remove the following details of the verification code in the template dede/templets/login.htm HTML code:
<li><span>验证码:</span> <input name="validate" type="text" id="vdcode" style='width:50px;text-transform:uppercase;' class="text" /> <img id="vdimgck" src="/include/vdimgck.php" alt="看不清?点击更换" align="absmiddle" style="cursor:pointer" /> </li>
Or: In [Verification Code Security Settings], it is said that the modified save actually modifies the file datasafeinc_safe_config.php, which is a configuration file.
For example: $safe_gdopen = '1,2,3,5,6'; This is where the verification code is enabled in the system. There is a one-to-one relationship with the [Verification Code Security Settings] interface.
So, if we want to turn off the verification code in the management background (if the verification code cannot be entered correctly and the GB library is not supported), we only need to open datasafeinc_safe_config.php and set $safe_gdopen = '1,2 ,3,5,6'; Just delete the 6 in it. No need to go through tedious settings.
7. Modify the vdimgck.php file in the include folder and modify the following paragraph,
//Session保存路径 $sessSavePath = dirname(__FILE__)。"//data/sessions/";
is modified to //$sessSavePath = dirname (__FILE__) . "//data/sessions/";
After modification, it sometimes works and sometimes doesn't work, and the same situation occurs when it is changed back. If you change the DEDE background path to the default DEDE folder, there will be no verification code errors.
Finally, if none of the above methods apply, then reinstall the corresponding version of the program, and then transfer your css and image files, template files, and upload folders. Finally restore the database.
Recommended tutorial: dedecms tutorial
The above is the detailed content of dedeCMS DreamWeaver backend login verification code is wrong or not displayed. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



What should I do if Google Chrome does not display the verification code image? Sometimes you need a verification code to log in to a web page using Google Chrome. Some users find that Google Chrome cannot display the content of the image properly when using image verification codes. What should be done? The editor below will introduce how to deal with the Google Chrome verification code not being displayed. I hope it will be helpful to everyone! Method introduction: 1. Enter the software, click the "More" button in the upper right corner, and select "Settings" in the option list below to enter. 2. After entering the new interface, click the "Privacy Settings and Security" option on the left. 3. Then click "Website Settings" on the right

The virtual number can receive the verification code. As long as the mobile phone number filled in during registration complies with the regulations and the mobile phone number can be connected normally, you can receive the SMS verification code. However, you need to be careful when using virtual mobile phone numbers. Some websites do not support virtual mobile phone number registration, so you need to choose a regular virtual mobile phone number service provider.

Youkazhong users need to use the verification code to register, so why can’t they receive the verification code to register? Users may not receive the verification code due to network problems, device problems, or server problems. This introduction to the registration problem of not receiving the verification code can tell you how to install it. The following is a detailed introduction, come and take a look! Why can't you receive the verification code for registration in Youka? Answers: Network problems, equipment problems, and server problems lead to detailed introduction: 1. Solution to network problems: Users need to check their own network and can try to change the network environment. If the network is weak, the verification code will fail to be sent. 2. Equipment problem: Solution: Check if there is any interfering software in your background. You can try restarting the device or reinstalling the software.

Empire CMS template download location: Official template download: https://www.phome.net/template/ Third-party template website: https://www.dedecms.com/diy/https://www.0978.com.cn /https://www.jiaocheng.com/Installation method: Download template Unzip template Upload template Select template

Dedecms is an open source Chinese CMS system that provides content management, template system and security protection. The specific usage includes the following steps: 1. Install Dedecms. 2. Configure the database. 3. Log in to the management interface. 4. Create content. 5. Set up the template. 6. Manage users. 7. Maintain the system.

How to use Discuz to cancel verification code function to improve user experience? With the development of the Internet, the verification code verification system has become an important means to prevent malicious programs and robot attacks. However, sometimes verification code verification can also cause inconvenience to users, especially when browsing and visiting websites on a daily basis. Frequent input of verification codes will affect the user experience. In the Discuz forum system, the implementation of the verification code cancellation function can greatly improve the user experience. This article will introduce how to cancel the verification code function in Discuz and provide specific code examples.

"Discussion on the Impact of Discuz's Canceling the Verification Code Function on Website Security" With the rapid development of the Internet, website security issues have become increasingly prominent. As a common security verification mechanism, verification code is widely used on websites. However, some websites may cancel the verification code function in order to improve user experience. Will this have a negative impact on website security? This article will discuss the impact of Discuz's cancellation of verification code function on website security and provide specific code examples. 1. The function and principle of verification code Verification code (CAP)

Template replacement can be implemented in Dedecms through the following steps: modify the global.cfg file and set the required language pack. Modify the taglib.inc.php hook file and add support for language suffix template files. Create a new template file with a language suffix and modify the required content. Clear Dedecms cache.
