I have a site running on php4 in one location and on php5 in another location.
in buyerArea.php on line 233 I have this line of code:
Code: Select all
// quote starts from 20001
$quote = 'Q' . bcadd(20000, $id, 0);
Code: Select all
Fatal error: Call to undefined function: bcadd() in /web/sites/user/0/91/87476/public/www/buyerArea.php on line 233
Any clue why am I getting thie error?
Many Thanks for reading my post.