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

ezpgenerateautloads.php expects vendor folder in a place where is not

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Medium Medium
    • None
    • dev-master
    • Legacy stack
    • None

    Description

      if you follow instructions to add legacy-bridge to ezplatform installation, you will end with a structure like the following

      app
      ezpublish_legacy
      vendor
          |-------zetacomponents
      

      if you try run

      php app/console ezpublish:legacy:script bin/php/ezpgenerateautoloads.php
      

      you get an error

      PHP Fatal error:  require(): Failed opening required 'Base/src/base.php' (include_path='.:/usr/share/php:/usr/share/pear') in [...]/ezpublish_legacy/bin/php/ezpgenerateautoloads.php on line 52
      

      I think this is because this script expects zeta components to be at ezpublish_legacy/vendor/zetacomponents, but they are one level above.

      Attachments

        Activity

          People

            Unassigned Unassigned
            desorden desorden
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: