Thank you for the prompt reply, this is happening for all review posts. This seems to be a syntax problem with the function.php file and PHP Version 7.3.8. It is filling up my hard-drive very fast writing thousands of these two lines to my log file.
Here is what 335 of the functions.php looks like:
<span><?php echo esc_html( number_format( ( $option[‘value’] / $scale ), 1 ) ); ?>/<?php echo $display; ?></span>
Here is what 339 of the functions.php looks like:
$rating = round( $option[‘value’] / $scale );
Please see the link for a screenshot of my plugin settings.
https://www.dropbox.com/s/48v81boukqgz1p6/General%20Settings.jpg?dl=0
I think I misunderstood what you wanted for a screenshot. Please see the Product review settings within a POST page.
https://www.dropbox.com/s/cgow9qgsab3k84t/Product-Review-Post.jpg?dl=0
I think I might have an idea of why this might be happening. With a recent update to Product Review they added a new field called Product Price. I don’t want a product price to show up. So I removed the value from Product Price of “0.00” so it doesn’t display.
Perhaps because there is no value associated to this, it is throwing the error? If this is the problem how can I go about disabling product price as there will never be a price associated nor do I want the review to show a price. I have close to 1000 Product reviews and I don’t want to have to edit each review because of this.
Thanks!
-
This reply was modified 5 years, 7 months ago by
pbolduc99.
-
This reply was modified 5 years, 7 months ago by
pbolduc99.
-
This reply was modified 5 years, 7 months ago by
pbolduc99.
-
This reply was modified 5 years, 7 months ago by
pbolduc99.
-
This reply was modified 5 years, 7 months ago by
pbolduc99.
-
This reply was modified 5 years, 7 months ago by
pbolduc99.
-
This reply was modified 5 years, 7 months ago by
pbolduc99.