Bug #67838
closedCannot instantiate HttpRequest
100%
Description
In the 7.x release line the HttpRequest
class cannot be instantiated due to an upstream issue.
This should be fixed by bumping the dependency to a version which has a fix.
Updated by Gerrit Code Review about 9 years ago
- Status changed from New to Under Review
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38898
Updated by Gerrit Code Review about 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38898
Updated by Gerrit Code Review about 9 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38898
Updated by Georg Ringer about 9 years ago
- Sprint Focus set to Stabilization Sprint
Updated by Mathias Brodala about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 50 to 100
Applied in changeset be125fa1eb169e27e85e073335c13277e87b8d92.
Updated by Markus Klein about 9 years ago
- Status changed from Resolved to New
Reverted with https://review.typo3.org/42130
Updated by Benni Mack about 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Alexander Stehlik about 9 years ago
Same problem seems to be present for the Net_URL2 PEAR package, I opened a bug report: https://pear.php.net/bugs/bug.php?id=20932
See typo3_src/typo3/vendor/pear/http_request2/HTTP/Request2.php for example:
/** * A class representing an URL as per RFC 3986. */ require_once 'Net/URL2.php'; /** * Exception class for HTTP_Request2 package */ require_once 'HTTP/Request2/Exception.php';
Updated by Mathias Brodala about 9 years ago
I'd expect these two to be exactly the same project.
Updated by Alexander Stehlik about 9 years ago
Hmm, possible. But it is not fixed in the current master of Net_URL2:
https://github.com/pear/Net_URL2/blob/master/composer.json
In HTTP_Request2 the fix is at least in the master branch:
Updated by Gerrit Code Review almost 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43508
Updated by Benni Mack almost 9 years ago
- Target version changed from 7.5 to 7 LTS
- Sprint Focus deleted (
Stabilization Sprint)
Updated by Gerrit Code Review almost 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43508
Updated by Benni Mack over 8 years ago
I will keep this issue open, maybe the composer library finally releases a new version and we could fix it for v7
Updated by Gerrit Code Review over 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48085
Updated by Gerrit Code Review over 8 years ago
Patch set 2 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48085
Updated by Christian Fries about 8 years ago
I just saw that the patch set was abandoned. So what's the idea? It would be nice to have documentations in backend back.
Updated by Gerrit Code Review about 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48692
Updated by Gerrit Code Review about 8 years ago
Patch set 2 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48692
Updated by Gerrit Code Review about 8 years ago
Patch set 3 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48692
Updated by Gerrit Code Review almost 8 years ago
Patch set 4 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48692
Updated by Gerrit Code Review almost 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50697
Updated by Anonymous almost 8 years ago
- Status changed from Under Review to Resolved
Applied in changeset 47f89a0572d443dda3d69d2ea37365a1e38c5cf2.
Updated by Riccardo De Contardi almost 7 years ago
- Status changed from Resolved to Closed