Project

General

Profile

Actions

Bug #54292

closed

Language module gives uncaught TYPO3 Exception #1329821485

Added by Peter Murray over 10 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2013-12-09
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

clicking on the Language module in TYPO3 6.1.5 and 6.1.6 gives an uncaught TYPO3 Exception #1329821485.

Bug trace:
RuntimeException thrown in file
typo3\sysext\core\Classes\Resource\AbstractFile.php in line 527.

called from:
TYPO3\CMS\Core\Resource\AbstractFile::getPublicUrl()

sysext\frontend\Classes\ContentObject\ContentObjectRenderer.php:
05192: 3 => $processedFileObject->getPublicUrl(),

called from:
TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::getImgResource("typo3conf/ext/flux/ext_icon.gif", array)
typo3\sysext\fluid\Classes\ViewHelpers\ImageViewHelper.php:
00129: $imageInfo = $this->contentObject->getImgResource($src, $setup);

or
TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::getImgResource("typo3/sysext/form/ext_icon.gif", array)
typo3\sysext\fluid\Classes\ViewHelpers\ImageViewHelper.php:
00129: $imageInfo = $this->contentObject->getImgResource($src, $setup);

or similar extension icons - the error reports for each extension in alphabetical order.

After repeatedly clicking on Language module for each extension, the module finally loads and works normally.

Actions #1

Updated by Markus Klein over 10 years ago

  • Category changed from Language Manager (backend) to File Abstraction Layer (FAL)
  • Status changed from New to Needs Feedback

This exception is triggered if the current file is marked deleted.

Unfortunately I can't reproduce this on my test environment.

@Peter: Can you debug this TYPO3 CMS instance? If so, what is the content of the array in these calls:

TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::getImgResource("typo3conf/ext/flux/ext_icon.gif", array)

(6.0 might be affected too, at least the exception does exist. 6.2 is not affected. The exception code does not exist there anymore.)

Actions #2

Updated by Joris Willems over 10 years ago

@Markus Klein: I am affected by this issue too. Should this call be present in the code and can I use devlog to capture the array? Or should I add it somewhere and if so where should I add it and how should I capture the array?

typo3 v6.1.7, "File has been deleted" on language manager. I already checked the known issues and cures for this error: http://wiki.typo3.org/Exception/CMS/1329821485

Actions #3

Updated by Steffen Ritter about 10 years ago

There should not be a "deleted" flag anymore... Please make sure, that your database tables are up to date.

Actions #4

Updated by Alexander Opitz almost 10 years ago

  • Status changed from Needs Feedback to Closed

No feedback within the last 90 days => closing this ticket.

If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.

Actions

Also available in: Atom PDF