Giter Club home page Giter Club logo

Comments (13)

creativecat avatar creativecat commented on July 19, 2024

This could be a problem that should be fixed with an upcoming 1.4.1.
(See issue #416 #416)
Can you try to download not the release but the current master, replace the files (the /account/ and /framework/ folders are enough). After that please have the password reset again, then it should work!

from blackcatcms.

shree0 avatar shree0 commented on July 19, 2024

OK. Thanks

from blackcatcms.

creativecat avatar creativecat commented on July 19, 2024

Let us know, if it works for you!

from blackcatcms.

shree0 avatar shree0 commented on July 19, 2024

I tried as you suggested but still facing the same issue.

from blackcatcms.

creativecat avatar creativecat commented on July 19, 2024

Did you reset the password?

from blackcatcms.

shree0 avatar shree0 commented on July 19, 2024

We are unable to do the manual installation. In the 1st step itself, we are getting the This page isn’t working error.

from blackcatcms.

webbird avatar webbird commented on July 19, 2024

Without entries in the error log, it will be difficult to analyze this problem. However, I have a feeling that it is not due to the password. Nevertheless for explanation: Older versions of BlackCat CMS used MD5 to encrypt the password. Since this method is no longer considered secure, we have since changed this. BC detects the deprecated mechanism during the login process and re-encrypts the password if it is correct. So you could try to reset the password directly in the database and then login to BC. To do this, use phpMyAdmin or another tool provided by your provider. Then enter the following SQL command:

UPDATE `%prefix%users` SET `password`=MD5("%password%")

Replace %prefix% with the prefix you used during installation, e.g. "cat_". Replace %password% with the password you want to use. After the command has been executed successfully, you can try to log in to BC.

However, since the manual installation did not work either, I suspect that this will not remedy the situation. Some more information would therefore be helpful. BC only works with Apache as web server and mySQL or mariaDB as database. A specification of the respective version would therefore be helpful. Furthermore BC tries to log errors itself; the log file can be found in the subdirectory /temp. Possibly a look into the access.log of the web server helps, there you can find a HTTP code. 200 would be e.g. "ok", that means the address was found. Other codes like 404 (not found) or 302 (moved) indicate an error in the configuration. In addition, it would be important to know whether the server is running with HTTPS.

(Translated with the help of deepl.com)

from blackcatcms.

webbird avatar webbird commented on July 19, 2024

Another question: Do you use a .htaccess? If yes, does it redirect http to https? This may result in "redirected you too many times" errors.

from blackcatcms.

shree0 avatar shree0 commented on July 19, 2024

No, We are not using .htaccess.

from blackcatcms.

shree0 avatar shree0 commented on July 19, 2024

Without entries in the error log, it will be difficult to analyze this problem. However, I have a feeling that it is not due to the password. Nevertheless for explanation: Older versions of BlackCat CMS used MD5 to encrypt the password. Since this method is no longer considered secure, we have since changed this. BC detects the deprecated mechanism during the login process and re-encrypts the password if it is correct. So you could try to reset the password directly in the database and then login to BC. To do this, use phpMyAdmin or another tool provided by your provider. Then enter the following SQL command:

UPDATE %prefix%users SET password=MD5("%password%")

Replace %prefix% with the prefix you used during installation, e.g. "cat_". Replace %password% with the password you want to use. After the command has been executed successfully, you can try to log in to BC.

However, since the manual installation did not work either, I suspect that this will not remedy the situation. Some more information would therefore be helpful. BC only works with Apache as web server and mySQL or mariaDB as database. A specification of the respective version would therefore be helpful. Furthermore BC tries to log errors itself; the log file can be found in the subdirectory /temp. Possibly a look into the access.log of the web server helps, there you can find a HTTP code. 200 would be e.g. "ok", that means the address was found. Other codes like 404 (not found) or 302 (moved) indicate an error in the configuration. In addition, it would be important to know whether the server is running with HTTPS.

(Translated with the help of deepl.com)

I have tried by updating the database. i.e. UPDATE %prefix%users SET password=MD5("%password%"). But still, I am facing the same issue.

Is BC does not work in HTTPS?

from blackcatcms.

webbird avatar webbird commented on July 19, 2024

BC works perfectly with HTTP and HTTPS. What I was trying to explain is that the error described may also indicate a problem in the web server configuration.

from blackcatcms.

shree0 avatar shree0 commented on July 19, 2024

I am able to install it successfully in my local server and it's working fine in it.

I am facing this issue in the CPanel server. (with same server configuration)

from blackcatcms.

webbird avatar webbird commented on July 19, 2024

As we do not have any CPanel Environment, I'm afraid we're not able to help fixing this. You may try to install BC manually on your Webserver instead of using CPanel.

from blackcatcms.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.