Composer is failing on several packages

Support General Composer is failing on several packages

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #31020
    Jason KinneyJason Kinney
    Participant

    I am using the json file from here: https://raw.githubusercontent.com/.../composer/composer.json
    The following extensions and free packages are producing an error (Only 9 + metabox are installing):
    Install of meta-box/mb-admin-columns failed
    Install of meta-box/mb-blocks failed
    Install of meta-box/mb-custom-table failed
    Install of meta-box/mb-frontend-submission failed
    Install of meta-box/mb-revision failed
    Install of meta-box/mb-settings-page failed
    Install of meta-box/mb-term-meta failed
    Install of meta-box/mb-user-meta failed
    Install of meta-box/mb-user-profile failed
    Install of meta-box/meta-box-aio failed
    Install of meta-box/meta-box-builder failed
    Install of meta-box/meta-box-columns failed
    Install of meta-box/meta-box-conditional-logic failed
    Install of meta-box/meta-box-geolocation failed
    Install of meta-box/meta-box-group failed
    Install of meta-box/meta-box-include-exclude failed
    Install of meta-box/meta-box-show-hide failed
    Install of meta-box/meta-box-tabs failed
    Install of meta-box/meta-box-template failed
    Install of meta-box/meta-box-tooltip failed
    Same error except for the zip file name:
    End-of-central-directory signature not found. Either this file is not
    a zipfile, or it constitutes one disk of a multi-part archive. In the
    latter case the central directory and zipfile comment will be found on
    the last disk(s) of this archive.
    unzip: cannot find zipfile directory in one of /Users/Jack/composer/vendor/composer/tmp-ceabfdc1e7c02dd453f7cacf576aedb9 or
    /Users/Jack/composer/vendor/composer/tmp-ceabfdc1e7c02dd453f7cacf576aedb9.zip, and cannot find /Users/Jack/composer/vendor/composer/tmp-ceabfdc1e7c02dd453f7cacf576aedb9.ZIP, period.

    This works fine and metabox loads.
    {
    "require": {
    "wpmetabox/meta-box": "^5"
    },
    "autoload": {
    "files": [
    "vendor/wpmetabox/meta-box/meta-box.php"
    ]
    }
    }

    #31031
    Long NguyenLong Nguyen
    Moderator

    Hi,

    Thank you for your feedback.

    I'm going to check this issue and get back to you later.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.