|
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
|
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
|
<head>
|
|
<title>TYPO3 Exception</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<style type="text/css">
|
|
.ExceptionProperty {
|
|
color: #101010;
|
|
}
|
|
pre {
|
|
margin: 0;
|
|
font-size: 11px;
|
|
color: #515151;
|
|
background-color: #D0D0D0;
|
|
padding-left: 30px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div style="
|
|
position: absolute;
|
|
left: 10px;
|
|
background-color: #B9B9B9;
|
|
outline: 1px solid #515151;
|
|
color: #515151;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 12px;
|
|
margin: 10px;
|
|
padding: 0;
|
|
">
|
|
<div style="width: 100%; background-color: #515151; color: white; padding: 2px; margin: 0 0 6px 0;">Uncaught TYPO3 Exception</div>
|
|
<div style="width: 100%; padding: 2px; margin: 0 0 6px 0;">
|
|
<strong style="color: #BE0027;">#1317178604: No file found for given UID.</strong> (<a href="http://typo3.org/go/exception/CMS/debug/1317178604" target="_blank">More information</a>)<br />
|
|
<br />
|
|
<span class="ExceptionProperty">TYPO3\CMS\Core\Resource\Exception\FileDoesNotExistException</span> thrown in file<br />
|
|
<span class="ExceptionProperty">/Volumes/Data/Users/olly/Development/typo3/master/typo3/sysext/core/Classes/Resource/ResourceFactory.php</span> in line
|
|
<span class="ExceptionProperty">267</span>.<br />
|
|
<br />
|
|
<pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">11</span> TYPO3\CMS\Core\Resource\ResourceFactory<span style="color:white;">::</span>getFileObject<span style="color:white;">(<span style="color:#FF8700;">178</span>)</span></pre><br /><span style="font-size:10px;">/Volumes/Data/Users/olly/Development/typo3/master/typo3/sysext/core/Classes/Resource/ProcessedFileRepository.php:</span><br /><pre>00094: */
|
|
00095: protected function createDomainObject(array $databaseRow) {
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00096: $originalFile = $this->resourceFactory->getFileObject(intval($databaseRow['original']));
|
|
</pre><pre>00097: $originalFile->setStorage($this->resourceFactory->getStorageObject($originalFile->getProperty('storage')));
|
|
00098: $taskType = $databaseRow['task_type'];
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">10</span> TYPO3\CMS\Core\Resource\ProcessedFileRepository<span style="color:white;">::</span>createDomainObject<span style="color:white;">(<span style="color:#FF8700;"><em>array</em></span>)</span></pre><br /><span style="font-size:10px;">/Volumes/Data/Users/olly/Development/typo3/master/typo3/sysext/core/Classes/Resource/ProcessedFileRepository.php:</span><br /><pre>00159:
|
|
00160: if (is_array($databaseRow)) {
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00161: $processedFile = $this->createDomainObject($databaseRow);
|
|
</pre><pre>00162: } else {
|
|
00163: $processedFile = $this->createNewProcessedFileObject($file, $taskType, $configuration);
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">9</span> TYPO3\CMS\Core\Resource\ProcessedFileRepository<span style="color:white;">::</span>findOneByOriginalFileAndTaskTypeAndConfiguration<span style="color:white;">(<span style="color:#FF8700;"><em>TYPO3\CMS\Core\Resource\File</em></span><span style="color:white;">,</span> "<span style="color:#FF8700;" title="Image.Preview">Image.Preview</span>"<span style="color:white;">,</span> <span style="color:#FF8700;"><em>array</em></span>)</span></pre><br /><span style="font-size:10px;">/Volumes/Data/Users/olly/Development/typo3/master/typo3/sysext/core/Classes/Resource/Service/FileProcessingService.php:</span><br /><pre>00091: $processedFileRepository = Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Core\\Resource\\ProcessedFileRepository');
|
|
00092:
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00093: $processedFile = $processedFileRepository->findOneByOriginalFileAndTaskTypeAndConfiguration($fileObject, $taskType, $configuration);
|
|
</pre><pre>00094:
|
|
00095: // set the storage of the processed file
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">8</span> TYPO3\CMS\Core\Resource\Service\FileProcessingService<span style="color:white;">::</span>processFile<span style="color:white;">(<span style="color:#FF8700;"><em>TYPO3\CMS\Core\Resource\File</em></span><span style="color:white;">,</span> <span style="color:#FF8700;"><em>TYPO3\CMS\Core\Resource\ResourceStorage</em></span><span style="color:white;">,</span> "<span style="color:#FF8700;" title="Image.Preview">Image.Preview</span>"<span style="color:white;">,</span> <span style="color:#FF8700;"><em>array</em></span>)</span></pre><br /><span style="font-size:10px;">/Volumes/Data/Users/olly/Development/typo3/master/typo3/sysext/core/Classes/Resource/ResourceStorage.php:</span><br /><pre>00772: throw new \InvalidArgumentException('Cannot process files of foreign storage', 1353401835);
|
|
00773: }
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00774: $processedFile = $this->getFileProcessingService()->processFile($fileObject, $this, $context, $configuration);
|
|
</pre><pre>00775:
|
|
00776: return $processedFile;
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">7</span> TYPO3\CMS\Core\Resource\ResourceStorage<span style="color:white;">::</span>processFile<span style="color:white;">(<span style="color:#FF8700;"><em>TYPO3\CMS\Core\Resource\File</em></span><span style="color:white;">,</span> "<span style="color:#FF8700;" title="Image.Preview">Image.Preview</span>"<span style="color:white;">,</span> <span style="color:#FF8700;"><em>array</em></span>)</span></pre><br /><span style="font-size:10px;">/Volumes/Data/Users/olly/Development/typo3/master/typo3/sysext/core/Classes/Resource/File.php:</span><br /><pre>00291: */
|
|
00292: public function process($taskType, array $configuration) {
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00293: return $this->getStorage()->processFile($this, $taskType, $configuration);
|
|
</pre><pre>00294: }
|
|
00295:
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">6</span> TYPO3\CMS\Core\Resource\File<span style="color:white;">::</span>process<span style="color:white;">("<span style="color:#FF8700;" title="Image.Preview">Image.Preview</span>"<span style="color:white;">,</span> <span style="color:#FF8700;"><em>array</em></span>)</span></pre><br /><span style="font-size:10px;">/Volumes/Data/Users/olly/Development/typo3/master/typo3/sysext/filelist/Classes/FileList.php:</span><br /><pre>00621: // Thumbnails?
|
|
00622: if ($this->thumbs && $this->isImage($ext)) {
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00623: $processedFile = $fileObject->process(\TYPO3\CMS\Core\Resource\ProcessedFile::CONTEXT_IMAGEPREVIEW, array());
|
|
</pre><pre>00624: if ($processedFile) {
|
|
00625: $thumbUrl = $processedFile->getPublicUrl(TRUE);
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">5</span> TYPO3\CMS\Filelist\FileList<span style="color:white;">::</span>formatFileList<span style="color:white;">(<span style="color:#FF8700;"><em>array</em></span><span style="color:white;">,</span> "<span style="color:#FF8700;" title="file">file</span>")</span></pre><br /><span style="font-size:10px;">/Volumes/Data/Users/olly/Development/typo3/master/typo3/sysext/filelist/Classes/FileList.php:</span><br /><pre>00353: }
|
|
00354: // Files are added
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00355: $iOut .= $this->formatFileList($files, $titleCol);
|
|
</pre><pre>00356: // Header line is drawn
|
|
00357: $theData = array();
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">4</span> TYPO3\CMS\Filelist\FileList<span style="color:white;">::</span>getTable<span style="color:white;">("<span style="color:#FF8700;" title="fileext,tstamp,size,rw,_REF_">fileext,tstamp,size,rw,_REF_</span>")</span></pre><br /><span style="font-size:10px;">/Volumes/Data/Users/olly/Development/typo3/master/typo3/sysext/filelist/Classes/FileList.php:</span><br /><pre>00199: */
|
|
00200: public function generateList() {
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00201: $this->HTMLcode .= $this->getTable('fileext,tstamp,size,rw,_REF_');
|
|
</pre><pre>00202: }
|
|
00203:
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">3</span> TYPO3\CMS\Filelist\FileList<span style="color:white;">::</span>generateList<span style="color:white;">()</span></pre><br /><span style="font-size:10px;">/Volumes/Data/Users/olly/Development/typo3/master/typo3/sysext/filelist/Classes/Controller/FileListController.php:</span><br /><pre>00296: $this->filelist->start($this->folderObject, $this->pointer, $this->MOD_SETTINGS['sort'], $this->MOD_SETTINGS['reverse'], $this->MOD_SETTINGS['clipBoard'], $this->MOD_SETTINGS['bigControlPanel']);
|
|
00297: // Generate the list
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00298: $this->filelist->generateList();
|
|
</pre><pre>00299: // Set top JavaScript:
|
|
00300: $this->doc->JScode = $this->doc->wrapScriptTags('
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">2</span> TYPO3\CMS\Filelist\Controller\FileListController<span style="color:white;">::</span>main<span style="color:white;">()</span></pre><br /><span style="font-size:10px;">/Volumes/Data/Users/olly/Development/typo3/master/typo3/sysext/filelist/mod1/index.php:</span><br /><pre>00042: $SOBE = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Filelist\\Controller\\FileListController');
|
|
00043: $SOBE->init();
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00044: $SOBE->main();
|
|
</pre><pre>00045: $SOBE->printContent();
|
|
00046: ?></pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">1</span> require<span style="color:white;">("<span style="color:#FF8700;" title="/Volumes/Data/Users/olly/Development/typo3/master/typo3/sysext/filelist/mod1/index.php">/Volumes/Data/Users/olly/Development/typo3/master/typo3/sysext/filelist/mod1/index.php</span>")</span></pre><br /><span style="font-size:10px;">/Volumes/Data/Users/olly/Development/typo3/master/typo3/mod.php:</span><br /><pre>00039: require $temp_path . 'conf.php';
|
|
00040: $BACK_PATH = '';
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00041: require $temp_path . 'index.php';
|
|
</pre><pre>00042: $isDispatched = TRUE;
|
|
00043: } else {
|
|
</pre><br />
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|