Pues bien, mi foro tiene la versión 3.2.0 y quiero actualizar a 3.2.1 he buscado información y leído varios temas porque a mí no me gusta abrir temas solo porque sí, pero la verdad es que no encuentro la solución.
He seguido esta guía al pie de la letra http://www.phpbb-es.com/foro/viewtopic. ... 57&t=42198 pero sin embargo un pequeño problema a la hora de actualizar el foro me lanza el siguiente error:
Código: Seleccionar todo
General Error:SQL ERROR [ mysqli ]Duplicate key name 'itm_usr_mthd' [1061]SQLALTER TABLE phpbb_user_notifications ADD INDEX itm_usr_mthd (item_type, item_id, user_id, method) in file /home/ctuchez/public_html/files_xg/phpbb/db/driver/driver.php on line 999BACKTRACEFILE: (not given by php)LINE: (not given by php)CALL: installer_msg_handler()FILE: [ROOT]/phpbb/db/driver/driver.phpLINE: 999CALL: trigger_error()FILE: [ROOT]/phpbb/db/driver/mysqli.phpLINE: 193CALL: phpbb\db\driver\driver->sql_error()FILE: [ROOT]/phpbb/db/tools/tools.phpLINE: 1064CALL: phpbb\db\driver\mysqli->sql_query()FILE: [ROOT]/phpbb/db/tools/tools.phpLINE: 1551CALL: phpbb\db\tools\tools->_sql_run_sql()FILE: [ROOT]/phpbb/db/tools/tools.phpLINE: 671CALL: phpbb\db\tools\tools->sql_create_index()FILE: (not given by php)LINE: (not given by php)CALL: phpbb\db\tools\tools->perform_schema_changes()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 711CALL: call_user_func_array()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 658CALL: phpbb\db\migrator->run_step()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 400CALL: phpbb\db\migrator->process_data_step()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 351CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 288CALL: phpbb\db\migrator->try_apply()FILE: [ROOT]/phpbb/db/migrator.phpLINE: 241CALL: phpbb\db\migrator->update_do()FILE: [ROOT]/phpbb/install/module/update_database/task/update.phpLINE: 160CALL: phpbb\db\migrator->update()FILE: [ROOT]/phpbb/install/module_base.phpLINE: 149CALL: phpbb\install\module\update_database\task\update->run()FILE: [ROOT]/phpbb/install/installer.phpLINE: 219CALL: phpbb\install\module_base->run()FILE: [ROOT]/phpbb/install/controller/update.phpLINE: 133CALL: phpbb\install\installer->run()FILE: (not given by php)LINE: (not given by php)CALL: phpbb\install\controller\update->phpbb\install\controller\{closure}()FILE: [ROOT]/vendor/symfony/http-foundation/StreamedResponse.phpLINE: 113CALL: call_user_func()FILE: [ROOT]/vendor/symfony/http-foundation/Response.phpLINE: 380CALL: Symfony\Component\HttpFoundation\StreamedResponse->sendContent()FILE: [ROOT]/install/app.phpLINE: 62CALL: Symfony\Component\HttpFoundation\Response->send()
Código: Seleccionar todo
Instalando esquema: \phpbb\db\migration\data\v32x\user_notifications_table_temp_index.
Omitir la tarea “installer.update_filesystem.download_updated_files”
Omitir la tarea “installer.update_filesystem.update_files”
Omitir la tarea “installer.update_filesystem.show_file_status”
Omitir la tarea “installer.update_filesystem.diff_files”
Omitir la tarea “installer.update_filesystem.check_task”
Omitir la tarea “installer.obtain_data.update_ftp_settings”
Omitir la tarea “installer.obtain_data.update_files”
Omitir la tarea “installer.obtain_data.file_updater_method”
He de pedir disculpas si mi pregunta ya ha sido respondida antes, pero créanme no he encontrado el tema ideal para resolver mi duda y pues como les dije anteriormente, me estoy volviendo a adaptar al sistema phpBB.
Muchas gracias de antemano.