Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install purchased plugins: Action 'installAllPaidPlugins' not found in the module 'CoreHome' #19278

Closed
mattmary opened this issue May 26, 2022 · 5 comments · Fixed by #19288
Labels
Bug For errors / faults / flaws / inconsistencies etc. not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.

Comments

@mattmary
Copy link
Contributor

The form leads to an unknown action.

Expected Behavior

When clicking on the button to install the purchased plugins, it installs the plugins.

Current Behavior

When clicking on the button to install the purchased plugins, we have an error page.

Possible Solution

Steps to Reproduce (for Bugs)

1.Go to marketplace, browse.
2.Click on the button install purchased plugins
3.Click on the install and activate x purchased plugins

Your Environment

  • Matomo Version: 4.10.0
  • PHP Version: 8.0.14
  • Server Operating System: Apache
  • Additionally installed plugins:
  • Browser:Firefox 100
  • Operating System:Ubuntu
    Screenshot from 2022-05-27 07-44-36
    Screenshot from 2022-05-27 07-45-03
    Screenshot from 2022-05-27 07-45-24
    -8949-c5e891474cc2.png)
@mattmary mattmary added the Potential Bug Something that might be a bug, but needs validation and confirmation it can be reproduced. label May 26, 2022
@bx80 bx80 added Bug For errors / faults / flaws / inconsistencies etc. Needs priority decision This issue may need to be added to the current milestone by Product Manager and removed Potential Bug Something that might be a bug, but needs validation and confirmation it can be reproduced. labels May 30, 2022
@bx80
Copy link
Contributor

bx80 commented May 30, 2022

Looks like the destination url from from confirmation modal might be defaulting to CoreHome instead of Marketplace?

onInstallAllPaidPlugins() {
Matomo.helper.modalConfirm(this.$refs.installAllPaidPluginsAtOnce as HTMLElement);
},

@justinvelluppillai
Copy link
Contributor

@bx80 @diosmosis is this a vue related regression?

@diosmosis
Copy link
Member

@bx80
Copy link
Contributor

bx80 commented May 30, 2022

@diosmosis That change solved the issue for me 👍

@diosmosis
Copy link
Member

Created #19288

@justinvelluppillai justinvelluppillai added not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. and removed Needs priority decision This issue may need to be added to the current milestone by Product Manager labels Jul 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Projects
None yet
4 participants