Bug #36829
Incompatible with TYPO3 4.7
| Status: | Resolved | Start date: | 2012-05-04 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Jean-Sébastien Gervais | % Done: | 0% |
|
| Category: | - | Spent time: | 1.00 hour | |
| Target version: | - | |||
| Votes: | 0 |
Description
I get the following error message:
Fatal error: require_once(): Failed opening required '/var/www/webxxx/html/mysite/t3lib/class.t3lib_htmlmail.php' (include_path='/var/www/webxxx/html/mysite/typo3/contrib/pear/:.:/home/php53/lib/php:/usr/share/php') in /var/www/webxxx/html/mysite/typo3conf/ext/aux_newsmailer/mod1/class_auxnewsmailer_core.php on line 30
Reason: there are no TYPO3 class.t3lib_htmlmail.php
Also: the function t3lib_div::fixed_lgd_pre() in aux_newsmailer/mod1/index.php is obsolete and is no longer supported. It must be this function fixed_lgd_cs (replaced) by t3lib_div::fixed_lgd_cs().
Furthermore: Function 't3lib_div::makeInstance' from the file aux_newsmailer/mod1/class_auxnewsmailer_core.php is no longer supported.
History
Updated by Jean-Sébastien Gervais 11 months ago
Fixed with revision 64912, will release new update soon.
Updated by Jean-Sébastien Gervais 11 months ago
- Status changed from New to Resolved
- Assignee set to Jean-Sébastien Gervais