Bug #49786
closedFile has been deleted exception in page module
0%
Description
After the upgrade to TYPO3 6.2alpha the page module shows an exception. I do not know which file should be missing.
Uncaught TYPO3 Exception
#1329821485: File has been deleted. (More information)
RuntimeException thrown in file
/var/www/user/web/typo3_src-6.2.0alpha1/typo3/sysext/core/Classes/Resource/AbstractFile.php in line 527.
9 TYPO3\CMS\Core\Resource\AbstractFile::getPublicUrl(boolean)
/var/www/user/web/typo3_src-6.2.0alpha1/typo3/sysext/backend/Classes/Utility/BackendUtility.php:
01510: 'width' => $sizeParts0,
01511: 'height' => $sizeParts1
01512: ))->getPublicUrl(TRUE);
01513: $imgTag = '' . htmlspecialchars($fileReferenceObject->getName()) . '';
01514: } else {
8 TYPO3\CMS\Backend\Utility\BackendUtility::thumbCode(array, "tt_content", "image", "../../../")
/var/www/user/web/typo3_src-6.2.0alpha1/typo3/sysext/recordlist/Classes/RecordList/AbstractDatabaseRecordList.php:
00528: */
00529: public function thumbCode($row, $table, $field) {
00530: return \TYPO3\CMS\Backend\Utility\BackendUtility::thumbCode($row, $table, $field, $this->backPath);
00531: }
00532:
7 TYPO3\CMS\Recordlist\RecordList\AbstractDatabaseRecordList::thumbCode(array, "tt_content", "image")
/var/www/user/web/typo3_src-6.2.0alpha1/typo3/sysext/backend/Classes/View/PageLayoutView.php:
01276: if ($row['CType'] 'textpic' || $row['CType'] 'image') {
01277: if ($row['image']) {
01278: $out .= $this->thumbCode($row, 'tt_content', 'image') . '
';
01279: if ($row['imagecaption']) {
01280: $out .= $this->linkEditContent($this->renderText($row['imagecaption']), $row) . '
';
6 TYPO3\CMS\Backend\View\PageLayoutView::tt_content_drawItem(array, boolean)
/var/www/user/web/typo3_src-6.2.0alpha1/typo3/sysext/backend/Classes/View/PageLayoutView.php:
00466: !$this->tt_contentConfig['languageMode']);
00467: $isRTE = $RTE && $this->isRTEforField('tt_content', $row, 'bodytext');
00468: $innerContent = '
' . $this->tt_content_drawItem($row, $isRTE) . '
';
00469: $singleElementHTML .= '
' . $innerContent . '
' . $this->tt_content_drawFooter($row);
00470: // NOTE: this is the end tag for
5 TYPO3\CMS\Backend\View\PageLayoutView::getTable_tt_content(43)
/var/www/user/web/typo3_src-6.2.0alpha1/typo3/sysext/backend/Classes/View/PageLayoutView.php:
00198: break;
00199: case 'tt_content':
00200: return $this->getTable_tt_content($id);
00201: break;
00202: }
4 TYPO3\CMS\Backend\View\PageLayoutView::getTable("tt_content", 43, "")
/var/www/user/web/typo3_src-6.2.0alpha1/typo3/sysext/recordlist/Classes/RecordList/AbstractDatabaseRecordList.php:
00431: }
00432: // Finally, render the list:
00433: $this->HTMLcode .= $this->getTable($tableName, $this->id, implode(',', $fields));
00434: }
00435: }
3 TYPO3\CMS\Recordlist\RecordList\AbstractDatabaseRecordList::generateList()
/var/www/user/web/typo3_src-6.2.0alpha1/typo3/sysext/backend/Classes/Controller/PageLayoutController.php:
00937: $dblist->HTMLcode .= $this->doc->getVersionSelector($this->id);
00938: // Generate the list of elements here:
00939: $dblist->generateList();
00940: // Adding the list content to the tableOutput variable:
00941: $tableOutput[$table] = ($h_func ? $h_func . '
' : '') . $dblist->HTMLcode . ($h_func_b ? '
' . $h_func_b : '');
2 TYPO3\CMS\Backend\Controller\PageLayoutController::renderListContent()
/var/www/user/web/typo3_src-6.2.0alpha1/typo3/sysext/backend/Classes/Controller/PageLayoutController.php:
00541: } else {
00542: // All other listings
00543: $body .= $this->renderListContent();
00544: }
00545: // Setting up the buttons and markers for docheader
1 TYPO3\CMS\Backend\Controller\PageLayoutController::main()
/var/www/user/web/typo3_src-6.2.0alpha1/typo3/sysext/cms/layout/db_layout.php:
00141: }
00142: $SOBE->clearCache();
00143: $SOBE->main();
00144: $SOBE->printContent();
00145: ?>