Solve the problem that mantisbt frequently loses response

Source: Internet
Author: User
Tags crypt

The loss of response is similar.ProgramIn an endless loop, NO content can be refreshed on the webpage, as if it has been loading. This may be a mantisbt bug. There is a saying that the problem will not occur when the PHP version is updated to 5.5.3 or above, this seems to be the case, but I have a PHP version of 5.5.0, which is not very well updated. After a lot of searching materials, this problem is finally solved. At least it seems to be solved by the following method: open the "C: \ Wamp \ www \ mantisbt \ core \ authentication_api.php" file (this path is based on the Wamp Server and varies depending on the deployment method ), change the statement in line 1 from:

$ T_login_methods = array (

MD5,

Crypt,

Plain,

);

Change

$ T_login_methods = array (

MD5,

# Crypt,

Plain,

);

That is, comment out crypt, restart the Wamp service, and click OK on my machine.

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.