[error] [client 172.16.0.133] PHP Warning: Division by zero in /home/www/wp-content/plugins/wp-classified/includes/searchRes_tpl.php on line 44
Line 44
$post_pstart = ($pstart['count'])/$wpcSettings['count_ads_per_page'];
How can i get rid of this
[error] [client 172.16.0.133] PHP Warning: Division by zero in /home/www/wp-content/plugins/wp-classified/includes/searchRes_tpl.php on line 44
Line 44
$post_pstart = ($pstart['count'])/$wpcSettings['count_ads_per_page'];
How can i get rid of this
this $wpcSettings['count_ads_per_page']; seems undefined;
check your plugin options and enter a number in the settings options?
This topic has been closed to new replies.