php 7 and upgrade issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yuri
    Member
    • Mar 2014
    • 8552

    php 7 and upgrade issue

    If you use PHP 7 you may have problems with upgrade packages for EspoCRM versions before 4.2.0. When you upload upgrade package you will get an error message.

    There is an easy workaround for this.

    1. Unzip upgrade package.
    2. Open manifest.ini and remove all inside "acceptableVersions". It must look the following way:
    PHP Code:
    "acceptableVersions": [
    ], 
    
    3. Zip package back.

    Now the package can be installed.

    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.
Working...