#1247602160: 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 ') AND (tx_hskoblenzjobs_domain_model_job.sys_language_uid IN (0,-1)) AND tx_hsko' at line 1 (
More information)
TYPO3\CMS\Extbase\Persistence\Generic\Storage\Exception\SqlErrorException thrown in file
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Typo3DbBackend.php in line
862.
25 TYPO3\CMS\Extbase\Persistence\Generic\Storage\Typo3DbBackend::checkSqlErrors()
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Typo3DbBackend.php:
00358: $queryCommandParameters['limit']
00359: );
00360: $this->checkSqlErrors();
00361:
00362: return $rows;
24 TYPO3\CMS\Extbase\Persistence\Generic\Storage\Typo3DbBackend::getRowsFromDatabase(array)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Typo3DbBackend.php:
00336: } else {
00337: list($statementParts) = $this->getStatementParts($query);
00338: $rows = $this->getRowsFromDatabase($statementParts);
00339: }
00340:
23 TYPO3\CMS\Extbase\Persistence\Generic\Storage\Typo3DbBackend::getRowsByStatementParts(TYPO3\CMS\Extbase\Persistence\Generic\Query)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Typo3DbBackend.php:
00295: $rows = $this->getObjectDataByRawQuery($statement);
00296: } else {
00297: $rows = $this->getRowsByStatementParts($query);
00298: }
00299:
22 TYPO3\CMS\Extbase\Persistence\Generic\Storage\Typo3DbBackend::getObjectDataByQuery(TYPO3\CMS\Extbase\Persistence\Generic\Query)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/extbase/Classes/Persistence/Generic/Backend.php:
00173: public function getObjectDataByQuery(\TYPO3\CMS\Extbase\Persistence\QueryInterface $query) {
00174: $query = $this->emitBeforeGettingObjectDataSignal($query);
00175: $result = $this->storageBackend->getObjectDataByQuery($query);
00176: $result = $this->emitafterGettingObjectDataSignal($query, $result);
00177: return $result;
21 TYPO3\CMS\Extbase\Persistence\Generic\Backend::getObjectDataByQuery(TYPO3\CMS\Extbase\Persistence\Generic\Query)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/extbase/Classes/Persistence/Generic/PersistenceManager.php:
00100: */
00101: public function getObjectDataByQuery(QueryInterface $query) {
00102: return $this->backend->getObjectDataByQuery($query);
00103: }
00104:
20 TYPO3\CMS\Extbase\Persistence\Generic\PersistenceManager::getObjectDataByQuery(TYPO3\CMS\Extbase\Persistence\Generic\Query)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/extbase/Classes/Persistence/Generic/QueryResult.php:
00067: protected function initialize() {
00068: if (!is_array($this->queryResult)) {
00069: $this->queryResult = $this->dataMapper->map($this->query->getType(), $this->persistenceManager->getObjectDataByQuery($this->query));
00070: }
00071: }
19 TYPO3\CMS\Extbase\Persistence\Generic\QueryResult::initialize()
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/extbase/Classes/Persistence/Generic/QueryResult.php:
00211: */
00212: public function rewind() {
00213: $this->initialize();
00214: reset($this->queryResult);
00215: }
18 TYPO3\CMS\Extbase\Persistence\Generic\QueryResult::rewind()
/var/www/hs-koblenz/httpdocs/typo3conf/ext/hskoblenz_jobs/Classes/Controller/JobController.php:
00235: {
00236: $arr = array();
00237: foreach ( $jobs as $key => $obj ) {
00238: $arr[$obj->getLocationPostalcode()] = $obj->getLocationName();
00239: }
17 ONM\HskoblenzJobs\Controller\JobController::getLocationOptions(TYPO3\CMS\Extbase\Persistence\Generic\QueryResult)
/var/www/hs-koblenz/httpdocs/typo3conf/ext/hskoblenz_jobs/Classes/Controller/JobController.php:
00091: $this->view->assign('categoryFilter', $this->getCategoryOptions($jobs));
00092: $this->view->assign('typeFilter', $this->getTypeOptions($jobs));
00093: $this->view->assign('locationFilter', $this->getLocationOptions($jobs));
00094: $this->view->assign('filterRequest', $filter);
00095:
16 ONM\HskoblenzJobs\Controller\JobController::listAction()
15 call_user_func_array(array, array)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php:
00284: if (!$validationResult->hasErrors()) {
00285: $this->emitBeforeCallActionMethodSignal($preparedArguments);
00286: $actionResult = call_user_func_array(array($this, $this->actionMethodName), $preparedArguments);
00287: } else {
00288: $methodTagsValues = $this->reflectionService->getMethodTagsValues(get_class($this), $this->actionMethodName);
14 TYPO3\CMS\Extbase\Mvc\Controller\ActionController::callActionMethod()
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php:
00155: $this->initializeView($this->view);
00156: }
00157: $this->callActionMethod();
00158: }
00159:
13 TYPO3\CMS\Extbase\Mvc\Controller\ActionController::processRequest(TYPO3\CMS\Extbase\Mvc\Web\Request, TYPO3\CMS\Extbase\Mvc\Web\Response)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php:
00067: $controller = $this->resolveController($request);
00068: try {
00069: $controller->processRequest($request, $response);
00070: } catch (\TYPO3\CMS\Extbase\Mvc\Exception\StopActionException $ignoredException) {
00071: }
12 TYPO3\CMS\Extbase\Mvc\Dispatcher::dispatch(TYPO3\CMS\Extbase\Mvc\Web\Request, TYPO3\CMS\Extbase\Mvc\Web\Response)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php:
00054: /** @var $response \TYPO3\CMS\Extbase\Mvc\ResponseInterface */
00055: $response = $this->objectManager->get('TYPO3\\CMS\\Extbase\\Mvc\\Web\\Response');
00056: $this->dispatcher->dispatch($request, $response);
00057: return $response;
00058: }
11 TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler::handleRequest()
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00193: $requestHandler = $requestHandlerResolver->resolveRequestHandler();
00194:
00195: $response = $requestHandler->handleRequest();
00196: // If response is NULL after handling the request we need to stop
00197: // This happens for instance, when a USER object was converted to a USER_INT
10 TYPO3\CMS\Extbase\Core\Bootstrap::handleRequest()
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00182: public function run($content, $configuration) {
00183: $this->initialize($configuration);
00184: return $this->handleRequest();
00185: }
00186:
9 TYPO3\CMS\Extbase\Core\Bootstrap::run("", array)
8 call_user_func_array(array, array)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
06632: $content,
06633: $conf
06634: ));
06635: } else {
06636: $GLOBALS['TT']->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);
7 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::callUserFunction("TYPO3\CMS\Extbase\Core\Bootstrap->run", array, "")
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php:
00039: }
00040: $this->cObj->includeLibs($conf);
00041: $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
00042: if ($this->cObj->doConvertToUserIntObject) {
00043: $this->cObj->doConvertToUserIntObject = FALSE;
6 TYPO3\CMS\Frontend\ContentObject\UserContentObject::render(array)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00860: return $this->getContentObject('USER_INT')->render($conf);
00861: } else {
00862: return $this->getContentObject('USER')->render($conf);
00863: }
00864: }
5 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::USER(array)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03727: break;
03728: case 'FUNC':
03729: $incContent = $INTiS_cObj->USER($INTiS_config[$INTiS_key]['conf']);
03730: break;
03731: case 'POSTUSERFUNC':
4 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::INTincScript_process(array)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03675: $INTiS_config = $this->config['INTincScript'];
03676: $this->INTincScript_includeLibs($INTiS_config);
03677: $this->INTincScript_process($INTiS_config);
03678: // Check if there were new items added to INTincScript during the previous execution:
03679: $INTiS_config = array_diff_assoc($this->config['INTincScript'], $INTiS_config);
3 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::recursivelyReplaceIntPlaceholdersInContent()
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03642: }
03643:
03644: $this->recursivelyReplaceIntPlaceholdersInContent();
03645: $GLOBALS['TT']->push('Substitute header section');
03646: $this->INTincScript_loadJSCode();
2 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::INTincScript()
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/cms/tslib/index_ts.php:
00230: if ($TSFE->isINTincScript()) {
00231: $TT->push('Non-cached objects', '');
00232: $TSFE->INTincScript();
00233: $TT->pull();
00234: }
1 require("/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/cms/tslib/index_ts.php")
/usr/share/typo3/typo3_src-6.2.15/index.php:
00026: ->redirectToInstallerIfEssentialConfigurationDoesNotExist();
00027:
00028: require(PATH_tslib . 'index_ts.php');