Joomla 插件:"Another plugin is already using the named folder"

Joomla Plugin: "Another plugin is already using the named folder"

我正在开发我的第一个 Joomla 插件。

第一次安装正常,但重新安装(插件已经安装,就像更新它一样)会抛出以下警告:

Extension Install: Another plugin is already using the named folder . Are you trying to install the same extension again?

重新安装我从 Joomla Extension Repository 下载的插件时不会出现这种情况。 所以我的插件 XML 文件或我的文件或文件夹命名一定有问题。也许区分大小写...

有人可以帮助我吗?

根据 https://docs.joomla.org/Manifest_file,您需要在 xml 清单文件的主标记中指定 method="Upgrade" 以允许安装覆盖现有文件夹,如下例所示:

<extension version="3.0" type="plugin" group="system" method="upgrade">