Author |
Topic  |
|
aberbotimue
Starting Member
United Kingdom
41 Posts |
Posted - 04 April 2004 : 20:33:30
|
Hi guys..
I have just run the setup.asp and it gave me this lot
quote:
Upgraded: Added default values for new fields in CONFIG table Upgraded: T_STICKY field value updated in the TOPICS table Upgraded: Added default values for new fields in CONFIG table Error: 80040E14 Cannot alter column 'T_MESSAGE' because it is 'ntext'. strUpdateSql: ALTER TABLE BRANDED_A_TOPICS ALTER COLUMN T_MESSAGE NTEXT NULL Error: 80040E14 Cannot alter column 'T_MESSAGE' because it is 'ntext'. strUpdateSql: ALTER TABLE BRANDED_TOPICS ALTER COLUMN T_MESSAGE NTEXT NULL Upgraded: T_SUBJECT Field has been changed Upgraded: T_SUBJECT Field has been changed Error: 80040E14 Cannot alter column 'R_MESSAGE' because it is 'ntext'. strUpdateSql: ALTER TABLE BRANDED_A_REPLY ALTER COLUMN R_MESSAGE NTEXT NULL Error: 80040E14 Cannot alter column 'R_MESSAGE' because it is 'ntext'. strUpdateSql: ALTER TABLE BRANDED_REPLY ALTER COLUMN R_MESSAGE NTEXT NULL Upgraded: Added default values for new fields in CONFIG table
The Upgrade has been completed without errors !
Now clearly, there are errors, and even if the upgrades work, may this come and bite me later in the day, when the users all come back, and start doing stuff again..??
can anyone explain what the errors are, even if they arn't croitical?
My prefixes in config.asp are
table branded_ members brand_ filter bran_
Cheers
|
Nathan Duct tape is like the force, it has a dark side and a light side, and holds the universe together
|
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 04 April 2004 : 20:44:15
|
it is just saying that the fields it was trying to change to ntext were already ntext, so the errors don't matter. |
 |
|
aberbotimue
Starting Member
United Kingdom
41 Posts |
Posted - 04 April 2004 : 21:46:55
|
Thanx
From a usability point of view, is it worth saying as much in the upgrade instructions/readme file??
N |
Nathan Duct tape is like the force, it has a dark side and a light side, and holds the universe together
|
 |
|
|
Topic  |
|
|
|