
12-10-2004, 01:37 PM
|
|
Quote:
Error in DBLoadDoors query 'SELECT id,doorid,zone,name,pos_x,pos_y,pos_z,heading
,opentype,guild,lockpick,keyitem,triggerdoor,trigg ertype,dest_zone,dest_x,dest_y
,dest_z,dest_heading,door_param,invert_state,incli ne,size from doors' #1054: Unk
nown column 'door_param' in 'field list'
|
Answeres right after that.
Quote:
If you get an error about door_param and size, run the following queries:
ALTER TABLE `doors` CHANGE `liftheight` `door_param` INT(4) DEFAULT "0" NOT NUL
L;
|
Quote:
[Error] Error in LoadTributes first query 'SELECT id,name,descr FROM tributes':
#1146: Table 'eq.tributes' doesn't exist
|
Isnt there an SQL file tio run to fix this? look for tributs.sql or some such on the DL page
Quote:
[Quest] Warning - commands.pl: Perl runtime error: open 'commands.pl' No such fi
le or directory at (eval 3) line 1.
|
isnt there the perl files you need to DL and add to the proper directory?
|