Joomla 3.1不允许安装插件

Joomla 3.1不允许安装插件,joomla,Joomla,我尝试在基于Joomla 3.2的网站上安装高级自定义HTML插件,但我一次又一次地遇到同样的错误 JInstaller: :Install: Cannot find Joomla XML setup file,error xml文件确实存在于zip文件中。以下是xml文件的内容 <?xml version="1.0" encoding="UTF-8"?> -<install client="site" method="upgrade" version="1.5.

我尝试在基于Joomla 3.2的网站上安装高级自定义HTML插件,但我一次又一次地遇到同样的错误

JInstaller: :Install: Cannot find Joomla XML setup file,error
xml文件确实存在于zip文件中。以下是xml文件的内容

  <?xml version="1.0" encoding="UTF-8"?>
    -<install client="site" method="upgrade" version="1.5.0" type="module">
<name>Custom HTML advanced</name>
  <author>Pluginaria.com</author>
  <creationDate>November 2013</creationDate>
  <copyright>Copyright (C) 2013 Pluginaria.com.</copyright>
  <license>GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html</license>
  <authorEmail>feedback@jtricks.com</authorEmail>
  <authorUrl>www.pluginaria.com</authorUrl>
  <version>2.3</version>
  <description> Allows to place custom HTML into module position. Unlike standard mod_custom, can modify module chrome it is displayed with (to remove boxes around the module usually imposed by some templates in certain module positions). </description> -<languages>
  <language tag="en-GB">language/en-GB/en-GB.mod_custom_advanced.ini</language>
</languages> -<files>
<filename module="mod_custom_advanced">mod_custom_advanced.php</filename>
</files> -<params>
<param type="textarea" cols="40" rows="32" description="" label="Custom HTML" default="" filter="raw" name="customHtml"/>
<param type="textarea" cols="40" rows="16" description="" label="Custom PHP code" default="" name="evalPhp"/>
<param type="text" description="Use 'none' (without quotes) to remove chrome imposed by template." label="Override module inclusion style (chrome) set by template" default="" name="moduleStyle"/>
<param type="spacer" default="HTML Header options" name="@spacer"/>
<param type="textarea" cols="40" rows="16" description="Will be placed inside style tag in HTML header." label="CSS style overrides" default="" name="cssOverride"/>
<param type="text" description="Style sheet (.css) file. Will be referenced in HTML header." label="CSS style sheet" default="" name="styleSheet"/>
<param type="text" description="Javascript file (.js) file. Will be referenced in HTML header." label="Javascript file" default="" name="javascriptFile"/>
</params> -<params group="advanced">
<param type="text" description="PARAMMODULECLASSSUFFIX" label="Module Class Suffix" default="" name="moduleclass_sfx"/> -<param type="list" description="Select whether to cache the content of this module" label="Caching" default="1" name="cache">
  <option value="1">Use global</option>
  <option value="0">No caching</option>
</param>
</params>
</install>

-
自定义HTML高级
Pluginaria.com
2013年11月
版权所有(C)2013 Pluginaria.com。
GNU/GPL v2或更高版本http://www.gnu.org/licenses/gpl-2.0.html
feedback@jtricks.com
www.pluginaria.com
2.3
允许将自定义HTML放入模块位置。与标准mod_custom不同,它可以修改显示的模块chrome(删除模块周围的框,通常由某些模板在某些模块位置强制)-
语言/en-GB/en-GB.mod_custom_advanced.ini
-
mod_custom_advanced.php
-
-
-
使用全局
无缓存

这是插件的文件夹结构,如果这有帮助的话。看起来您的模块与Joomla 3.x不兼容。XML文件适用于较旧的Joomla版本。(1.5.x)

您必须基于Joomla 3.x版本创建新的xml文件

从这里下载模块,这样做,它就会工作


希望对您有所帮助。

Joomla 3.1在XML清单文件中使用扩展名的根元素,而不是install。我猜这个插件不适合你的Joomla版本