JOSSm Posted July 21, 2021 Share Posted July 21, 2021 Hello I have changed my PHP version to 7.2 and i get this error (1/1) ContextErrorException Warning: A non-numeric value encountered in ratingsnippets.php line 720 This is the line: $rating_width = @number_format($current_rating / $count, 2) * $rating_unitwidth; The error is in $ count because if I change it manually it works Thanks in advance Link to comment Share on other sites More sharing options...
SmartDataSoft Posted July 21, 2021 Share Posted July 21, 2021 (edited) @JOSSm Which version of PrestaShop you are using. Is this any native module or thirdparty module. The things is that @count variable has no value, please print {$count|print_r} or {$count|var_dump} before it to check it has any value or not Thank you Edited July 21, 2021 by SmartDataSoft (see edit history) Link to comment Share on other sites More sharing options...
JOSSm Posted July 21, 2021 Author Share Posted July 21, 2021 (edited) version 1.7.6.9. thirdparty module: https://addons.prestashop.com/es/seo-posicionamiento-buscadores/42371-product-rating-google-snippets-breadcrumb-rich-pins.html Print: Uncaught ReferenceError: $count is not defined at Thanks Edited July 21, 2021 by JOSSm (see edit history) Link to comment Share on other sites More sharing options...
SmartDataSoft Posted July 22, 2021 Share Posted July 22, 2021 @JOSSm You can use PrestaShop native ratting module it is addedd in core https://www.prestashop.com/en/blog/customer-reviews-module or you can null exception the value via php so when value is null it will not calculate Thank you Link to comment Share on other sites More sharing options...
JOSSm Posted July 22, 2021 Author Share Posted July 22, 2021 The problem is that I already had a lot of punctuations with that module. Is there a way to migrate the data from one module to the other? Thanks for the help Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now