Hi Team,
after update WordPress to version 4.8, the LeagueManager plugin 4.2-RC1.3 does not works!
When I try to insert the football teams the Fatal error occurred !
Fatal error: Can’t use method return value in write context in /htdocs/public/www/wp-content/plugins/leaguemanager/admin/team.php on line 16
I tried to uninstall it and reinstall it many times but without success!
Cheers
Sab
I love what this plug in gives me, but have struggled to upgrade past 3.9.1 – it feels pretty stable at this version.
It works for me with WordPress 4.8.2. For the error in teamp.php, you have two solutions :
– upgrade to php version 5.5 or later
– edit the team.php file, line 16 and replace if(!empty($league->getGroup())) by if($league->getGroup() <> ”)