Daimler Posted August 25, 2010 Share Posted August 25, 2010 Hi i got this error when a username try to upgrade Warning: Division by zero in ../public_html/components/PaymentSelection.cmp.php on line 156 On line 156 i have this: $Layout->assign('col_width', round(580 / count($type_plans)) ); If someone help me to fix or hide this i would be grateful Thank you Link to comment https://forums.phpfreaks.com/topic/211711-division-by-zero-error/ Share on other sites More sharing options...
shlumph Posted August 25, 2010 Share Posted August 25, 2010 Your $type_plans array must have 0 items in it. Link to comment https://forums.phpfreaks.com/topic/211711-division-by-zero-error/#findComment-1103625 Share on other sites More sharing options...
Daimler Posted August 25, 2010 Author Share Posted August 25, 2010 can you please tell me how can i do that ? thanks Link to comment https://forums.phpfreaks.com/topic/211711-division-by-zero-error/#findComment-1103627 Share on other sites More sharing options...
shlumph Posted August 25, 2010 Share Posted August 25, 2010 Find out where you initialized $type_plans. After it's initialized, is it what you expected it to be? You need to track down what went wrong. Link to comment https://forums.phpfreaks.com/topic/211711-division-by-zero-error/#findComment-1103647 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.