Recent Topics

1 Aug 05, 2020 21:54    

After upgrading php to 7.4.8 logging in produced this error:~

php7.4  {implode() Deprecated} OK AFTER FILE HACKED

Amended [/inc/_core/_template.funcs.php]

Line 2882
From:

.'<div class="floatright">'.implode( $links, ' &middot; ' ).'</div>'

To:

.'<div class="floatright">'.implode(' &middot; ', $links ).'</div>'

All now OK

2 Aug 07, 2020 23:34

thank you we will fix this

3 Aug 10, 2020 18:05

This and 5 other similar issues will be fixed in the next release.

This thread is resolved.


Form is loading...