pantheon-systems / solr-power

A WordPress plugin to connect to Pantheon's Apache Solr search infrastructure, or your own!
https://wordpress.org/plugins/solr-power/
GNU General Public License v2.0
126 stars 60 forks source link

Divide by zero warning when posting a query #566

Closed threeiem closed 1 year ago

threeiem commented 1 year ago

There is an assumption that there is more than one post to calculate posts_per_page in class-solrpower-wp-query.php. This results in a warning.

PHP Warning:  Division by zero in /code/wp/wp-content/plugins/solr-power/includes/class-solrpower-wp-query.php on line 246
scottbuscemi commented 1 year ago

This has been fixed in today's 2.5.1 release, thank you for reporting!