Uncaught TYPO3 Exception
#1314516810: File /user_upload/LSVS/Sportschule/Bilder/Bilder_HNS/Bilder_Tagungsraeume/TR_44/ does not exist. (More information)

TYPO3\CMS\Core\Resource\Exception\FolderDoesNotExistException thrown in file
/var/web/source/src/typo3_src-6.2.30/typo3/sysext/core/Classes/Resource/Driver/LocalDriver.php in line 272.

32 TYPO3\CMS\Core\Resource\Driver\LocalDriver::getFolderInfoByIdentifier("/user_upload/LSVS/Sportschule/Bilder/Bilder_HNS/Bilder_Tagungsraeume/TR_44/")

/var/web/source/src/typo3_src-6.2.30/typo3/sysext/core/Classes/Resource/ResourceStorage.php:
02160:  public function getFolder($identifier, $returnInaccessibleFolderObject = FALSE) {
02161: 
02162:   $data = $this->driver->getFolderInfoByIdentifier($identifier);
02163:   $folder = ResourceFactory::getInstance()->createFolderObject($this, $data['identifier'], $data['name']);
02164: 

31 TYPO3\CMS\Core\Resource\ResourceStorage::getFolder("/user_upload/LSVS/Sportschule/Bilder/Bilder_HNS/Bilder_Tagungsraeume/TR_44/")

/var/web/source/src/typo3_src-6.2.30/typo3/sysext/core/Classes/Resource/Collection/FolderBasedFileCollection.php:
00107:    $storage = $storageRepository->findByUid($array['storage']);
00108:    if ($storage) {
00109:     $this->folder = $storage->getFolder($array['folder']);
00110:    }
00111:   }

30 TYPO3\CMS\Core\Resource\Collection\FolderBasedFileCollection::fromArray(array)

/var/web/source/src/typo3_src-6.2.30/typo3/sysext/core/Classes/Collection/AbstractRecordCollection.php:
00321:  static public function create(array $collectionRecord, $fillItems = FALSE) {
00322:   $collection = new static();
00323:   $collection->fromArray($collectionRecord);
00324:   if ($fillItems) {
00325:    $collection->loadContents();

29 TYPO3\CMS\Core\Collection\AbstractRecordCollection::create(array)

/var/web/source/src/typo3_src-6.2.30/typo3/sysext/core/Classes/Resource/ResourceFactory.php:
00293:   $class = $registry->getFileCollectionClass($collectionData['type']);
00294: 
00295:   return $class::create($collectionData);
00296:  }
00297: 

28 TYPO3\CMS\Core\Resource\ResourceFactory::createCollectionObject(array)

/var/web/source/src/typo3_src-6.2.30/typo3/sysext/core/Classes/Resource/FileCollectionRepository.php:
00058:   */
00059:  protected function createDomainObject(array $record) {
00060:   return $this->getFileFactory()->createCollectionObject($record);
00061:  }
00062: 

27 TYPO3\CMS\Core\Resource\FileCollectionRepository::createDomainObject(array)

/var/web/source/src/typo3_src-6.2.30/typo3/sysext/core/Classes/Collection/RecordCollectionRepository.php:
00049:   $data = $this->getDatabaseConnection()->exec_SELECTgetSingleRow('*', $this->table, 'uid=' . (int)$uid . \TYPO3\CMS\Backend\Utility\BackendUtility::deleteClause($this->table));
00050:   if (is_array($data)) {
00051:    $result = $this->createDomainObject($data);
00052:   }
00053:   return $result;

26 TYPO3\CMS\Core\Collection\RecordCollectionRepository::findByUid(55)

/var/web/source/src/typo3_src-6.2.30/typo3/sysext/core/Classes/Resource/FileCollectionRepository.php:
00043:   */
00044:  public function findByUid($uid) {
00045:   $object = parent::findByUid($uid);
00046:   if ($object === NULL) {
00047:    throw new ResourceDoesNotExistException('Could not find row with uid "' . $uid . '" in table "' . $this->table . '"', 1314354066);

25 TYPO3\CMS\Core\Resource\FileCollectionRepository::findByUid(55)

/var/web/virtual/www.lsvs.de/data/typo3conf/ext/rgsmoothgallery/pi1/class.tx_rgsmoothgallery_pi1.php:
00703: 
00704:         
00705:         $collection = $collectionRepository->findByUid($uidFileCollection);
00706:         
00707:         

24 tx_rgsmoothgallery_pi1::getImagesFromFileCollection(1)

/var/web/virtual/www.lsvs.de/data/typo3conf/ext/rgsmoothgallery/pi1/class.tx_rgsmoothgallery_pi1.php:
00651: 
00652: 
00653:         $content .= $this->getImagesFromFileCollection($limitImages);
00654:         return $content;
00655:         die("Sgt. Landry");

23 tx_rgsmoothgallery_pi1::getImageDifferentPlaces(1)

/var/web/virtual/www.lsvs.de/data/typo3conf/ext/rgsmoothgallery/pi1/class.tx_rgsmoothgallery_pi1.php:
00633:             if ($this->conf['noscript'] == 1) {
00634:                 $js .= '<noscript>
00635:       ' . $this->getImageDifferentPlaces(1) . '
00636:       </noscript>';
00637:             }

22 tx_rgsmoothgallery_pi1::getJs("1", "1", "1", 2000, "460", "345", "460", "345", NULL, "2729", array)

/var/web/virtual/www.lsvs.de/data/typo3conf/ext/rgsmoothgallery/pi1/class.tx_rgsmoothgallery_pi1.php:
00171:             $content .= $this->getJs(
00172:                     $this->config['lightbox'], $this->config['showThumbs'], $this->config['arrows'], $this->config['duration'], $this->config['width'], $this->config['height'], $this->config['widthGallery'], $this->config['heightGallery'], $this->config['advancedSettings'], $this->config['id'], $this->conf
00173:             );
00174: 
00175:             // depending on the chosen settings the images come from different places

21 tx_rgsmoothgallery_pi1::main("", array)
20 call_user_func_array(array, array)

/var/web/source/src/typo3_src-6.2.30/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
06661:       $content,
06662:       $conf
06663:      ));
06664:     } else {
06665:      $GLOBALS['TT']->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);

