Database Error

rhapsodyist2921

New Member
Aug 21, 2013
2
0
0
Hi! When i try to upload the sql file i get this error message

Error

SQL query:

INSERT INTO `font`
VALUES ( 19, 'Assimilate', '', '2009-11-15 16:45:54', 'active', 0, 'ASSIMILA.TTF', NULL , '', '', 0, 1, '', '', '' ) ;

MySQL said: Documentation
#1146 - Table 'kpssalan_ps_fonts_font_pack.font' doesn't exist
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
You need to ensure you select the database before attempting the import. Also make sure you've created the font table by importing the sql file in the 'offline' folder of the script.
 

rhapsodyist2921

New Member
Aug 21, 2013
2
0
0
Thanks! I tried to create another database. That's why i got that error message. I have imported the file on the same database now it is ok.