exception - TYPO3 PHP Runtime Deprecation Notice: -


i have problem old typo3 stuff, tried make old typo3 website run on ubuntu system. , sorry if somethings not clear understand me, new in cms's , forced change stuff on old page.

problems are:
1. backend seems working, half. if enable ext. templavoila page module shows me white page.
on tv disable, page module, seems working gives me strange error messages inside content fields.

  1. if try @ front-end gives me exception:

1: php runtime deprecation notice: non-static method tx_ttnews_div::getsubcategories() should not called statically, assuming $this incompatible context in /var/www/projectfolder/projectfolder-typo3/typo3conf/ext/tt_news/pi/class.tx_ttnews.php line 3740

just apart this, read removed php feature in update 5.6 using currently.

things checked already:

-correct php -v  -database import correct  -localconf correct (took live server , changed localhost)  -checked install-tool , rm -rf * inside typo3temp folder 

thanks help

your php version combined versions of typo3 , extensions seems incompatible. either need use different php version or upgrade typo3 and/or extensions being used. fyi, method being called very old extension although don't version you're using, assume typo3 version old (either 6.x or 4.x versions).

the normal recommendation upgrade typo3 , extensions. less recommended alternative use different php version. please aware remaining on older typo3 versions means site may not patched security issues , may not compatible modern browsers.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -