when i tried to upgrade my RC1 to RC2 i get the following error:
Warning: opendir(sql/alter_tables/1.7/mysql/rc_2/) [function.opendir]: failed to open dir: No such file or directory in /var/www/html/testlink17/install/installUtils.php on line 30
i looked and realized that the rc_2 folder is indeed missing! i hust have beta_3 beta_4 and beta5_folders there.
am i missing something or is the rc_2 folder simply missing?
upgrade to RC2 not working to missing files?
-
- Advanced user
- Posts: 41
- Joined: Wed Sep 13, 2006 8:34 pm
Missed files commited.
here the content
requirements.sql
ALTER TABLE requirements ADD COLUMN `node_order` INT(10) UNSIGNED DEFAULT '0' AFTER `type`;
ALTER TABLE requirements COMMENT = 'Updated to TL 1.7.0 RC 2';
z_final_steps.sql
INSERT INTO db_version VALUES('1.7.0 RC 2', CURRENT_TIMESTAMP());
Regards
here the content
requirements.sql
ALTER TABLE requirements ADD COLUMN `node_order` INT(10) UNSIGNED DEFAULT '0' AFTER `type`;
ALTER TABLE requirements COMMENT = 'Updated to TL 1.7.0 RC 2';
z_final_steps.sql
INSERT INTO db_version VALUES('1.7.0 RC 2', CURRENT_TIMESTAMP());
Regards
-
- Advanced user
- Posts: 41
- Joined: Wed Sep 13, 2006 8:34 pm