I have a component manifest / installfile that is working fine for install / update with any Joomla < 3.4.
Upgrading Joomla to the 3.4.0_dev
release to test my stuff against the new code presents a problem.
When I dump the $action
parameter in the preflight
, it is always install
, never upgrade
even when the component has been successfully installed already. This results in multiple duplicate component installs (eg. there will be 4-5 'com_mycomponent' entries in the manage extensions list). It seems that for some reason the installer isn't recognizing the component is already installed.
As I said, the same file works fine with Joomla up to 3.3.6, and installs or upgrades appropriately.
Labels |
Added:
?
|
That patch does seem to resolve the issue. Thanks
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-01-13 19:20:39 |
Closed_By | ⇒ | zero-24 |
Thanks for the crosstest @thinkerytim so i closing here. Can you add your successful test there with a comment in #5677 ?
Set to "closed" on behalf of @zero-24 by The JTracker Application at issues.joomla.org/joomla-cms/5710
Would you be able to test #5677? I know a couple small regressions slipped in, which were addressed in that PR alongside cleaning up the update path, but I've not yet seen any issues with the route being set incorrectly.