Hi, I'm not a programmer and i've just moved to a new server and i get the following error on my site (custom script. lost contact with the programmer): Warning: Division by zero in /home/**/public_html/templates_c/%%AA^AA0^AA0EB992%%details.tpl.php on line 71 Code (markup): It was working fine on the old host so i thought maybe it's a server settings / mysql settings / php settings error.. is it ? I googled about it and it seems like it may have caused by division of integer in zero. I have no idea how to change the code to make it work tho. Any help would be realy appreciated. Thanks, E-A.
Ahh.. Oops. That's the line that is causing the error: <?php if ($this->_sections['i']['index'] % $this->_tpl_vars['row'] == 0 && $this->_sections['i']['index'] != 0): ?> Code (markup):