Ski-Whiz
04-16-2005, 12:18 PM
I'm getting these when I run the upgrade directions:
Error
SQL-query :
ALTER TABLE `".TABLE_PREFIX."user` ADD COLUMN `alerts` int( 5 ) default '0'
MySQL said:
#1103 - Incorrect table name '".TABLE_PREFIX."user'
AND
Error
SQL-query :
ALTER TABLE `".TABLE_PREFIX."warning_types` ADD COLUMN `warn_alert` char( 3 ) default 'No'
MySQL said:
#1103 - Incorrect table name '".TABLE_PREFIX."warning_types'
Now, I've got 3.4.1 installed and running good on 3.0.7, and I'll probably go in my database and make these changes manually. The wierd part is, those tables are there! :D
Just letting you know, or maybe it's me?
Error
SQL-query :
ALTER TABLE `".TABLE_PREFIX."user` ADD COLUMN `alerts` int( 5 ) default '0'
MySQL said:
#1103 - Incorrect table name '".TABLE_PREFIX."user'
AND
Error
SQL-query :
ALTER TABLE `".TABLE_PREFIX."warning_types` ADD COLUMN `warn_alert` char( 3 ) default 'No'
MySQL said:
#1103 - Incorrect table name '".TABLE_PREFIX."warning_types'
Now, I've got 3.4.1 installed and running good on 3.0.7, and I'll probably go in my database and make these changes manually. The wierd part is, those tables are there! :D
Just letting you know, or maybe it's me?