Hi Everybody at kriesi,
i just copied a website from my server to my customers server and get an error now on Post-Pages:
Warning: Division by zero in …/***.com/wp-content/themes/enfold-child/functions.php on line 145
Could you please have a look at that?
Line 145 in functions.php says:
$pages = ceil($total / $items_per_page);
deactivating the “display errors” option in the php.ini will hide the error, but is no solution, isn’t it?