This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

PMK
PMK

Hello,

User nuno3543 created a support ticket about my plugin what does not pop up in the list of installed plugins. I can reproduce it in my own project, but I cannot find an answer why this is happening. On the plugin page, I see the current version is 0.0.0, but if you navigate to the change logs, you'll see that current version is 0.0.2. Did I forgot something to implement in my plugin, or is this a bug of OctoberCMS? The code of the plugin can be found here: https://github.com/PMK/redirect-october-plugin Does somebody knows what to do?

I did successfully do a "Pull & Build" on the "Manage Updates" page.

Thanks.

Last updated

axomat
axomat

The version.yaml file does not look right to me, I dont know if that is the problem or not but it would be worth changing it to find out. When there is no migration associated with a new version, the version description should be on the same line as the version number. See the docs

ndcisiv
ndcisiv

Agreed, the version.yaml file is incorrect. Also, you are using the same alias for two different components. I've never tried that, but I'm pretty sure it's going to cause problems.

return [
    '\PMK\Redirect\Components\RedirectInternal' => 'redirect',
    '\PMK\Redirect\Components\RedirectExternal' => 'redirect'
];

Last updated

mjdwebdesign
mjdwebdesign

Hi, I know this is an old topic now but holy crap, can someone sort this out?!

It's driving me nuts. I'm sick of seeing this plugin when I attempt to check for any new updates on OctoberCMS. I can't disable the damn thing either as it doesn't appear in the list of plugins, I can't even remove it from the project entirely.

It seems as though the creator of this plugin is no longer active too. Is it possible for an administrator to intervene (by either fixing this or removing it from the marketplace) or for me to get my money back in order to purchase a functional redirect plugin?

Please help me. I'm going insane haha.

PMK
PMK

mjdwebdesign said:

Hi, I know this is an old topic now but holy crap, can someone sort this out?!

It's driving me nuts. I'm sick of seeing this plugin when I attempt to check for any new updates on OctoberCMS. I can't disable the damn thing either as it doesn't appear in the list of plugins, I can't even remove it from the project entirely.

It seems as though the creator of this plugin is no longer active too. Is it possible for an administrator to intervene (by either fixing this or removing it from the marketplace) or for me to get my money back in order to purchase a functional redirect plugin?

Please help me. I'm going insane haha.

Hi,

First of all, this plugin we're talking about, is free. So there is no money involved!

Secondly, it has the MIT license. Please read the license before installing any software. It says, it is provided "as is" without any warranty. You could fix the issue yourself and ask for a merge, or make a copy (fork) of the whole plugin.

Thirdly, you can remove the plugin by deleting the right directory, update all pages using the plugin as a component, and other spots in your database. See the documentation of OctoberCMS.

And lastly, I have updated the plugin. See the support topic for more info: https://octobercms.com/plugin/support/pmk-redirect/after-install

1-5 of 5

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.