I have found the problem.
It seems that J1.5 wants to read the *.XML file for the parameters instead of the *.J15.XML file.
Since the *.XML file is not copied during install, this file is missing.
Now I changed *.J15.XML, so that the *.XML file is also copied (added to the "filename" section). I wonder why modules from other components do not have the same problem? Either these components have the same problem or they do not use any parameters?!?
Really strange.
Until a new package is available just copy the missing XML file into the module directory or change following lines in J15.XML:
[code:1] <files>
<filename module="mod_uddeim_mailbox">mod_uddeim_mailbox.php</filename>
<filename>mod_uddeim_mailbox.xml</filename>
</files>
[/code:1]
or
[code:1] <files>
<filename module="mod_uddeim">mod_uddeim.php</filename>
<filename>mod_uddeim.xml</filename>
<filename>mod_uddeim/mail.gif</filename>
<filename>mod_uddeim/users.gif</filename>
<filename>mod_uddeim/close.gif</filename>
<filename>mod_uddeim/domLib.js</filename>
<filename>mod_uddeim/domTT.js</filename>
<filename>mod_uddeim/domTT_drag.js</filename>
<filename>mod_uddeim/popup.css</filename>
<filename>mod_uddeim/popupex.css</filename>
</files>
[/code:1]
Post edited by: slabbi, at: 2008/08/15 10:20
uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer