I just uploaded v. 1.4 for 1.5, and the system admin panel, version 1.5.6, would not install the package. So, I opened the Quickstart package, and uploaded the template files via FTP.
When I turned on the mod_ja_header module, it started displaying the following php errors in the header:
Warning: opendir(/home/user/wwwroot/domainname.com/templates/ja_villadi/images/header) [function.opendir]: failed to open dir: No such file or directory in /home/monticog/wwwroot/domainname.com/modules/mod_ja_header/mod_ja_header.php on line 69
Warning: readdir(): supplied argument is not a valid Directory resource in /home/monticog/wwwroot/domainname.com/modules/mod_ja_header/mod_ja_header.php on line 71
I could find nothing on line 69 of mod_ha_header.php to indicate a problem.
Then, I opened mod_ja_header.xml, and sure as heck, on line 29, it reads:
<param name=”ja_header_folder” type=”text” default=”templates/ja_villadi/images/header” label=”Image folder” description=”Folder to display image” />
I changed the “ja_villadi” to read “ja_antares” and the problem went away.
I just thought you would like to know that so that you can update your distribution package accordingly.