Actions
Bug #43322
closedSQL error in getLinkCounts
Start date:
2012-11-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.4
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
exec_SELECTquery caller TYPO3\CMS\Core\Database\DatabaseConnection::exec_SELECTquery ERROR 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 ') GROUP BY link_type' at line 1 lastBuiltQuery SELECT count(uid) as nbBrokenLinks,link_type FROM tx_linkvalidator_link WHERE record_pid in (137,157,305,200,185,187,186,188,236,293,290,263,303,) GROUP BY link_type debug_backtrace TYPO3\CMS\Info\Controller\InfoModuleController->main#62 // TYPO3\CMS\Backend\Module\BaseScriptClass->extObjContent#83 // TYPO3\CMS\Linkvalidator\Report\LinkValidatorReport->main#364 // TYPO3\CMS\Linkvalidator\LinkAnalyzer->getLinkCounts#225 // TYPO3\CMS\Core\Database\DatabaseConnection->exec_SELECTquery#372 // TYPO3\CMS\Core\Database\DatabaseConnection->debug#216
Actions