【发布时间】:2013-02-15 11:39:59
【问题描述】:
我是这项技术的新手,在访问了这么多链接后才开始模块开发。
但是,每当我尝试通过扩展管理器安装我开发的 HelloWorld 模块时,我总是遇到以下错误:
"JInstaller: :Install: File does not exist /Applications/MAMP/htdocs/jainism/tmp/install_511e1c1cc2b04/mod_helloworld/tmpl"
这可能是重复的问题,但我已经尝试了所有可能的解决方案,我在这里和其他网站上找到了,但我的问题的状态仍未解决。
为方便起见,我只是在下面粘贴我的 xml 代码:-
<?xml version="1.0" encoding="utf-8"?>
<extension type="module" version="2.5" client="site" method="upgrade">
<name>Hello, World Module!</name>
<author>Mohit Jaiswal</author>
<license>GNU General Public License version 2 or later; see
LICENSE.txt</license>
<version>2.5.0</version>
<description>A simple Hello, World! modules.</description>
<files>
<filename module="mod_helloworld">mod_helloworld.php</filename>
<folder>tmpl</folder>
<filename>index.html</filename>
<filename>helper.php</filename>
<filename>mod_helloworld.xml</filename>
</files>
</extension>
而且,我还交叉检查了太多次我的目录结构,如上面的 xml 以及文件名。
请务必为我提供帮助。
【问题讨论】:
-
嗨,我想知道这是否可能是权限或路径问题。您是否在此站点上成功安装了其他扩展程序?
-
嗨大卫,这真的很奇怪,根据你的查询,我已经成功安装了其他扩展,还能够使用我开发的组件和其他东西,我遇到的模块部分的问题。