I recently upgrade to PHP 5.5 and started have getting 502 errors on my server, which I've never had before. I turned on logging in an attempt to identify the issue. After a week of testing every time the 502 error occurred I noticed the same below log entries:
[26-May-2015 23:10:28 UTC] PHP Strict Standards: Redefining already defined constructor for class Site_Wide_Text_Change in /nas/wp/www/server/wp-content/plugins/site-wide-text-change/site-wide-text-change.php on line 71
[26-May-2015 23:10:28 UTC] PHP Deprecated: Assigning the return value of new by reference is deprecated in /nas/wp/www/server/wp-content/plugins/site-wide-text-change/site-wide-text-change.php on line 476
Any chance of getting these issues resolved in a plugin update?
Thanks!