Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
notices/2018-05-11-yumupdates [2018_05_11 14:38] – [Summary] smeadminnotices/2018-05-11-yumupdates [2018_07_16 16:28] smeadmin
Line 12: Line 12:
 A component developed by an external vendor that the File Fabric uses called 'php-ioncube-loader' has a bug that's introduced in it's latest version 10.2.1. The File Fabric has been validated to be compatible with 10.2.0, however this recent update causes incompatibilities with the File Fabric. A component developed by an external vendor that the File Fabric uses called 'php-ioncube-loader' has a bug that's introduced in it's latest version 10.2.1. The File Fabric has been validated to be compatible with 10.2.0, however this recent update causes incompatibilities with the File Fabric.
  
-The vendor who produces this component has now identified the issue and will be issuing an updated version in due course+The vendor who produces this component has now issued an update to this component
  
-Customers who have 10.2.1 of this component are encouraged to downgrade+Customers who have 10.2.1 of this component are encouraged to upgrade the package
  
 To check the version of 'php-ioncube-loader' you can run the following command.  To check the version of 'php-ioncube-loader' you can run the following command. 
Line 22: Line 22:
 </code> </code>
  
-If it report that you are on 10.2.1, then you should downgrade.+If it report that you are on 10.2.1, then you should upgrade it.
  
-To downgrade, run the following:+To upgrade the package, run the following:
  
 <code> <code>
-yum downgrade php-ioncube-loader-10.2.0+yum update php-ioncube-loader
 </code> </code>
  
 +Now re-run the following command, and verify that you are on version 10.2.2 or newer.
 +
 +<code>
 +yum list installed php-ioncube-loader
 +</code>
 +
 +
 +Update 16th July 2018: This notice has been updated to reflect that now version 10.2.2 has now become available, the process for resolving this is now an update of the php-ioncube-loader component rather than a downgrade.