Error on PHP 7.2
-
Did this plugin compatible with PHP 7.2
FILE: /XXXX/public_html/wp-content/plugins/woocommerce-pos/includes/views/modals/tmpl-hotkeys.php
———————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
———————————————————————————————————————————————————————————-
1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
———————————————————————————————————————————————————————————-FILE: /XXXX/public_html/wp-content/plugins/woocommerce-pos/includes/views/pos/receipt/tmpl-items.php
———————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
———————————————————————————————————————————————————————————-
1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
———————————————————————————————————————————————————————————-FILE: /XXXX/public_html/wp-content/plugins/woocommerce-pos/includes/class-wc-pos-server.php
———————————————————————————————————————————–
FOUND 4 ERRORS AFFECTING 4 LINES
———————————————————————————————————————————–
73 | ERROR | Global variable ‘$HTTP_RAW_POST_DATA’ is deprecated since PHP 5.6 and removed since PHP 7.0; Use php://input instead
74 | ERROR | Global variable ‘$HTTP_RAW_POST_DATA’ is deprecated since PHP 5.6 and removed since PHP 7.0; Use php://input instead
75 | ERROR | Global variable ‘$HTTP_RAW_POST_DATA’ is deprecated since PHP 5.6 and removed since PHP 7.0; Use php://input instead
77 | ERROR | Global variable ‘$HTTP_RAW_POST_DATA’ is deprecated since PHP 5.6 and removed since PHP 7.0; Use php://input instead
———————————————————————————————————————————–
- The topic ‘Error on PHP 7.2’ is closed to new replies.