今天,我尝试更新Joomla2.5的模板之一。我总是收到以下错误:
There is already a Template using the named directory: Install.
Are you trying to install the same template again?当我删除模板并再次安装它时,不会出现此问题。是什么导致了这个错误,如何在不首先删除模板的情况下更新模板?
发布于 2014-01-30 11:43:31
解决方案是将method="upgrade"添加到模板声明中:
在我的templateDetails.xml中,请确保该行如下所示:
<extension version="2.5" type="template" client="site" method="upgrade">如果没有method="upgrade",模板必须始终卸载,然后在需要升级时重新安装。
发布于 2014-01-30 14:22:46
您也可以尝试这样做:
转到,并在manage选项卡上,确保您选择了有问题的模板,然后点击uninstall。那就重新安装它。
我得到了那个错误或类似的错误,因为我删除了我的模板,而不是让它处于不稳定状态。
https://stackoverflow.com/questions/21455565
复制相似问题