View Single Post
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,215

Old July 9th, 2009, 01:35 PM
Quote:
Originally Posted by SAbel View Post
ok well I have made it forward to the next error

The data files could not be loaded due to the following errors:

File: tab_skills.dat (line 17) - Portal 'Domain' - Invalid unique id

which is coming from me adding the following

<portal
id="lbldomain"
style="lblSecond">
<label
text="Domain:">
</label>
</portal>

<portal
id="Domain"
style="editNormal">
<edit
field="domDomain:">
</edit>
</portal>

This is to allow people to use multi skills like a knowledge and id each time they take it with the spec. area that it covers.
It's the colons ( : ) in your field name that it's complaining about.

field="domDomain:">

should be:

field="domDomain">

Last edited by Mathias; July 9th, 2009 at 01:37 PM. Reason: It thought I wanted to write a smilie.
Mathias is online now   #14 Reply With Quote