Version 2.0 throws a Fatal PHP Error on PHP 5.6.40.
-
Hey,
Since updating to version 2.0 the plugin throws a Fatal PHP Error.
The error is caused by a function declaration name equalling an already defined function.yikes-custom-taxonomy-order.php has a function called include which breaks everything since include is already a defined function.
I’m running WordPress 5.1.1 and PHP 5.6.40.
This doesn’t happen when using PHP 7.1.8. I think the function should still be renamed as it’s a bad idea to declare a function using a built in functions name. I’m surprised it works at all in 7.1.8 to be honest.
Reverting to version 1.2.7 has fixed the issue for now.
The topic ‘Version 2.0 throws a Fatal PHP Error on PHP 5.6.40.’ is closed to new replies.