
06-26-2007, 01:46 PM
|
 |
|
|
Join Date: Feb 2007
Posts: 383
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Vinyljunky
Hello,
Im in the process of restoring my DB to another host but I keep getting the error below
The import works fine if I remove the icash bits from the .sql file
Code:
CREATE TABLE icash_donations (
id int(11) NOT NULL auto_increment,
from text NOT NULL,
to text NOT NULL,
amount int(11) NOT NULL default '0',
time text NOT NULL,
PRIMARY KEY (id)
) TYPE=MyISAM;
--
-- Dumping data for table `icash_donations`
--
INSERT INTO icash_donations VALUES (1,'TheGuru','kazthorn',5,'{time()}');
I therefore guess that the error is in the code above. (Created by the icash mod)
What is wrong, how can I fix it
Many Thanks
VJ ...
|
BUMP
|