megnath Posted August 29, 2006 Share Posted August 29, 2006 I there Iam trying input Pound as my currency using the admin. I get a followling error. 1406 - Data too long for column 'symbol_left' at row 1 update currencies set title = 'GBR POUND', code = 'GBR', symbol_left = '?', symbol_right = '', decimal_point = '.', thousands_point = ',', decimal_places = '2', value = '1.00000000' where currencies_id = '2' I tryed doing through update state ment using mysql. as followling... UPDATE currencies SET symbol_left = '?' WHERE currencies_id = '2' Then it changed the data in the database. But in the website it shows as followling £699.00 ? this Symbol appears in front of the ? sign. Any one know how to solve this problem thanking in advance. mega Link to comment Share on other sites More sharing options...
Guest Posted August 30, 2006 Share Posted August 30, 2006 Hi Go back into your Admin/Currencies ... Add Currency. Use "Sterling" as name then "GBP" as code and "Symbol Left", you can leave all else as is except to make it "Default" It worked for me. John Jones Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.