Announcement

Collapse
No announcement yet.

php 7 and upgrade issue

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

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

Working...
X