View Single Post
Old 08.05.2004, 02:24   #5 (permalink)
dafokka
Baby Mamber
 
Join Date: May 2004
Posts: 8
dafokka is on a distinguished road
Default Re: Problems installing module

The XML file:

Code:
<?xml version="1.0" ?>
 <mosinstall type="module">
  <name>hhhtracker</name>
  <creationDate>05/06/2004</creationDate>
  <author>Bram Fokke, De Drie Heren</author>
  <copyright>Released under GNU/GPL License</copyright>
  <authorEmail>bram@dedrieheren.nl</authorEmail>
  <authorUrl>www.dedrieheren.nl</authorUrl>
  <version>1.0</version>
  <description>Generic tracker module</description>
  <files>
   <filename module="mod_hhhtracker">mod_hhhtracker.php</filename>
  </files>
 </mosinstall>
The file of the module is mod_hhhtracker.php.

if I TGZ everything, it works like a charm but the path install unfortunately doesn't work. Is this a bug?!
dafokka is offline   Reply With Quote