Post
Topic
Board Project Development
Re: UK exchange: Britcoin
by
dooglus
on 01/07/2011, 04:52:14 UTC
So i've downloaded the code to have a play around.
Im reasonably new at LAMP etc.. but have figured out most of the problems on my own. The thing is I am getting this on the profile page under balance:

Warning: gmp_cmp(): Unable to convert variable to GMP - wrong type in /var/www/bcx/util.php on line 115

Im guessing GMP or something may not be configured properly? Any ideas? Smiley

I get that all the time.

It only seems to affect the code that transfers bitcoins from the bitcoin client into the exchange database.  I just ignore it, and deposit funds by doing something like:

Code:
  update purses set amount = 123e8 where uid=99 and type='GBP';

Everything seems to work other than this.