Unable to download swiftmailer (Page does not exist!)

Swift Mailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.

Moderators: Chris Corbyn, General Moderators

Post Reply
hyperionyx
Forum Newbie
Posts: 3
Joined: Tue Mar 24, 2009 5:52 am

Unable to download swiftmailer (Page does not exist!)

Post by hyperionyx »

Hi,

the download links are not working, I always get a "Page does not exist!"-error.
User avatar
jayshields
DevNet Resident
Posts: 1912
Joined: Mon Aug 22, 2005 12:11 pm
Location: Leeds/Manchester, England

Re: Unable to download swiftmailer (Page does not exist!)

Post by jayshields »

The current download link works fine http://swiftmailer.org/downloads/get/Swift-4.0.3.tar.gz
hyperionyx
Forum Newbie
Posts: 3
Joined: Tue Mar 24, 2009 5:52 am

Re: Unable to download swiftmailer (Page does not exist!)

Post by hyperionyx »

not for me on os x 10.5.6 with safari and firefox 3:

Code: Select all

 
 
Page does not exist! Read the Full Documentation
 
Instructions for setting up username.github.com *
 
  Create a repo named username.github.com
  Push a `master` branch to GitHub and enjoy!
 
 
Instructions for setting up username.github.com/repo-name *
Caution: make your working directory clean before you do this (either stash or commit), otherwise this will lose any changes you've made to your project since the last commit.
 
  cd /path/to/repo-name
  git symbolic-ref HEAD refs/heads/gh-pages
  rm .git/index
  git clean -fdx
  echo "My GitHub Page" > index.html
  git add .
  git commit -a -m "First pages commit"
  git push origin gh-pages
 
WARNING: All pages (even those created on private repos) will be publicly viewable
 
* It may take up to 10 minutes to activate GitHub Pages for your account
 
I tested it also on a Win XP machine, same result...

the dowload link forwards to http://cloud.github.com/downloads/swift ... 0.3.tar.gz
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: Unable to download swiftmailer (Page does not exist!)

Post by Chris Corbyn »

GitHub are working on fixing a problem. All GitHub projects are affected :(

Here's the actual file...

EDIT | Attachment removed. swiftmailer.org should be working ok now.
hyperionyx
Forum Newbie
Posts: 3
Joined: Tue Mar 24, 2009 5:52 am

Re: Unable to download swiftmailer (Page does not exist!)

Post by hyperionyx »

thanks :wink:
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: Unable to download swiftmailer (Page does not exist!)

Post by Chris Corbyn »

http://twitter.com/github

Massive DNS outages today for a heaps of companies using EveryDNS.

GitHub are affected and they're moving to a new DNS provider, but all of their subdomains seem to be failing at the moment, including their support.github.com domain. Hence, all downloads hosted on cloud.github.com give the rather odd error page about how to set up a subdomain.

Hopefully things correct themselves soon.

Use the attachment posted above in the meantime (I'll delete this once their sites comes back since I track downloads via swiftmailer.org).
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: Unable to download swiftmailer (Page does not exist!)

Post by Chris Corbyn »

GitHub is still broken 12 hours later so I've hard-coded the domain of one of their cloud servers for now. Certainly a temporary hack but it should allow people to download via swiftmailer.org.
Post Reply