I’ve updated my Typo3 from 4.5.5 to 4.7.0 and I get several deprecated errors:
- ERROR: Content Element type “login” has no rendering definition!
- call to undefined error in t3lib_div::view_array
- fail to include class.t3lib_htmlmail.php
- The install tool gives me “typo3/ext/ directory not writable” but I’ve the correct right. I’ve even allow all?????
- When I select a CType Element in the BE it give me this warning: PHP Warning
PHP Warning: Invalid argument supplied for foreach() in /var/www/typo3_src-4.7.0/t3lib/l10n/parser/class.t3lib_l10n_parser_llphp.php line 95
The solution for 2. is to use the new class t3lib_utility_debug but what is with the other errors?
Edit: 1. http://lists.typo3.org/pipermail/typo3-english/2011-November/078129.html
Edit 2: The solution for the missing class t3lib_htmlmail is to include another class t3lib_mail_message: require_once(PATH_t3lib .’mail/class.t3lib_mail_message.php’);
Well, i know it is to late now, but for all others wo think about an update: just activate the deprecation log in the isntall toll and fix that problems first!