Whenever I run Composer using Composer manager, I get the following error when it gets to Adaptivetheme:

Failed to download drupal/adaptivetheme from dist: The "https://ftp.drupal.org/files/projects/adaptivetheme-8.x-1.x-rc2.zip" file could not be downloaded (HTTP/1.1 404 Not Found)

It then seems to proceed to clone Adaptivetheme from a git repo:

- Installing drupal/adaptivetheme (8.1.0-rc2)
    Cloning 60443712847d3b55ff7d070557d8e1d2a439e38e

And everything seems to work fine.

Not complaining about it, just pointing it out, as composer manager only does this for Adaptivetheme, so I thought I'd call it to your attention.

Comments

RKopacz created an issue. See original summary.

Jeff Burnz’s picture

The url should be https://ftp.drupal.org/files/projects/adaptivetheme-8.x-1.0-rc2.zip, so I might assume that is the problem.

RKopacz’s picture

Thanks. I assume that this is a composer issue? Not sure where Composer got that URL. I'll investigate further. Thanks!

Jeff Burnz’s picture

Issue tags: +Composer

Perhaps it's just an issue with themes? I'm not entirely sure how Drupal + Composer actually work to get that URL either.

Jeff Burnz’s picture

Version: 8.x-1.0-rc2 » 8.x-2.x-dev
Status: Active » Postponed

Lets see how this plays out.