Bug #45122
closedAddition extTables script might not exists
100%
Description
E.g. on Travis.
Updated by Gerrit Code Review almost 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17994
Updated by Gerrit Code Review almost 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17994
Updated by Gerrit Code Review almost 12 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/18001
Updated by Philipp Gampe almost 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0d866b234cc4c364f8e7ea9445ef27d962df29b7.
Updated by Francois Suter almost 12 years ago
The added check is not enough. file_exists will respond positively on the "typo3conf" directory which happens if TYPO3_extTableDef_script is set to an empty string (this might happen when upgrading from an older version which "disabled" that feature by setting it to an empty string). The test should also perform "is_file".
How do we handle follow-ups? Should I open a separate issue?
Updated by Philipp Gampe almost 12 years ago
Francois Suter wrote:
How do we handle follow-ups? Should I open a separate issue?
That would be the easiest solution.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed