Shorttag powerpress_subscribe and PHP 7.1.3
-
It seems like the shorttag to display the subscribe buttons ([powerpress_subscribe]) doesn’t work with PHP 7.1.3, nothing gets displayed
I know it worked before with older version of PHP (6.* and 7.0.*).In the error log I see this:
PHP message: PHP Warning: Illegal string offset ‘slug’ in /wp-content/plugins/powerpress/powerpress-subscribe.php on line 372
PHP message: PHP Warning: Illegal string offset ‘term_taxonomy_id’ in /wp-content/plugins/powerpress/powerpress-subscribe.php on line 376
PHP message: PHP Warning: Cannot assign an empty string to a string offset in /wp-content/plugins/powerpress/powerpress-subscribe.php on line 376
PHP message: PHP Warning: Illegal string offset ‘category_id’ in /wp-content/plugins/powerpress/powerpress-subscribe.php on line 378
PHP message: PHP Warning: Cannot assign an empty string to a string offset in /wp-content/plugins/powerpress/powerpress-subscribe.php on line 378
PHP message: PHP Warning: Illegal string offset ‘post_type’ in /wp-content/plugins/powerpress/powerpress-subscribe.php on line 380
PHP message: PHP Warning: Cannot assign an empty string to a string offset in /wp-content/plugins/powerpress/powerpress-subscribe.php on line 380
PHP message: PHP Warning: Illegal string offset ‘slug’ in /wp-content/plugins/powerpress/powerpress-subscribe.php on line 418
PHP message: PHP Warning: Illegal string offset ‘term_taxonomy_id’ in /wp-content/plugins/powerpress/powerpress-subscribe.php on line 418
PHP message: PHP Warning: Illegal string offset ‘post_type’ in /wp-content/plugins/powerpress/powerpress-subscribe.php on line 418(I’ve removed the first parts of the filepath)
Is there a quick fix I can apply?
Thanks
Michael
- The topic ‘Shorttag powerpress_subscribe and PHP 7.1.3’ is closed to new replies.