PHP 7.1 incompatability
-
There is an issue with PHP 7.1. We get the following error when trying to access the backend.
Fatal error: Uncaught Error: [] operator not supported for strings in /www/wp-content/plugins/imsanity/settings.php:54/**
* Settings link that appears on the plugins overview page
* @param array $links
* @return array
*/
function imsanity_settings_link( $links ) {
$links[] = ‘‘ . esc_html__( ‘Settings’, ‘imsanity’ ) . ‘‘;
return $links;
}This can be fixed by simply instantiating the array before accessing it as such within the function.
Please push an update ASAP.
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘PHP 7.1 incompatability’ is closed to new replies.