19 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::callUserFunction("tx_rgsmoothgallery_pi1->main", array, "")

/var/web/source/src/typo3_src-6.2.30/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;

18 TYPO3\CMS\Frontend\ContentObject\UserContentObject::render(array)

/var/web/source/src/typo3_src-6.2.30/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

17 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("USER", array, "plugin.tx_rgsmoothgallery_pi1")

/var/web/source/src/typo3_src-6.2.30/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 {

16 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("< plugin.tx_rgsmoothgallery_pi1", NULL, "rgsmoothgallery_pi1")

/var/web/source/src/typo3_src-6.2.30/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.'])) {

15 TYPO3\CMS\Frontend\ContentObject\CaseContentObject::render(array)

/var/web/source/src/typo3_src-6.2.30/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

14 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("CASE", array, "20")

/var/web/source/src/typo3_src-6.2.30/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:    }

13 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGet(array)

/var/web/source/src/typo3_src-6.2.30/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) {

12 TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject::render(array)

/var/web/source/src/typo3_src-6.2.30/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

11 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("COA", array, "list")

/var/web/source/src/typo3_src-6.2.30/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.'])) {

10 TYPO3\CMS\Frontend\ContentObject\CaseContentObject::render(array)

/var/web/source/src/typo3_src-6.2.30/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

9 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("CASE", array, "tt_content")

/var/web/source/src/typo3_src-6.2.30/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 {

8 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("<tt_content", NULL, "")

/var/web/source/src/typo3_src-6.2.30/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:       }

7 TYPO3\CMS\Frontend\ContentObject\ContentContentObject::render(array)

/var/web/source/src/typo3_src-6.2.30/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

6 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("CONTENT", array, "subparts.CONTENT")

/var/web/source/src/typo3_src-6.2.30/typo3/sysext/frontend/Classes/ContentObject/TemplateContentObject.php:
00126:      $this->cObj->data[$this->cObj->currentValKey] = $GLOBALS['TSFE']->register['SUBPART_' . $theKey];
00127:      // Get subpart cObject and substitute it!
00128:      $subpartArray[$PRE . $theKey . $POST] = $this->cObj->cObjGetSingle($theValue['name'], $theValue['conf'], 'subparts.' . $theKey);
00129:     }
00130:     // Reset current to empty

5 TYPO3\CMS\Frontend\ContentObject\TemplateContentObject::render(array)

/var/web/source/src/typo3_src-6.2.30/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("TEMPLATE", array, "10")

/var/web/source/src/typo3_src-6.2.30/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)

/var/web/source/src/typo3_src-6.2.30/typo3/sysext/frontend/Classes/Page/PageGenerator.php:
00213:   $GLOBALS['TT']->incStackPointer();
00214:   $GLOBALS['TT']->push($GLOBALS['TSFE']->sPre, 'PAGE');
00215:   $pageContent = $GLOBALS['TSFE']->cObj->cObjGet($GLOBALS['TSFE']->pSetup);
00216:   if ($GLOBALS['TSFE']->pSetup['wrap']) {
00217:    $pageContent = $GLOBALS['TSFE']->cObj->wrap($pageContent, $GLOBALS['TSFE']->pSetup['wrap']);

2 TYPO3\CMS\Frontend\Page\PageGenerator::renderContent()

/var/web/source/src/typo3_src-6.2.30/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("/var/web/source/src/typo3_src-6.2.30/typo3/sysext/cms/tslib/index_ts.php")

/var/web/source/src/typo3_src-6.2.30/index.php:
00026:  ->redirectToInstallerIfEssentialConfigurationDoesNotExist();
00027: 
00028: require(PATH_tslib . 'index_ts.php');