drush errors in upgrade to 3.20.0

Events happening in the community are now at Drupal community events on www.drupal.org.
marcelolaia's picture
  1. I have downloade the drupal-openscholar-7.x-3.19.2.tar.gz

  2. Installed it

  3. Get it work

  4. I have downloaded openscholar-SCHOLAR-3.20.0.tar.gz

  5. extracted it to openscholar-SCHOLAR-3.20.0

  6. Moded openscholar-SCHOLAR-3.20.0/* to /home/marcelo/public_html/docentes/profiles/

  7. ls /home/marcelo/public_html/docentes/profiles/
    CONTRIBUTING.md import.sh openscholar patches scripts www default.install.sh install.sh README.md temporary

  8. cd /home/marcelo/public_html/docentes/profiles/

  9. bash install.sh

Got a lot of errors. See they on attached file, please!

Have you some tips on how I could upgrade my local site?

Thank you very much!

AttachmentSize
errors.txt10.71 KB

Comments

Looks like you are having

rbrandon's picture

Looks like you are having both permissions issues and connectivity problems downloading modules with "drush make", the new already built tarball will be released on our site (theopenscholar.org) later today and you can use that without building. Just replace the existing code base with the new tarball, preserving your sites folder and files and all you should have to do is run update.php.

I realize this is an older

zread's picture

I realize this is an older thread, but I ran into a similar issue with cloning a couple of the OpenScholar modules when running the installer (e.g. Unable to clone pinserver from git://github.com/openscholar/pinserver.git), so I thought I'd explain how I resolved it.

Basically, git would default on downloading any git:// URLs via HTTP, which my server blocked. So running the following command allowed me to force all git://github.com downloads over HTTPS:

For current user:
git config --global url."https://github.com".insteadOf git://github.com
git config --global url."https://github.com".insteadOf http://github.com

For root user:
sudo git config --global url."https://github.com".insteadOf git://github.com
sudo git config --global url."https://github.com".insteadOf http://github.com

OpenScholar

Group organizers

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds: