Jump to content
thirty bees forum

Kynes

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Kynes

  1. I just checked that copying the classes/Employee.php file from the previous installation solves the problem. If you have a copy of that file, at least it will allow you to enter the store, try with the file included in the download for installing thirty bees 1.4.
  2. Luckily I don't test in a production environment, but the exact same thing happens to me. If Datakick needs a test environment, where to check the bug, I can provide access without problem. I think the bug is due to the change in the way the new versions store passwords. The failure when upgrading is as follows: And the log after trying to log into the admin panel with the correct username and password: PHP Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /home/test/public_html/classes/Tab.php on line 664 PHP Warning: Undefined array key "signature" in /home/test/public_html/classes/Employee.php on line 557
  3. I think the solution is to change the language in the employee profile, in administration -> employees. To do this you have to have the language installed in the shop. If you already have the correct language installed in the shop, you must update the translation of the corresponding fields in the translation interface.
  4. If you need 2FA for your back office, you can use this module: https://addons.prestashop.com/en/website-security-access/5831-google-authenticator-two-factor-back-office-security.html
  5. I had the same problem when I changed to php 8, it seems that they have changed the way the php mail function works, and that's why the mail encoding problems. The only option was to use smtp sending. In php 7.4 the emails were sent without problems.
×
×
  • Create New...