Hi nneonneo
I'm not too sure how to explain my problem so I hope this makes sense... I've made it through the first 3 steps with no issues and I think I've done everything right so far, but I'm stuck on step 4. I've never done anything like this so I'm sorry if I'm missing something obvious...
I'm trying to import the SQL files but I keep getting this error:
Error
SQL query:
INSERT INTO `smf_categories` ( ID_CAT, catOrder, name )
VALUES ( 1, 0, 'Welcome' ) ;
MySQL said:
#1054 - Unknown column 'catOrder' in 'field list'
I've tried importing the file a couple times, I've set the character set to UTF-8... I also tried copying the data directly into the SQL query window and got the same error message.
Do you have an idea what I'm doing wrong? Any help would be greatly appreciated!