Hi, i am facing the same problem, trying to upgrade from 7.10.1 to 7.10.2, then i click the upgrade wizard in the admin panel first nothning happens for 20-30 seconds and then i get an error 500
from the upgrade log i have
on, 26 Mar 2018 11:11:42 +0300 [UpgradeWizard] - setting session variables...
Mon, 26 Mar 2018 11:11:44 +0300 [UpgradeWizard] - [At end.php]
Mon, 26 Mar 2018 11:11:44 +0300 [UpgradeWizard] - About to repair the database.
Mon, 26 Mar 2018 11:11:52 +0300 [UpgradeWizard] - Running sql:/* Table : oauth2clients */
/*COLUMNS*/
/*MISMATCH WITH DATABASE - duration_value - ROW [name] => 'duration_value' [type] => 'int' [len] => '11' */
/* VARDEF - duration_value - ROW[name] => 'duration_value' [type] => 'integer' [required] => '' [reportable] => '' [api-visible] => '' [inline_edit] => '' [dbType] => 'integer' [len] => '' */
/*MISMATCH WITH DATABASE - duration_amount - ROW [name] => 'duration_amount' [type] => 'int' [len] => '11' */
/* VARDEF - duration_amount - ROW[name] => 'duration_amount' [vname] => 'LBL_DURATION_AMOUNT' [type] => 'integer' [required] => '' [reportable] => '' [api-visible] => '' [inline_edit] => '' [dbType] => 'integer' [len] => '' */
/* INDEXES */
ALTER TABLE oauth2clients modify COLUMN duration_value integer NULL , modify COLUMN duration_amount integer NULL
Mon, 26 Mar 2018 11:11:54 +0300 [UpgradeWizard] - database repaired
Mon, 26 Mar 2018 11:11:54 +0300 [UpgradeWizard] - Start Rebuilding the config file again
Mon, 26 Mar 2018 11:11:54 +0300 [UpgradeWizard] - Finish Rebuilding the config file again
Mon, 26 Mar 2018 11:11:54 +0300 [UpgradeWizard] - Begin upgrade_connectors
Mon, 26 Mar 2018 11:11:54 +0300 [UpgradeWizard] - End upgrade_connectors
Mon, 26 Mar 2018 11:19:02 +0300 [UpgradeWizard] - setting session variables...
Mon, 26 Mar 2018 11:19:04 +0300 [UpgradeWizard] - [At end.php]
Mon, 26 Mar 2018 11:19:04 +0300 [UpgradeWizard] - About to repair the database.
Mon, 26 Mar 2018 11:19:11 +0300 [UpgradeWizard] - Running sql:/* Table : oauth2clients */
/*COLUMNS*/
/*MISMATCH WITH DATABASE - duration_value - ROW [name] => 'duration_value' [type] => 'int' [len] => '11' */
/* VARDEF - duration_value - ROW[name] => 'duration_value' [type] => 'integer' [required] => '' [reportable] => '' [api-visible] => '' [inline_edit] => '' [dbType] => 'integer' [len] => '' */
/*MISMATCH WITH DATABASE - duration_amount - ROW [name] => 'duration_amount' [type] => 'int' [len] => '11' */
/* VARDEF - duration_amount - ROW[name] => 'duration_amount' [vname] => 'LBL_DURATION_AMOUNT' [type] => 'integer' [required] => '' [reportable] => '' [api-visible] => '' [inline_edit] => '' [dbType] => 'integer' [len] => '' */
/* INDEXES */
ALTER TABLE oauth2clients modify COLUMN duration_value integer NULL , modify COLUMN duration_amount integer NULL
Mon, 26 Mar 2018 11:19:12 +0300 [UpgradeWizard] - database repaired
Mon, 26 Mar 2018 11:19:12 +0300 [UpgradeWizard] - Start Rebuilding the config file again
Mon, 26 Mar 2018 11:19:12 +0300 [UpgradeWizard] - Finish Rebuilding the config file again
Mon, 26 Mar 2018 11:19:12 +0300 [UpgradeWizard] - Begin upgrade_connectors
Mon, 26 Mar 2018 11:19:12 +0300 [UpgradeWizard] - End upgrade_connectors
As you can see i tried the quick repair option and still i get the same result.