Bug #34443
closedWith tt_news installed update to 4.7beta1 fails
100%
Description
With tt_news installed update to 4.7beta1 fails. The frontend shows:
===
Fatal error: require_once() [function.require]: Failed opening required '/home/tackhead/domains/tackhead.com/public_html/t3lib/class.t3lib_htmlmail.php' (include_path='.:/usr/local/lib/php') in /home/tackhead/domains/tackhead.com/public_html/typo3conf/ext/tt_news/pi/class.tx_ttnews.php on line 44
===
and after a refresh .....
===
Uncaught TYPO3 Exception
#1294587218: No TypoScript template found! (More information)
t3lib_error_http_ServiceUnavailableException thrown in file
/home/typo3_src/typo3_src-4.7.0beta1/typo3/sysext/cms/tslib/class.tslib_fe.php in line 2116.
2 tslib_fe::getConfigArray()
/home/typo3_src/typo3_src-4.7.0beta1/typo3/sysext/cms/tslib/index_ts.php:
00317: // After this, we should have a valid config-array ready
00318: // **********************************************
00319: $TSFE->getConfigArray();
00320:
00321: // ************************
1 require("/home/typo3_src/typo3_src-4.7.0beta1/typo3/sysext/cms/tslib/index_ts.php")
/home/typo3_src/typo3_src-4.7.0beta1/index.php:
00076: // **********
00077:
00078: require (PATH_tslib.'index_ts.php');
00079:
00080: ?>
===
De-installing tt_news solves the problem. Of course I do not want a site without tt_news.
Updated by Markus Klein over 12 years ago
Ben, htmlmail has been removed in 4.7
tt_news has to be updated.
Updated by Ben van 't Ende over 12 years ago
Jigal told me t3lib_htmlmail is deprecated and that the new API is to be used. He told me the tt_news trunk already did not seem to have the reference to t3lib_htmlmail anymore. I have asked Rupert when he would have an updated version of tt_news.
Updated by Jigal van Hemert over 12 years ago
- Status changed from New to Needs Feedback
It is a general problem when upgrading to a new version with incompatible extensions enabled. There is nothing that the core can do about that.
As you've found out the cause in this case is that the tt_news version you use tries to load a class which was deprecated since 4.5 and is removed in 4.7
The problem is thus located in tt_news and belongs in the tt_news bug tracker (it still uses bugs.typo3.org).
Can we close this issue?
Updated by Ben van 't Ende over 12 years ago
Yeah, you can close the issue. tHNx
Updated by Georg Ringer over 12 years ago
- Status changed from Needs Feedback to Closed