Viewing 1 reply thread
You must be logged in to reply to this topic.
We are getting the below issues when trying to use PHP7.1 & PHP7.2. This is with the Codeless Slider.
Given that PHP5.6 and PHP7 are no longer supported by PHP, and many hosts are turning these versions off, when can we expect this to work on the supported versions of PHP?
Also WordPress recommends PHP7.3 so I supposed it would be good if it works with that.
Warning: A non-numeric value encountered in /usr/www/users/bluercrmxy/wp-content/themes/specular/includes/codeless-slider/codeless_slider.php on line 119 Warning: A non-numeric value encountered in /usr/www/users/bluercrmxy/wp-content/themes/specular/includes/codeless-slider/codeless_slider.php on line 119 Warning: A non-numeric value encountered in /usr/www/users/bluercrmxy/wp-content/themes/specular/includes/codeless-slider/codeless_slider.php on line 119 Warning: A non-numeric value encountered in /usr/www/users/bluercrmxy/wp-content/themes/specular/includes/codeless-slider/codeless_slider.php on line 119 Warning: A non-numeric value encountered in /usr/www/users/bluercrmxy/wp-content/themes/specular/includes/codeless-slider/codeless_slider.php on line 119
Hello,
First these are errors that are shown only with WP Debug TRUE or when PHP Error Logs are set to HIGH.
Thank you for for letting me know, we will fix in next update.
For now make this modification:
On that line (119) add ‘(int)’ before this text ‘$this->height’ all instances
Thank you
You must be logged in to reply to this topic.