Advanced Packs 1.26.1 and php 5.6 minimum requirement?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • michib
    Member
    • Sep 2016
    • 65

    Advanced Packs 1.26.1 and php 5.6 minimum requirement?

    Hi,

    On-premise Espo 5.3.5, AD 1.26.1.

    Printing quotes to PDF breaks giving:

    PHP Fatal error: Undefined constant 'JSON_PRESERVE_ZERO_FRACTION' in /var/www/espotest/application/Espo/Core/Htmlizer/Htmlizer.php on line 142

    Seems this JSON_ constant works only from php 5.6.6 (using 5.6.24 - it's a production system).

    We're not using quotes in production nowadays but planning to go so... I'd like to know if it's better to schedule a php 7 update...

    thanks,
    Michele
  • yuri
    Member
    • Mar 2014
    • 8801

    #2
    Hi,

    We are going to drop php 5.6 support once php will end it officially. They plan to drop it in 3 months.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • yuri
      Member
      • Mar 2014
      • 8801

      #3
      PHP 7 is much faster than 5.6. So I would highly recommend upgrading.
      If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

      Comment

      Working...