Failure

User tests: Successful: Unsuccessful:

avatar norbertschad
norbertschad
5 Feb 2013

Change Proposal for  [#30038] SQL files not processed by component update.
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=30038

When the DB update should run during a component update, the Installer does not know the new version,

__schemas table was not yet updated.

To solve this,
$this->parent->setSchemaVersion($this->manifest->update->schemas,
$eid); should be called

avatar norbertschad norbertschad - open - 5 Feb 2013
avatar mahagr
mahagr - comment - 17 Feb 2013

What if schema update fails (timeout, temporary error)? That basically means that schema doesn't get updated and the only way to fix the issue is to do the update manually.

avatar phproberto
phproberto - comment - 11 Jun 2014

Closing this because it was already fixed.

Thanks!!

avatar phproberto phproberto - close - 11 Jun 2014

Add a Comment

Login with GitHub to post a comment