Division by zero in BxBaseIndex.php on line 410

I am getting this error on my site. Has anyone seen this error before?

 

Warning: Division by zero in /home/mysite/public_html/templates/base/scripts/BxBaseIndex.php on line 410

 

www.uberhaven.com

 

Quote · 13 Nov 2009

Hello!

Seems this code return 0:

$max_num    = (int) getParam( "top_members_max_num" );

so parameter "top_members_max_num" is missing in table `GlRapams`.

Try to use this query for fixing:

INSERT INTO `GlParams` VALUES('top_members_max_num', '6', 0, 'How many results show on index page in top members area', 'digit', '', '', NULL);

Regard

Quote · 13 Nov 2009

Thank you. i ended up installing d7

Quote · 17 Nov 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.