Search found 2 matches

by sweet160
Sun Feb 24, 2008 7:29 am
Forum: Joomla! Coding 101
Topic: Warning: Division by zero error
Replies: 5
Views: 1368

Re: Warning: Division by zero error

Ian,

Your the man! Its ok now, the errors are gone, and my website looks great thanks to you!

I cannot thank you enough

CHeers dude
by sweet160
Sat Feb 23, 2008 11:50 pm
Forum: Joomla! Coding 101
Topic: Warning: Division by zero error
Replies: 5
Views: 1368

Warning: Division by zero error

Hi,

After I uploade my site I got this division by zero error.

Here is the code

if ($color_index && isset($tab_colors[($tab_index)%count($tab_colors)])) {
$id .= $tab_colors[($tab_index)%count($tab_colors)];
$tab_index++;

}


ANybody know how do I can fix this?

Thanks!