Bug #7415
Can't install qa/2.2.x branch - configureSite page fails
Status: | Verified | Start date: | 10/20/2014 | |
---|---|---|---|---|
Priority: | Critical | Due date: | ||
Assignee: | Dan Gillean | % Done: | 0% | |
Category: | Installation | |||
Target version: | Release 2.2.0 | |||
Google Code Legacy ID: | Tested version: | 2.2 | ||
Sponsored: | No | Requires documentation: |
Description
I noticed this when installing a fresh AtoM site from the qa/2.2.x repository. It seems once you get to the install step to pick an administrative user, after you try to continue it just sends you back to the same page and doesn't let you finish the installation. Upon further inspection, I saw the following errors:
2014/10/20 11:41:12 [error] 11793#0: *3 FastCGI sent in stderr: "PHP message: Empty module and/or action after parsing the URL "/plugins/vendor/fonts/font-awesome/css/font-awesome.css" (/)" while reading response header from upstream, client: 127.0.0.1, server: _, request: "GET /plugins/vendor/fonts/font-awesome/css/font-awesome.css HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.atom.sock:", host: "localhost", referrer: "http://localhost/qubit_dev.php/sfInstallPlugin/configureSite"
2014/10/20 11:41:12 [error] 11793#0: *3 FastCGI sent in stderr: "PHP message: Empty module and/or action after parsing the URL "/plugins/images/separator.png" (/)" while reading response header from upstream, client: 127.0.0.1, server: _, request: "GET /plugins/images/separator.png HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.atom.sock:", host: "localhost", referrer: "http://localhost/qubit_dev.php/sfInstallPlugin/configureSite"
2014/10/20 11:41:21 [error] 11793#0: *5 FastCGI sent in stderr: "PHP message: Empty module and/or action after parsing the URL "/plugins/vendor/fonts/font-awesome/css/font-awesome.css" (/)" while reading response header from upstream, client: 127.0.0.1, server: _, request: "GET /plugins/vendor/fonts/font-awesome/css/font-awesome.css HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.atom.sock:", host: "localhost", referrer: "http://localhost/qubit_dev.php/sfInstallPlugin/configureSite"
2014/10/20 11:41:21 [error] 11793#0: *5 FastCGI sent in stderr: "PHP message: Empty module and/or action after parsing the URL "/plugins/images/separator.png" (/)" while reading response header from upstream, client: 127.0.0.1, server: _, request: "GET /plugins/images/separator.png HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.atom.sock:", host: "localhost", referrer: "http://localhost/qubit_dev.php/sfInstallPlugin/configureSite"
I don't believe it's an issue on my end, because the instant I tried `git checkout qa/2.1.x` and tried again it worked fine.
Related issues
History
#1 Updated by Jesús García Crespo over 7 years ago
- Priority changed from Medium to Critical
#2 Updated by Jesús García Crespo over 7 years ago
- Subject changed from Can't install qa/2.2.x branch - font awesome path error to Can't install qa/2.2.x branch - configureSite page fails
- Status changed from New to QA/Review
- Assignee changed from Jesús García Crespo to Dan Gillean
It was a be a problem in the configureSite form with the new siteBaseUrl field not being populated.
https://github.com/artefactual/atom/commit/7e715e217d707b049818b0ed0c0a598a5e6074b4
#3 Updated by Dan Gillean about 7 years ago
- Status changed from QA/Review to Verified