Silk Road forums

Support => Technical support => Topic started by: eras1059 on October 31, 2011, 09:14 pm

Title: Database Error
Post by: eras1059 on October 31, 2011, 09:14 pm
Hi,

Whenever I try to purchase something (on the screen where you fill your address in) I'm getting this error:

A Database Error Occurred

Error Number: 1048

Column 'postage' cannot be null

INSERT INTO `transactions` (`item_id`, `quantity`, `buyer_id`, `seller_id`, `payment`, `commission`, `usd_equivalent`, `postage`, `postage_price`, `address`, `action`, `created`, `modified`) VALUES ('12345', '1', '1234', '1234', 20.00, 0.00, 20.0000, NULL, 0, 'Mr. Bob Smith\n17 Madeup Road,\nTown,\nCounty,\nPOSTCODE\', 1, 1320095241, 1320095241)

Filename: /usr/home/webmaster/silkroad/controllers/orders.php

Line Number: 249

Is this a known issue?

Thanks!
Eras.

(P.S. I altered my name, address and a few other bits in the code section for obvious reasons.)