#1314516810: File /uploads/tx_news/WashingtonUniversity_05.jpg/ does not exist. (
More information)
TYPO3\CMS\Core\Resource\Exception\FolderDoesNotExistException thrown in file
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/core/Classes/Resource/Driver/LocalDriver.php in line
272.
87 TYPO3\CMS\Core\Resource\Driver\LocalDriver::getFolderInfoByIdentifier("uploads/tx_news/WashingtonUniversity_05.jpg")
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/core/Classes/Resource/ResourceStorage.php:
02162: public function getFolder($identifier, $returnInaccessibleFolderObject = FALSE) {
02163:
02164: $data = $this->driver->getFolderInfoByIdentifier($identifier);
02165: $folder = ResourceFactory::getInstance()->createFolderObject($this, $data['identifier'], $data['name']);
02166:
86 TYPO3\CMS\Core\Resource\ResourceStorage::getFolder("uploads/tx_news/WashingtonUniversity_05.jpg")
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/core/Classes/Resource/ResourceFactory.php:
00489: }
00490: }
00491: return $this->getStorageObject($storageUid, array(), $folderIdentifier)->getFolder($folderIdentifier);
00492: }
00493:
85 TYPO3\CMS\Core\Resource\ResourceFactory::getFolderObjectFromCombinedIdentifier("uploads/tx_news/WashingtonUniversity_05.jpg")
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/core/Classes/Resource/ResourceFactory.php:
00459: } else {
00460: // only the local path
00461: return $this->getFolderObjectFromCombinedIdentifier($input);
00462: }
00463: }
84 TYPO3\CMS\Core\Resource\ResourceFactory::retrieveFileOrFolderObject("uploads/tx_news/WashingtonUniversity_05.jpg")
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/extbase/Classes/Service/ImageService.php:
00130: } else {
00131: // We have a combined identifier or legacy (storage 0) path
00132: $image = $this->resourceFactory->retrieveFileOrFolderObject($src);
00133: }
00134: return $image;
83 TYPO3\CMS\Extbase\Service\ImageService::getImageFromSourceString("uploads/tx_news/WashingtonUniversity_05.jpg", boolean)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/extbase/Classes/Service/ImageService.php:
00098: public function getImage($src, $image, $treatIdAsReference) {
00099: if (is_null($image)) {
00100: $image = $this->getImageFromSourceString($src, $treatIdAsReference);
00101: } elseif (is_callable(array($image, 'getOriginalResource'))) {
00102: // We have a domain model, so we need to fetch the FAL resource object from there
82 TYPO3\CMS\Extbase\Service\ImageService::getImage("uploads/tx_news/WashingtonUniversity_05.jpg", NULL, boolean)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/ViewHelpers/Uri/ImageViewHelper.php:
00083: throw new \TYPO3\CMS\Fluid\Core\ViewHelper\Exception('You must either specify a string src or a File object.', 1382284105);
00084: }
00085: $image = $this->imageService->getImage($src, $image, $treatIdAsReference);
00086: $processingInstructions = array(
00087: 'width' => $width,
81 TYPO3\CMS\Fluid\ViewHelpers\Uri\ImageViewHelper::render("uploads/tx_news/WashingtonUniversity_05.jpg", NULL, NULL, NULL, NULL, NULL, "500", NULL, boolean)
80 call_user_func_array(array, array)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00246:
00247: try {
00248: return call_user_func_array(array($this, 'render'), $renderMethodParameters);
00249: } catch (\TYPO3\CMS\Fluid\Core\ViewHelper\Exception $exception) {
00250: // @todo [BW] rethrow exception, log, ignore.. depending on the current context
79 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::callRenderMethod()
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00228: $this->initialize();
00229:
00230: return $this->callRenderMethod();
00231: }
00232:
78 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::initializeArgumentsAndRender()
/var/www/hs-koblenz/httpdocs/typo3temp/Cache/Code/fluid_template/News_News_partial_Detail_Opengraph_c0312a749d349dee9761f9603227cf3a44fd118b.php:
00465: $viewHelper75->setRenderChildrenClosure($renderChildrenClosure74);
00466: // End of ViewHelper TYPO3\CMS\Fluid\ViewHelpers\Uri\ImageViewHelper
00467: $arguments71['content'] = $viewHelper75->initializeArgumentsAndRender();
00468: // Rendering Boolean node
00469: $arguments71['forceAbsoluteUrl'] = TYPO3\CMS\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean('1');
77 FluidCache_News_News_partial_Detail_Opengraph_c0312a749d349dee9761f9603227cf3a44fd118b::{closure}()
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00274: if ($this->renderChildrenClosure !== NULL) {
00275: $closure = $this->renderChildrenClosure;
00276: return $closure();
00277: }
00278: return $this->viewHelperNode->evaluateChildNodes($this->renderingContext);
76 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::renderChildren()
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractConditionViewHelper.php:
00094: return '';
00095: } else {
00096: return $this->renderChildren();
00097: }
00098: }
75 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderThenChild()
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/ViewHelpers/IfViewHelper.php:
00093: public function render($condition) {
00094: if ($condition) {
00095: return $this->renderThenChild();
00096: } else {
00097: return $this->renderElseChild();
74 TYPO3\CMS\Fluid\ViewHelpers\IfViewHelper::render(boolean)
73 call_user_func_array(array, array)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00246:
00247: try {
00248: return call_user_func_array(array($this, 'render'), $renderMethodParameters);
00249: } catch (\TYPO3\CMS\Fluid\Core\ViewHelper\Exception $exception) {
00250: // @todo [BW] rethrow exception, log, ignore.. depending on the current context
72 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::callRenderMethod()
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00228: $this->initialize();
00229:
00230: return $this->callRenderMethod();
00231: }
00232:
71 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::initializeArgumentsAndRender()
/var/www/hs-koblenz/httpdocs/typo3temp/Cache/Code/fluid_template/News_News_partial_Detail_Opengraph_c0312a749d349dee9761f9603227cf3a44fd118b.php:
00492: // End of ViewHelper TYPO3\CMS\Fluid\ViewHelpers\IfViewHelper
00493:
00494: $output67 .= $viewHelper78->initializeArgumentsAndRender();
00495:
00496: $output67 .= '
70 FluidCache_News_News_partial_Detail_Opengraph_c0312a749d349dee9761f9603227cf3a44fd118b::{closure}()
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractConditionViewHelper.php:
00112: if ($this->hasArgument('__elseClosure')) {
00113: $elseClosure = $this->arguments['__elseClosure'];
00114: return $elseClosure();
00115: }
00116: foreach ($this->childNodes as $childNode) {
69 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderElseChild()
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/ViewHelpers/IfViewHelper.php:
00095: return $this->renderThenChild();
00096: } else {
00097: return $this->renderElseChild();
00098: }
00099: }
68 TYPO3\CMS\Fluid\ViewHelpers\IfViewHelper::render(boolean)
67 call_user_func_array(array, array)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00246:
00247: try {
00248: return call_user_func_array(array($this, 'render'), $renderMethodParameters);
00249: } catch (\TYPO3\CMS\Fluid\Core\ViewHelper\Exception $exception) {
00250: // @todo [BW] rethrow exception, log, ignore.. depending on the current context
66 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::callRenderMethod()
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00228: $this->initialize();
00229:
00230: return $this->callRenderMethod();
00231: }
00232:
65 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::initializeArgumentsAndRender()
/var/www/hs-koblenz/httpdocs/typo3temp/Cache/Code/fluid_template/News_News_partial_Detail_Opengraph_c0312a749d349dee9761f9603227cf3a44fd118b.php:
00504: // End of ViewHelper TYPO3\CMS\Fluid\ViewHelpers\IfViewHelper
00505:
00506: $output0 .= $viewHelper79->initializeArgumentsAndRender();
00507:
00508: $output0 .= '
64 FluidCache_News_News_partial_Detail_Opengraph_c0312a749d349dee9761f9603227cf3a44fd118b::render(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/View/AbstractTemplateView.php:
00277: $output = $this->renderSection($sectionName, $variables);
00278: } else {
00279: $output = $parsedPartial->render($renderingContext);
00280: }
00281: $this->stopRendering();
63 TYPO3\CMS\Fluid\View\AbstractTemplateView::renderPartial("Detail/Opengraph", NULL, array)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/ViewHelpers/RenderViewHelper.php:
00086:
00087: if ($partial !== NULL) {
00088: return $this->viewHelperVariableContainer->getView()->renderPartial($partial, $section, $arguments);
00089: } elseif ($section !== NULL) {
00090: return $this->viewHelperVariableContainer->getView()->renderSection($section, $arguments, $optional);
62 TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::render(NULL, "Detail/Opengraph", array, boolean)
61 call_user_func_array(array, array)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00246:
00247: try {
00248: return call_user_func_array(array($this, 'render'), $renderMethodParameters);
00249: } catch (\TYPO3\CMS\Fluid\Core\ViewHelper\Exception $exception) {
00250: // @todo [BW] rethrow exception, log, ignore.. depending on the current context
60 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::callRenderMethod()
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00228: $this->initialize();
00229:
00230: return $this->callRenderMethod();
00231: }
00232:
59 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::initializeArgumentsAndRender()
/var/www/hs-koblenz/httpdocs/typo3temp/Cache/Code/fluid_template/News_News_action_detail_6f40e1e97cf243b4d76da0783c541982ac731c10.php:
01933: // End of ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
01934:
01935: $output269 .= $viewHelper315->initializeArgumentsAndRender();
01936:
01937: $output269 .= '
58 FluidCache_News_News_action_detail_6f40e1e97cf243b4d76da0783c541982ac731c10::{closure}()
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00274: if ($this->renderChildrenClosure !== NULL) {
00275: $closure = $this->renderChildrenClosure;
00276: return $closure();
00277: }
00278: return $this->viewHelperNode->evaluateChildNodes($this->renderingContext);
57 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::renderChildren()
/var/www/hs-koblenz/httpdocs/typo3conf/ext/news/Classes/ViewHelpers/Format/NothingViewHelper.php:
00048: */
00049: public function render() {
00050: $this->renderChildren();
00051: }
00052: }
56 Tx_News_ViewHelpers_Format_NothingViewHelper::render()
55 call_user_func_array(array, array)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00246:
00247: try {
00248: return call_user_func_array(array($this, 'render'), $renderMethodParameters);
00249: } catch (\TYPO3\CMS\Fluid\Core\ViewHelper\Exception $exception) {
00250: // @todo [BW] rethrow exception, log, ignore.. depending on the current context
54 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::callRenderMethod()
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00228: $this->initialize();
00229:
00230: return $this->callRenderMethod();
00231: }
00232:
53 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::initializeArgumentsAndRender()
/var/www/hs-koblenz/httpdocs/typo3temp/Cache/Code/fluid_template/News_News_action_detail_6f40e1e97cf243b4d76da0783c541982ac731c10.php:
01945: // End of ViewHelper Tx_News_ViewHelpers_Format_NothingViewHelper
01946:
01947: $output266 .= $viewHelper316->initializeArgumentsAndRender();
01948:
01949: $output266 .= '
52 FluidCache_News_News_action_detail_6f40e1e97cf243b4d76da0783c541982ac731c10::{closure}()
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractConditionViewHelper.php:
00073: if ($this->hasArgument('__thenClosure')) {
00074: $thenClosure = $this->arguments['__thenClosure'];
00075: return $thenClosure();
00076: } elseif ($this->hasArgument('__elseClosure') || $this->hasArgument('else')) {
00077: return '';
51 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderThenChild()
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/ViewHelpers/IfViewHelper.php:
00093: public function render($condition) {
00094: if ($condition) {
00095: return $this->renderThenChild();
00096: } else {
00097: return $this->renderElseChild();
50 TYPO3\CMS\Fluid\ViewHelpers\IfViewHelper::render(boolean)
49 call_user_func_array(array, array)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00246:
00247: try {
00248: return call_user_func_array(array($this, 'render'), $renderMethodParameters);
00249: } catch (\TYPO3\CMS\Fluid\Core\ViewHelper\Exception $exception) {
00250: // @todo [BW] rethrow exception, log, ignore.. depending on the current context
48 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::callRenderMethod()
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00228: $this->initialize();
00229:
00230: return $this->callRenderMethod();
00231: }
00232:
47 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::initializeArgumentsAndRender()
/var/www/hs-koblenz/httpdocs/typo3temp/Cache/Code/fluid_template/News_News_action_detail_6f40e1e97cf243b4d76da0783c541982ac731c10.php:
03312: // End of ViewHelper TYPO3\CMS\Fluid\ViewHelpers\IfViewHelper
03313:
03314: $output0 .= $viewHelper522->initializeArgumentsAndRender();
03315:
03316: $output0 .= '
46 FluidCache_News_News_action_detail_6f40e1e97cf243b4d76da0783c541982ac731c10::section_040f06fd774092478d450774f5ba30c5da78acc8(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/View/AbstractTemplateView.php:
00220: }
00221: $this->startRendering($renderingTypeOnNextLevel, $parsedTemplate, $renderingContext);
00222: $output = $parsedTemplate->{$methodNameOfSection}($renderingContext);
00223: $this->stopRendering();
00224: } else {
45 TYPO3\CMS\Fluid\View\AbstractTemplateView::renderSection("content", array, boolean)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/ViewHelpers/RenderViewHelper.php:
00088: return $this->viewHelperVariableContainer->getView()->renderPartial($partial, $section, $arguments);
00089: } elseif ($section !== NULL) {
00090: return $this->viewHelperVariableContainer->getView()->renderSection($section, $arguments, $optional);
00091: }
00092: return '';
44 TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::render("content", NULL, array, boolean)
43 call_user_func_array(array, array)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00246:
00247: try {
00248: return call_user_func_array(array($this, 'render'), $renderMethodParameters);
00249: } catch (\TYPO3\CMS\Fluid\Core\ViewHelper\Exception $exception) {
00250: // @todo [BW] rethrow exception, log, ignore.. depending on the current context
42 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::callRenderMethod()
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00228: $this->initialize();
00229:
00230: return $this->callRenderMethod();
00231: }
00232:
41 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::initializeArgumentsAndRender()
/var/www/hs-koblenz/httpdocs/typo3temp/Cache/Code/fluid_template/News_News_layout_Detail_html_ad596c7cedfba8cb2f34aee6bbf7a0f51437f9fb.php:
00083: // End of ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
00084:
00085: $output0 .= $viewHelper10->initializeArgumentsAndRender();
00086:
00087: $output0 .= '
40 FluidCache_News_News_layout_Detail_html_ad596c7cedfba8cb2f34aee6bbf7a0f51437f9fb::render(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/View/AbstractTemplateView.php:
00180: }
00181: $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
00182: $output = $parsedLayout->render($this->baseRenderingContext);
00183: $this->stopRendering();
00184: } else {
39 TYPO3\CMS\Fluid\View\AbstractTemplateView::render()
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php:
00325: }
00326: if ($actionResult === NULL && $this->view instanceof ViewInterface) {
00327: $this->response->appendContent($this->view->render());
00328: } elseif (is_string($actionResult) && strlen($actionResult) > 0) {
00329: $this->response->appendContent($actionResult);
38 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:
37 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: }
36 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: }
35 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
34 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:
33 TYPO3\CMS\Extbase\Core\Bootstrap::run("", array)
32 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);
31 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;
30 TYPO3\CMS\Frontend\ContentObject\UserContentObject::render(array)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00750: $contentObject = $this->getContentObject($name);
00751: if ($contentObject) {
00752: $content .= $contentObject->render($conf);
00753: } else {
00754: // Call hook functions for extra processing
29 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("USER", array, "news_pi1")
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:
00043: $theValue = '';
00044: } else {
00045: $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'], $key);
00046: }
00047: if (isset($conf['stdWrap.'])) {
28 TYPO3\CMS\Frontend\ContentObject\CaseContentObject::render(array)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00750: $contentObject = $this->getContentObject($name);
00751: if ($contentObject) {
00752: $content .= $contentObject->render($conf);
00753: } else {
00754: // Call hook functions for extra processing
27 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("CASE", array, "20")
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00695: if ((int)$theKey && strpos($theKey, '.') === FALSE) {
00696: $conf = $setup[$theKey . '.'];
00697: $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00698: }
00699: }
26 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGet(array)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php:
00038:
00039: $this->cObj->includeLibs($conf);
00040: $content = $this->cObj->cObjGet($conf);
00041: $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
00042: if ($wrap) {
25 TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject::render(array)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00750: $contentObject = $this->getContentObject($name);
00751: if ($contentObject) {
00752: $content .= $contentObject->render($conf);
00753: } else {
00754: // Call hook functions for extra processing
24 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("COA", array, "list")
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:
00043: $theValue = '';
00044: } else {
00045: $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'], $key);
00046: }
00047: if (isset($conf['stdWrap.'])) {
23 TYPO3\CMS\Frontend\ContentObject\CaseContentObject::render(array)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00750: $contentObject = $this->getContentObject($name);
00751: if ($contentObject) {
00752: $content .= $contentObject->render($conf);
00753: } else {
00754: // Call hook functions for extra processing
22 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("CASE", array, "tt_content")
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00732: // Getting the cObject
00733: $GLOBALS['TT']->incStackPointer();
00734: $content .= $this->cObjGetSingle($name, $conf, $key);
00735: $GLOBALS['TT']->decStackPointer();
00736: } else {
21 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("<tt_content", NULL, "")
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php:
00105: $this->cObj->lastChanged($row['tstamp']);
00106: $cObj->start($row, $conf['table']);
00107: $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
00108: $cobjValue .= $tmpValue;
00109: }
20 TYPO3\CMS\Frontend\ContentObject\ContentContentObject::render(array)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00750: $contentObject = $this->getContentObject($name);
00751: if ($contentObject) {
00752: $content .= $contentObject->render($conf);
00753: } else {
00754: // Call hook functions for extra processing
19 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("CONTENT", array)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php:
00115: $setup = $setup[$segment . '.'];
00116: }
00117: $content = $contentObject->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.']);
00118: if (TYPO3_MODE === 'BE') {
00119: $this->resetFrontendEnvironment();
18 TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::render("lib.content.0", NULL, NULL, "")
17 call_user_func_array(array, array)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00246:
00247: try {
00248: return call_user_func_array(array($this, 'render'), $renderMethodParameters);
00249: } catch (\TYPO3\CMS\Fluid\Core\ViewHelper\Exception $exception) {
00250: // @todo [BW] rethrow exception, log, ignore.. depending on the current context
16 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::callRenderMethod()
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00228: $this->initialize();
00229:
00230: return $this->callRenderMethod();
00231: }
00232:
15 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::initializeArgumentsAndRender()
/var/www/hs-koblenz/httpdocs/typo3temp/Cache/Code/fluid_template/Standalone_template_file_Main_d316dde8cb7db4f2a472b02b70e74202c1e59805.php:
00226: // End of ViewHelper TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper
00227:
00228: $output0 .= $viewHelper32->initializeArgumentsAndRender();
00229:
00230: $output0 .= '
14 FluidCache_Standalone_template_file_Main_d316dde8cb7db4f2a472b02b70e74202c1e59805::section_62bce9422ff2d14f69ab80a154510232fc8a9afd(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/View/AbstractTemplateView.php:
00220: }
00221: $this->startRendering($renderingTypeOnNextLevel, $parsedTemplate, $renderingContext);
00222: $output = $parsedTemplate->{$methodNameOfSection}($renderingContext);
00223: $this->stopRendering();
00224: } else {
13 TYPO3\CMS\Fluid\View\AbstractTemplateView::renderSection("Main", array, boolean)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/ViewHelpers/RenderViewHelper.php:
00088: return $this->viewHelperVariableContainer->getView()->renderPartial($partial, $section, $arguments);
00089: } elseif ($section !== NULL) {
00090: return $this->viewHelperVariableContainer->getView()->renderSection($section, $arguments, $optional);
00091: }
00092: return '';
12 TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::render("Main", NULL, array, boolean)
11 call_user_func_array(array, array)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00246:
00247: try {
00248: return call_user_func_array(array($this, 'render'), $renderMethodParameters);
00249: } catch (\TYPO3\CMS\Fluid\Core\ViewHelper\Exception $exception) {
00250: // @todo [BW] rethrow exception, log, ignore.. depending on the current context
10 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::callRenderMethod()
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00228: $this->initialize();
00229:
00230: return $this->callRenderMethod();
00231: }
00232:
9 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::initializeArgumentsAndRender()
/var/www/hs-koblenz/httpdocs/typo3temp/Cache/Code/fluid_template/Standalone_layout_Default_014d25d59102e7b5def34bb3dc62decc5f0f1efe.php:
00204: // End of ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
00205:
00206: $output0 .= $viewHelper30->initializeArgumentsAndRender();
00207:
00208: $output0 .= '
8 FluidCache_Standalone_layout_Default_014d25d59102e7b5def34bb3dc62decc5f0f1efe::render(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/View/AbstractTemplateView.php:
00180: }
00181: $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
00182: $output = $parsedLayout->render($this->baseRenderingContext);
00183: $this->stopRendering();
00184: } else {
7 TYPO3\CMS\Fluid\View\AbstractTemplateView::render()
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:
00265: */
00266: protected function renderFluidView() {
00267: return $this->view->render();
00268: }
00269:
6 TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject::renderFluidView()
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:
00074: $this->assignContentObjectDataAndCurrent($conf);
00075:
00076: $content = $this->renderFluidView();
00077: $content = $this->applyStandardWrapToRenderedContent($content, $conf);
00078:
5 TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject::render(array)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00750: $contentObject = $this->getContentObject($name);
00751: if ($contentObject) {
00752: $content .= $contentObject->render($conf);
00753: } else {
00754: // Call hook functions for extra processing
4 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("FLUIDTEMPLATE", array, "30")
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00695: if ((int)$theKey && strpos($theKey, '.') === FALSE) {
00696: $conf = $setup[$theKey . '.'];
00697: $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00698: }
00699: }
3 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGet(array)
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/Page/PageGenerator.php:
00212: $GLOBALS['TT']->incStackPointer();
00213: $GLOBALS['TT']->push($GLOBALS['TSFE']->sPre, 'PAGE');
00214: $pageContent = $GLOBALS['TSFE']->cObj->cObjGet($GLOBALS['TSFE']->pSetup);
00215: if ($GLOBALS['TSFE']->pSetup['wrap']) {
00216: $pageContent = $GLOBALS['TSFE']->cObj->wrap($pageContent, $GLOBALS['TSFE']->pSetup['wrap']);
2 TYPO3\CMS\Frontend\Page\PageGenerator::renderContent()
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/cms/tslib/index_ts.php:
00210: // Content generation
00211: if (!$TSFE->isINTincScript()) {
00212: \TYPO3\CMS\Frontend\Page\PageGenerator::renderContent();
00213: $TSFE->setAbsRefPrefix();
00214: }
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');