Replies: 0
After updating php to 7.1 I can’t access the WordPress plugins page anymore. I always get an 500 error message specifying that a php-script error had occurred. Having a look at the log files I noticed this error message:
Uncaught Error: [] operator not supported for strings
WordPress_01/wp-content/plugins/posts-in-page/posts_in_page.php Zeile 49
which suggests that Post in Page might cause the error. A little internet research brought up this post. Maybe that is the reason?