Quote:
Originally Posted by klaush
Thanks, i had the same error with a fresh install.
Any idea why only we!
By the way, great product!
|
Yeap! I am running non-english forum, where dots are automatically replaced with commas. So:
Code:
$itrader[pcnt]=100.0
is fine for MySQL serwer, but
Code:
$itrader[pcnt]=100,0
(comma!)
means for MySQL server, that we try to send command "0" to a server, which ends up in an error