プロジェクト

全般

プロフィール

Enhancement(機能追加・改善) #3025

バージョンアップ(3.8.0向け)の動作確認を行う

Yuma Sakataほぼ12年前に追加. ほぼ12年前に更新.

ステータス:
Fixed(完了)
優先度:
Normal(通常)
担当者:
対象バージョン:
開始日:
2012-04-23
期日:
進捗率:

100%


説明

Overview (概要)

バージョンアップ(3.8.0向け)の動作確認を行う

確認が必要なバージョン

  • 3.6.x → 3.8.0
  • 3.4.x → 3.8.0
  • 3.2.x → 3.6.x → 3.8.0
  • 2.14.x → 3.6.x → 3.8.0
  • 2.12.x → 3.6.x → 3.8.0

以下はサポート対象外とします。

  • 3.2.x → 3.8.0
  • 2.14.x → 3.8.0
  • 2.12.x → 3.8.0

214to380.png 表示 (34.2 KB) Fumie Toyooka, 2012-04-25 15:53


関連するチケット

関連している OpenPNE 3 - Enhancement(機能追加・改善) #3024: OpenPNE2からのアップグレード手順書を削除する Fixed(完了) 2012-04-23
関連している OpenPNE 3 - Enhancement(機能追加・改善) #3009: インストールドキュメントの更新 Fixed(完了) 2012-04-20
関連している OpenPNE 3 - Enhancement(機能追加・改善) #3027: バージョンアップ手順書の更新 Fixed(完了) 2012-04-24

履歴

#1 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)

#2 Fumie Toyookaほぼ12年前に更新

#3 Fumie Toyookaほぼ12年前に更新

  • 担当者Fumie Toyooka から Yuma Sakata に変更

#4 Yuma Sakataほぼ12年前に更新

本チケットのバグ対応方針

  • opSkinClassicPlugin 使用時に通知センターの表示が重なる問題については、 #3037 で対応します。
    • 検討した結果、opSkinClassicPlugin がサポート対象外のため、削除することになりました。
  • 2系からアップグレードした環境でログアウトできない(PC版)については、 #2418 の修正が 3.8.0 に取り込まれていないのが原因と思われます。
    • #2418 の修正を取り込み後、再テストします。
  • 3.2.x → 3.8.0 でエラーが表示される問題については、サポート対象外とします。

#5 Fumie Toyookaほぼ12年前に更新

サポート対象外のバージョンからのアップグレードができないことを確認しました。
詳細は以下です。

  • 2.12→3.8 アップグレードできないか
    • できませんでした。
  • 2.14→3.8 アップグレードできないか
    • できませんでした。

何れも以下のようなエラーが出て、アップグレードできない事を確認しました。

Task "openpne:upgrade-from-2" is not defined. 

#6 Yuma Sakataほぼ12年前に更新

  • 説明 を更新 (diff)
  • ステータスAccepted(着手) から Works for me(再現せず) に変更

#7 Yuma Sakataほぼ12年前に更新

  • 説明 を更新 (diff)
  • ステータスWorks for me(再現せず) から New(新規) に変更

#8 Yuma Sakataほぼ12年前に更新

  • ステータスNew(新規) から Accepted(着手) に変更

#9 Shouta Kashiwagiほぼ12年前に更新

  • ステータスAccepted(着手) から Pending Review(レビュー待ち) に変更
  • 進捗率0 から 50 に変更

#10 Fumie Toyookaほぼ12年前に更新

  • ステータスPending Review(レビュー待ち) から Accepted(着手) に変更
  • 進捗率50 から 0 に変更

#11 Fumie Toyookaほぼ12年前に更新

  • ステータスAccepted(着手) から Pending Review(レビュー待ち) に変更
  • 進捗率0 から 50 に変更

#12 Yuya Watanabeほぼ12年前に更新

  • ステータスPending Review(レビュー待ち) から Pending Testing(テスト待ち) に変更
  • 進捗率50 から 70 に変更

レビュー不要としてテスト待ちにします.

#13 Fumie Toyookaほぼ12年前に更新

  • ステータスPending Testing(テスト待ち) から Fixed(完了) に変更
  • 進捗率70 から 100 に変更

他の形式にエクスポート: Atom PDF