There was an error in the working CMS and I can not even enter management panel. I did not update PHP on the server, nothing changed in the configuration, and yet I can't enter the administration panel or display the WWW page.
When I try to get on administration panel or on website there is a message like this:
PHP Runtime Notice: Declaration of tx_ttnews_catmenu::wrapTitle() should be compatible with t3lib_treeView::wrapTitle($title, $row, $bank = 0) in /home2/izbampro/public_html/typo3/typo3conf/ext/tt_news/class.tx_ttnews_catmenu.php line 56
Is this a bug related to a too old version of PHP, or could someone break into the server and change the configuration?I have no idea what could have happened, everything worked well several days ago. Please help me with this error.
t3lib_treeView::wrapTitle($title, $row, $bank = 0)
accept parameter whiletx_ttnews_catmenu::wrapTitle()
does not pass any parameter. This means that both declarations are incompatible and while the implemented interface must be satisfied PHP throws the shown error. – GNBt know...Where I can check this when I can
t get into administration panel? – jefferstypo3/sysext/core/ext_emconf.php
. The version of tt_news can be seen in the Extension Manager. Or have a look into the filetypo3conf/ext/tt_news/ext_emconf.php
. – Peter Kraume