Bug #78227
closedReports module > status reports broken on 8.4-dev
100%
Description
On 8.4-dev (latest master, commit 5186ec799b12b55b32579ed65f334f4ceb4ef980 [5186ec7]) the module Reports module > status reports throws an error:
Oops, an error occurred!
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1
More information regarding this error might be available online.
Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1472074485: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 | TYPO3\CMS\Extbase\Persistence\Generic\Storage\Exception\SqlErrorException thrown in file /var/www/html/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Typo3DbBackend.php in line 344. Requested URL: http://x.y.z/typo3/index.php?M=system_ReportsTxreportsm1&moduleToken=5da238e053251836b249f1578fecbab4e5f8ce5b&tx_reports_system_reportstxreportsm1%5Bextension%5D=tx_reports&tx_reports_system_reportstxreportsm1%5Breport%5D=status&tx_reports_system_reportstxreportsm1%5Baction%5D=detail&tx_reports_system_reportstxreportsm1%5Bcontroller%5D=Report
Updated by Daniel Goerz about 8 years ago
- Priority changed from Should have to Must have
- Target version set to 8.4
- Is Regression changed from No to Yes
This is most likely a regression of the Migration of the extbase query parser to Doctrine.
Debugging the performed queries in Typo3DbBackend leads to
SELECT `tx_extensionmanager_domain_model_repository`.* FROM `tx_extensionman ager_domain_model_repository` `tx_extensionmanager_domain_model_repository` WHERE ()'
Updated by Gerrit Code Review about 8 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 https://review.typo3.org/50182
Updated by Gerrit Code Review about 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50182
Updated by Gerrit Code Review about 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50182
Updated by Gerrit Code Review about 8 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50182
Updated by Gerrit Code Review about 8 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50182
Updated by Gerrit Code Review about 8 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50182
Updated by Gerrit Code Review about 8 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50182
Updated by Christian Kuhn about 8 years ago
- Sprint Focus set to Stabilization Sprint
Updated by Gerrit Code Review about 8 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50182
Updated by Daniel Goerz about 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d41ab0da960b87d4408cfd57b24c487218782ceb.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed