Actions
Bug #31349
closedCould not use Content Element of type Media
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2011-10-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
If I want to add a new content element in 4.6.0 (type media), a fatal error is shown:
Fatal error: require() [function.require]: Failed opening required 'PATH_tslibhooks/class.tx_cms_mediaitems.php' (include_path='.:/usr/(...)/typo3/contrib/pear/') in (...)/t3lib/class.t3lib_div.php on line 5140
Could be a bug - or a side effect of any installed extension. Can anyone confirm this?
Updated by Xavier Perseguers about 13 years ago
Sounds like a bug by some extension of yours because on my side it works. Seems that the PATH_tslib constant is not set in your case.
Updated by Markus Klein about 13 years ago
The only place where a reference to
hooks/class.tx_cms_mediaitems.phpappears in Core is line 28 in
typo3/sysext/cms/ext_autoload.php.
So I'd also tend to say that this is an extension issue. (If it was not, then actually your whole backend shouldn't work.)
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Closed
- Is Regression set to No
Actions