Actions
Bug #67040
closedBackend broken on PostgreSQL - missing (string) cast in dbal/DatabaseConnection
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2015-05-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
The backend is completely unusable with TYPO3 CMS 7.1+ in combination with PostgreSQL. Every action/module fails with the message
Oops, an error occurred! The CSRF protection token for the requested module is missing or invalid More information regarding this error might be available online.
Versions Prior to 7.1.0 (e.g 7.0.2 or 6.2.12) work fine. A `git bisect` has identified commit 4722b6cf5c97ab415d3d35687ed77750b97e3258 as the likely culprit.
Updated by Gerrit Code Review over 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/39625
Updated by Stephan Großberndt over 9 years ago
- Subject changed from Backend broken on PostgreSQL to Backend broken on PostgreSQL - missing (string) cast in dbal/DatabaseConnection
- Target version set to next-patchlevel
Updated by Morton Jonuschat over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a27dfad89f17e8a370ebba5376a88cba5c720fa2.
Actions