Hello,
I am in the process of moving my forums to a new server. I use Navicat for MySQL amd I'm trying to import my database on the new server and I'm receiving 60+ errors and they all are in relation to the following:
Causing these:
Any ideas?
Thanks!
I am in the process of moving my forums to a new server. I use Navicat for MySQL amd I'm trying to import my database on the new server and I'm receiving 60+ errors and they all are in relation to the following:
Code:
[Err] 1062 - Duplicate entry 'Forum' for key 'node_name_unique'
Causing these:
Code:
[Err] INSERT INTO xf_node VALUES("9","General Discussion","Discuss anything related to Gaming!","","Forum","8","2","1","42","43","1","0","0","a:1:{i:8;a:7:{s:7:\"node_id\";i:8;s:9:\"node_name\";N;s:12:\"node_type_id\";s:8:\"Category\";s:5:\"title\";s:7:\"Gaming\";s:5:\"depth\";i:0;s:3:\"lft\";i:25;s:3:\"rgt\";i:58;}}");
Any ideas?
Thanks!