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 Quote 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. Quote 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 Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/211711-division-by-zero-error/#findComment-1103647 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.