Bug #39301
language check in install shell script fails
| Status: | Resolved | Start date: | 2012-07-26 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Ingo Renner | % Done: | 100% |
|
| Category: | Installer | |||
| Target version: | - | |||
| TYPO3 Version: | Has patch: | |||
| PHP Version: | Tags: | |||
| Votes: | 1 (View) |
Description
There is a little bug in the install scripts (install-multi-solr.sh and install-solr.sh)
# test if release branch exists, if so we'll download from there wget --no-check-certificate -q -O /dev/null https://svn.typo3.org/TYPO3v4/Extensions/solr/$SVNBRANCH_PATH
This leads to this error message:
Checking availability of language "english": ERROR: Could not find Solr configuration files for language "english"
This bug can be fixed easily by changing $SVNBRANCH_PATH to $GITBRANCH_PATH
Associated revisions
[BUGFIX] Language check in install shell script fails
Fixes: #39301
[BUGFIX] Language check in install shell script fails
Fixes: #39301
History
Updated by Ingo Renner 10 months ago
- Status changed from New to Resolved
- Assignee set to Ingo Renner
- % Done changed from 0 to 100
Thanks for spotting this!
Fixed in- master f7f3364adf5ea8d7c1c803543870bc6607bfa389
- solr_2.2.x 718650e7a54159fa2332d5324ed2e85fbca0e19d
- dkd EAP trunk r 99863
- dkd EAP tx_solr_2.7 r 99864