terra-ops / terra-cli

The Terra Command Line Interface
http://terra.readthedocs.org
GNU General Public License v2.0
48 stars 17 forks source link

EnvironmentFactory.php errors causing 503 after enabling environment #44

Closed RealLukeMartin closed 9 years ago

RealLukeMartin commented 9 years ago
Environment enabled!  Available at http://today.todayenv.Lukes-MacBook-Pro-2.local and http://localhost:32768
PHP Strict Standards:  Only variables should be passed by reference in /Users/Luke/.composer/vendor/terra/terra-app/src/terra/Factory/EnvironmentFactory.php on line 458

Strict Standards: Only variables should be passed by reference in /Users/Luke/.composer/vendor/terra/terra-app/src/terra/Factory/EnvironmentFactory.php on line 458
PHP Strict Standards:  Only variables should be passed by reference in /Users/Luke/.composer/vendor/terra/terra-app/src/terra/Factory/EnvironmentFactory.php on line 474

Strict Standards: Only variables should be passed by reference in /Users/Luke/.composer/vendor/terra/terra-app/src/terra/Factory/EnvironmentFactory.php on line 474

Wrote drush alias file to /Users/Luke/.drush/today.aliases.drushrc.php
Use drush @today.todayenv to access the site.

Running ENABLE app hook...

When I go to the front end, it shows

503 Service Unavailable

No server is available to handle this request.

jonpugh commented 9 years ago

I think you caught this during the window where the terra/drupal image was broken.

Run docker pull terra/drupal to get the latest version of that container.

Then remove the environment and try again.

If it works for you, can you close the issue?

Thanks @RealLukeMartin!

RealLukeMartin commented 9 years ago

Nice, that worked. Closing this issue.

Thanks @jonpugh