Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-16145

ezteamroom not installable on 4.3alpha1

    XMLWordPrintable

Details

    Description

      Hi

      Due to a version check in installer, the ezteamroom extension is not installable

      The following patch is needed:

      --- extension/ezteamroom/xmlinstallerhandler/ezcheckteamroomrequirements.php.org        2010-02-08 17:38:13.000000000 +0100
      +++ extension/ezteamroom/xmlinstallerhandler/ezcheckteamroomrequirements.php    2010-02-08 17:38:26.000000000 +0100
      @@ -56,7 +56,7 @@
               }
               else
               {
      -            $validVersions = array( '4.0.0', '4.0.1', '4.0.2', '4.0.3', '4.0.4', '4.0.5', '4.0.6', '4.0.7', '4.1.0', '4.1.1', '4.1.2', '4.1.3', '4.1.4', '4.2.0', '4.3.0-alpha1' );
      +            $validVersions = array( '4.0.0', '4.0.1', '4.0.2', '4.0.3', '4.0.4', '4.0.5', '4.0.6', '4.0.7', '4.1.0', '4.1.1', '4.1.2', '4.1.3', '4.1.4', '4.2.0', '4.3.0' );
                   $version = substr( $dbOK[0]['value'], 0, 5 );
                   if ( !in_array( $version, $validVersions ) )
                   {
      

      Attachments

        Activity

          People

            pborgerm pborgerm
            vl vl
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: