php warning 7.2
-
My site went down today. It turns out the host had set the default php version to 7.2. They rolled it back to 7.1 and all was ok. I used the php compatibility checker to see what might be causing the problem, and yours was one that generated an error message (warning). It may not have caused the problem, but I thought you should know so that it can be corrected:
FILE: …/wp-content/plugins/wd-facebook-feed/facebook-feed-wd.php
——————————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————
920 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
——————————————————————————————————————
- The topic ‘php warning 7.2’ is closed to new replies.