操作
Enhancement(機能追加・改善) #3025
完了バージョンアップ(3.8.0向け)の動作確認を行う
Yuma Sakata さんが12年以上前に追加. 12年以上前に更新.
開始日:
2012-04-23
期日:
進捗率:
100%
予定工数:
説明
ファイル
Fumie Toyooka さんが12年以上前に更新
- ステータス を New(新規) から Accepted(着手) に変更
アップデート確認進捗¶
- 3.6.x → 3.8.0
- 問題なくアップデート終了
- 3.4.x → 3.8.0
- 問題なくアップデート終了
- 3.2.x → 3.8.0
- エラーが出る(以下参照)
- 2.14.x → 3.6.x → 3.8.0
- 問題なくアップデート終了
- 通知センターの表示が崩れます(以下画像参照)
- 2.12.x → 3.6.x → 3.8.0
- 問題なくアップデート終了
- 通知センターの表示が崩れます(以下画像参照)
2.14.x → 3.6.x → 3.8.0 の通知センター¶
- 通知センターの表示が以下のようになります。
- JSON APIを「使用する」にしていてもローディングは終了しないようです。
2.12.x → 3.6.x → 3.8.0 の通知センター¶
- 2.14.xからのアップグレード同様、通知センターの表示が以下のようになります。
- JSON APIを「使用する」にしていてもローディングは終了しないようです。
3.2.x → 3.8.0 のエラー¶
24 error(s) encountered during migration ======================================== Error #1 - SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'skin_config' already exists. Failing Query: "CREATE TABLE `skin_config` (id INT AUTO_INCREMENT COMMENT 'Serial number', `plugin` VARCHAR(64) DEFAULT '' NOT NULL COMMENT 'Plugin name', name VARCHAR(64) DEFAULT '' NOT NULL COMMENT 'Configuration name', value TEXT COMMENT 'Configuration value', created_at DATETIME NOT NULL, updated_at DATETIME NOT NULL, UNIQUE INDEX `plugin_name_UNIQUE` (`plugin`, name), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE = INNODB" #0 /home/toyooka/test/38x/32xto380.toyo.jp/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php(1025): Doctrine_Connection->rethrowException(Object(PDOException), Object(opDoctrineConnectionMysql), 'CREATE TABLE `s...') #1 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Export.php(312): Doctrine_Connection->execute('CREATE TABLE `s...') #2 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Migration/Process.php(56): Doctrine_Export->createTable('skin_config', Array, Array) #3 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Migration.php(522): Doctrine_Migration_Process->processCreatedTable(Array) #4 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/migration/opMigration.class.php(109): Doctrine_Migration->_doMigrateStep('up', 30) #5 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Migration.php(479): opMigration->_doMigrateStep('up', 30) #6 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Migration.php(328): Doctrine_Migration->_doMigrate(47) #7 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/task/openpneMigrateTask.class.php(154): Doctrine_Migration->migrate() #8 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/task/openpneMigrateTask.class.php(105): openpneMigrateTask->migrateFromScript('OpenPNE', Object(sfDatabaseManager)) #9 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/task/sfBaseTask.class.php(68): openpneMigrateTask->execute(Array, Array) #10 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/task/sfTask.class.php(97): sfBaseTask->doRun(Object(sfCommandManager), NULL) #11 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/command/sfSymfonyCommandApplication.class.php(76): sfTask->runFromCLI(Object(sfCommandManager), NULL) #12 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/command/cli.php(20): sfSymfonyCommandApplication->run() #13 /home/toyooka/test/38x/32xto380.toyo..comcom/symfony(14): include('/home/toyooka/t...') #14 {main} Error #2 - SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'filesize'. Failing Query: "ALTER TABLE `file` ADD `filesize` INT DEFAULT '0' NOT NULL COMMENT 'File size'" #0 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php(1025): Doctrine_Connection->rethrowException(Object(PDOException), Object(opDoctrineConnectionMysql), 'ALTER TABLE `fi...') #1 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Export.php(621): Doctrine_Connection->execute('ALTER TABLE `fi...') #2 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Migration/Process.php(89): Doctrine_Export->alterTable('file', Array) #3 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Migration.php(522): Doctrine_Migration_Process->processCreatedColumn(Array) #4 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/migration/opMigration.class.php(109): Doctrine_Migration->_doMigrateStep('up', 31) #5 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Migration.php(479): opMigration->_doMigrateStep('up', 31) #6 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Migration.php(328): Doctrine_Migration->_doMigrate(47) #7 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/task/openpneMigrateTask.class.php(154): Doctrine_Migration->migrate() #8 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/task/openpneMigrateTask.class.php(105): openpneMigrateTask->migrateFromScript('OpenPNE', Object(sfDatabaseManager)) #9 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/task/sfBaseTask.class.php(68): openpneMigrateTask->execute(Array, Array) #10 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/task/sfTask.class.php(97): sfBaseTask->doRun(Object(sfCommandManager), NULL) #11 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/command/sfSymfonyCommandApplication.class.php(76): sfTask->runFromCLI(Object(sfCommandManager), NULL) #12 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/command/cli.php(20): sfSymfonyCommandApplication->run() #13 /home/toyooka/test/38x/32xto380.toyo..comcom/symfony(14): include('/home/toyooka/t...') #14 {main} Error #3 - SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'community_member_position' already exists. Failing Query: "CREATE TABLE `community_member_position` (id INT AUTO_INCREMENT COMMENT 'Serial number', community_id INT NOT NULL COMMENT 'Community id', member_id INT NOT NULL COMMENT 'Member id', community_member_id INT NOT NULL COMMENT 'Community Member id', name VARCHAR(32) NOT NULL COMMENT 'Member''''s position name in this community', created_at DATETIME NOT NULL, updated_at DATETIME NOT NULL, UNIQUE INDEX `name_UNIQUE` (community_member_id, name), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE = INNODB" #0 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php(1025): Doctrine_Connection->rethrowException(Object(PDOException), Object(opDoctrineConnectionMysql), 'CREATE TABLE `c...') #1 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Export.php(312): Doctrine_Connection->execute('CREATE TABLE `c...') #2 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Migration/Process.php(56): Doctrine_Export->createTable('community_membe...', Array, Array) #3 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Migration.php(522): Doctrine_Migration_Process->processCreatedTable(Array) #4 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/migration/opMigration.class.php(109): Doctrine_Migration->_doMigrateStep('up', 32) #5 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Migration.php(479): opMigration->_doMigrateStep('up', 32) #6 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Migration.php(328): Doctrine_Migration->_doMigrate(47) #7 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/task/openpneMigrateTask.class.php(154): Doctrine_Migration->migrate() #8 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/task/openpneMigrateTask.class.php(105): openpneMigrateTask->migrateFromScript('OpenPNE', Object(sfDatabaseManager)) #9 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/task/sfBaseTask.class.php(68): openpneMigrateTask->execute(Array, Array) #10 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/task/sfTask.class.php(97): sfBaseTask->doRun(Object(sfCommandManager), NULL) #11 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/command/sfSymfonyCommandApplication.class.php(76): sfTask->runFromCLI(Object(sfCommandManager), NULL) #12 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/command/cli.php(20): sfSymfonyCommandApplication->run() #13 /home/toyooka/test/38x/32xto380.toyo..comcom/symfony(14): include('/home/toyooka/t...') #14 {main} Error #4 - SQLSTATE[HY000]: General error: 1005 Can't create table './32xto380_toyo_dazai2_pne_jp/#sql-4257_1fca0.frm' (errno: 121). Failing Query: "ALTER TABLE `community_member_position` ADD CONSTRAINT community_member_position_member_id_member_id FOREIGN KEY (member_id) REFERENCES `member`(id) ON DELETE CASCADE" #0 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php(1025): Doctrine_Connection->rethrowException(Object(PDOException), Object(opDoctrineConnectionMysql), 'ALTER TABLE `co...') #1 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Export.php(524): Doctrine_Connection->execute('ALTER TABLE `co...') #2 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Migration/Process.php(184): Doctrine_Export->createForeignKey('community_membe...', Array) #3 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Migration.php(522): Doctrine_Migration_Process->processCreatedForeignKey(Array) #4 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/migration/opMigration.class.php(109): Doctrine_Migration->_doMigrateStep('up', 33) #5 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Migration.php(479): opMigration->_doMigrateStep('up', 33) #6 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Migration.php(328): Doctrine_Migration->_doMigrate(47) #7 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/task/openpneMigrateTask.class.php(154): Doctrine_Migration->migrate() #8 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/task/openpneMigrateTask.class.php(105): openpneMigrateTask->migrateFromScript('OpenPNE', Object(sfDatabaseManager)) #9 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/task/sfBaseTask.class.php(68): openpneMigrateTask->execute(Array, Array) #10 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/task/sfTask.class.php(97): sfBaseTask->doRun(Object(sfCommandManager), NULL) #11 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/command/sfSymfonyCommandApplication.class.php(76): sfTask->runFromCLI(Object(sfCommandManager), NULL) #12 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/command/cli.php(20): sfSymfonyCommandApplication->run() #13 /home/toyooka/test/38x/32xto380.toyo..comcom/symfony(14): include('/home/toyooka/t...') #14 {main} Error #5 - SQLSTATE[HY000]: General error: 1005 Can't create table './32xto380_toyo_dazai2_pne_jp/#sql-4257_1fca0.frm' (errno: 121). Failing Query: "ALTER TABLE `community_member_position` ADD CONSTRAINT community_member_position_community_id_community_id FOREIGN KEY (community_id) REFERENCES `community`(id) ON DELETE CASCADE" #0 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php(1025): Doctrine_Connection->rethrowException(Object(PDOException), Object(opDoctrineConnectionMysql), 'ALTER TABLE `co...') #1 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Export.php(524): Doctrine_Connection->execute('ALTER TABLE `co...') #2 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Migration/Process.php(184): Doctrine_Export->createForeignKey('community_membe...', Array) #3 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Migration.php(522): Doctrine_Migration_Process->processCreatedForeignKey(Array) #4 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/migration/opMigration.class.php(109): Doctrine_Migration->_doMigrateStep('up', 33) #5 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Migration.php(479): opMigration->_doMigrateStep('up', 33) #6 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Migration.php(328): Doctrine_Migration->_doMigrate(47) #7 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/task/openpneMigrateTask.class.php(154): Doctrine_Migration->migrate() #8 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/task/openpneMigrateTask.class.php(105): openpneMigrateTask->migrateFromScript('OpenPNE', Object(sfDatabaseManager)) #9 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/task/sfBaseTask.class.php(68): openpneMigrateTask->execute(Array, Array) #10 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/task/sfTask.class.php(97): sfBaseTask->doRun(Object(sfCommandManager), NULL) #11 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/command/sfSymfonyCommandApplication.class.php(76): sfTask->runFromCLI(Object(sfCommandManager), NULL) #12 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/command/cli.php(20): sfSymfonyCommandApplication->run() #13 /home/toyooka/test/38x/32xto380.toyo..comcom/symfony(14): include('/home/toyooka/t...') #14 {main} Error #6 - SQLSTATE[HY000]: General error: 1005 Can't create table './32xto380_toyo_dazai2_pne_jp/#sql-4257_1fca0.frm' (errno: 121). Failing Query: "ALTER TABLE `community_member_position` ADD CONSTRAINT `ccci` FOREIGN KEY (community_member_id) REFERENCES `community_member`(id) ON DELETE CASCADE" #0 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php(1025): Doctrine_Connection->rethrowException(Object(PDOException), Object(opDoctrineConnectionMysql), 'ALTER TABLE `co...') #1 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Export.php(524): Doctrine_Connection->execute('ALTER TABLE `co...') #2 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Migration/Process.php(184): Doctrine_Export->createForeignKey('community_membe...', Array) #3 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Migration.php(522): Doctrine_Migration_Process->processCreatedForeignKey(Array) #4 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/migration/opMigration.class.php(109): Doctrine_Migration->_doMigrateStep('up', 33) #5 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Migration.php(479): opMigration->_doMigrateStep('up', 33) #6 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Migration.php(328): Doctrine_Migration->_doMigrate(47) #7 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/task/openpneMigrateTask.class.php(154): Doctrine_Migration->migrate() #8 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/task/openpneMigrateTask.class.php(105): openpneMigrateTask->migrateFromScript('OpenPNE', Object(sfDatabaseManager)) #9 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/task/sfBaseTask.class.php(68): openpneMigrateTask->execute(Array, Array) #10 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/task/sfTask.class.php(97): sfBaseTask->doRun(Object(sfCommandManager), NULL) #11 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/command/sfSymfonyCommandApplication.class.php(76): sfTask->runFromCLI(Object(sfCommandManager), NULL) #12 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/command/cli.php(20): sfSymfonyCommandApplication->run() #13 /home/toyooka/test/38x/32xto380.toyo..comcom/symfony(14): include('/home/toyooka/t...') #14 {main} Error #7 - SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's position in this community'' at line 1. Failing Query: "ALTER TABLE `community_member` ADD `is_pre` TINYINT(1) DEFAULT '0' NOT NULL COMMENT 'Member\''s position in this community'" #0 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php(1025): Doctrine_Connection->rethrowException(Object(PDOException), Object(opDoctrineConnectionMysql), 'ALTER TABLE `co...') #1 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Export.php(621): Doctrine_Connection->execute('ALTER TABLE `co...') #2 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Migration/Process.php(89): Doctrine_Export->alterTable('community_membe...', Array) #3 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Migration.php(522): Doctrine_Migration_Process->processCreatedColumn(Array) #4 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/migration/opMigration.class.php(109): Doctrine_Migration->_doMigrateStep('up', 34) #5 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Migration.php(479): opMigration->_doMigrateStep('up', 34) #6 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Migration.php(328): Doctrine_Migration->_doMigrate(47) #7 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/task/openpneMigrateTask.class.php(154): Doctrine_Migration->migrate() #8 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/task/openpneMigrateTask.class.php(105): openpneMigrateTask->migrateFromScript('OpenPNE', Object(sfDatabaseManager)) #9 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/task/sfBaseTask.class.php(68): openpneMigrateTask->execute(Array, Array) #10 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/task/sfTask.class.php(97): sfBaseTask->doRun(Object(sfCommandManager), NULL) #11 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/command/sfSymfonyCommandApplication.class.php(76): sfTask->runFromCLI(Object(sfCommandManager), NULL) #12 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/command/cli.php(20): sfSymfonyCommandApplication->run() #13 /home/toyooka/test/38x/32xto380.toyo..comcom/symfony(14): include('/home/toyooka/t...') #14 {main} Error #8 - SQLSTATE[42S22]: Column not found: 1054 Unknown column 'position' in 'where clause' #0 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/Statement.php(269): Doctrine_Connection->rethrowException(Object(PDOException), Object(Doctrine_Connection_Statement)) #1 /home/toyooka/test/38x/32xto380.toyo..comcom/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php(1006): Doctrine_Connection_Statement->execute(Array)
Yuma Sakata さんが12年以上前に更新
Fumie Toyooka さんが12年以上前に更新
サポート対象外のバージョンからのアップグレードができないことを確認しました。
詳細は以下です。
- 2.12→3.8 アップグレードできないか
- できませんでした。
- 2.14→3.8 アップグレードできないか
- できませんでした。
何れも以下のようなエラーが出て、アップグレードできない事を確認しました。
Task "openpne:upgrade-from-2" is not defined.
Shouta Kashiwagi さんが12年以上前に更新
- ステータス を Accepted(着手) から Pending Review(レビュー待ち) に変更
- 進捗率 を 0 から 50 に変更
Fumie Toyooka さんが12年以上前に更新
- ステータス を Pending Review(レビュー待ち) から Accepted(着手) に変更
- 進捗率 を 50 から 0 に変更
Fumie Toyooka さんが12年以上前に更新
- ステータス を Accepted(着手) から Pending Review(レビュー待ち) に変更
- 進捗率 を 0 から 50 に変更
Yuya Watanabe さんが12年以上前に更新
- ステータス を Pending Review(レビュー待ち) から Pending Testing(テスト待ち) に変更
- 進捗率 を 50 から 70 に変更
レビュー不要としてテスト待ちにします.
Fumie Toyooka さんが12年以上前に更新
- ステータス を Pending Testing(テスト待ち) から Fixed(完了) に変更
- 進捗率 を 70 から 100 に変更
操作