Tagged: php7.2
- This topic has 3 replies, 2 voices, and was last updated 2 years, 7 months ago by
Steve.
-
AuthorPosts
-
-
April 3, 2019 at 4:28 am #9343
Vineet TalwarMemberHey, Just ran a php compatibility checker test on a fresh php7.2 machine and fresh WP install with piklist. It threw following error and warnings.
FILE: /var/www/html/htdocs/wp-content/plugins/piklist/add-ons/piklist-demos/parts/shortcodes/variable.php
————————————————————————————————————————————————————————-
FOUND 1 ERROR AFFECTING 1 LINE
————————————————————————————————————————————————————————-
6 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right order since PHP 7.0. Use curly braces to remove ambiguity.
————————————————————————————————————————————————————————-FILE: /var/www/html/htdocs/wp-content/plugins/piklist/parts/shared/template-piklist-shortcode.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: /var/www/html/htdocs/wp-content/plugins/piklist/parts/shared/notice-updated-hide.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: /var/www/html/htdocs/wp-content/plugins/piklist/parts/shared/template-piklist-shortcode-inline.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: /var/www/html/htdocs/wp-content/plugins/piklist/includes/class-piklist.php
————————————————————————————————–
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
————————————————————————————————–
2793 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
————————————————————————————————– -
June 12, 2019 at 11:15 am #9409
Vineet TalwarMemberis anyone active here ?
-
June 20, 2019 at 11:48 am #9416
SteveKeymasterWe’ll work on fixing the warnings. The error is in the Demo add-on. As long as you don’t activate it you should be fine.
-
June 20, 2019 at 1:55 pm #9418
SteveKeymasterthis should be fixed in Piklist 1.0.4
-
-
AuthorPosts
- You must be logged in to reply to this topic.