Surely there must've been some sort of reason why I was using DESCRIP instead of DESCRIPTION, when every other field uses its name directly, but I can't guess what it would've been. Oh well.
Changing descrip to description for both the category import and the links import.
0/5
1
2
3
4
5
Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.
Comments on Import Bug
Forum Regular
Usergroup: Customer
Joined: Oct 18, 2003
Total Topics: 32
Total Comments: 114
Paul you have a bug on admin-xmlimport.tpl.
You have - Description: <input type="text" name="descriploc" size="5" value="{CATDESCRIPLOC}">
and it should be - Description: <input type="text" name="descriptionloc" size="5" value="{CATDESCRIPTIONLOC}">
Tried to import some categories and it wouldn't import the descriptions and this was the reason why.
Liz
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Surely there must've been some sort of reason why I was using DESCRIP instead of DESCRIPTION, when every other field uses its name directly, but I can't guess what it would've been. Oh well.
Changing descrip to description for both the category import and the links import.