Warnings with PHP 7.1 and 7.2
-
FILE: /var/www/html/wp-content/plugins/profile-builder/front-end/edit-profile.php
—————————————————————————————————————–
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
—————————————————————————————————————–
78 | WARNING | Global with anything other than bare variables is discouraged since PHP 7.0. Found ${$form_name}
—————————————————————————————————————–FILE: /var/www/html/wp-content/plugins/profile-builder/front-end/register.php
——————————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————
162 | WARNING | Global with anything other than bare variables is discouraged since PHP 7.0. Found ${$form_name}
——————————————————————————————————————
Hello,
beside the problem mentioned here: https://www.ads-software.com/support/topic/php-warnings-after-updating-to-2-7-8/
here are also a few warnings that i found with PHP compatilibity checker.FILE: /var/www/html/wp-content/plugins/profile-builder/features/functions.php
———————————————————————————————————–
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
———————————————————————————————————–
172 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
———————————————————————————————————–
- The topic ‘Warnings with PHP 7.1 and 7.2’ is closed to new replies.