<div dir="ltr">Rainer,<div><br></div><div>Firstly can I say 'thank you' for all of the work you've put into this project. You have saved me and I imagine others countless hours of </div><div><br></div><div>I've never previously made any changes to config.xml. The version on my WPKG server is from 2009 and I've checked and I didn't make any changes to the one I downloaded at that time. I have just copied a more recent version to my dev server but I get the same errors. I was under the impression that if wpkg.js, hosts.xml, packages.xml and profiles.xml were all in the same folder then all would be well.<div><br></div><div>I've always maintained a separate folder for my packages, unsurprisingly called 'Packages', which contains individual .xml files for each package but my hosts are in the hosts.xml file in the root directory and in the same directory I use profiles.xml file to keep info about my profiles.<br></div><div><br></div><div>Did something change that means I now need to edit config.xml or other files?</div></div></div><br><div class="gmail_quote">On Thu Feb 26 2015 at 7:57:21 PM Rainer Meier <<a href="mailto:r.meier@wpkg.org">r.meier@wpkg.org</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Peter,<br>
<br>
On 26.02.2015 07:21, Peter Gough wrote:<br>
> Hi,<br>
><br>
> I've been successfully using WPKG to manage my workstations but since updating<br>
> to wpkg.js v1.3.1 I've been noticing the following errors in the event logs on<br>
> my clients:<br>
><br>
> Invalid XML path specified: hosts (not found).<br>
> Invalid XML path specified: profiles (not found).<br>
<br>
<br>
Perhaps you just left the default packages_path, profiles_path and hosts_path<br>
values in config.xml (or didn't yet migrate config.xml so defaults are used:<br>
<br>
Default values are:<br>
                <param name='packages_path' value='packages.xml|packages' /><br>
                <param name='profiles_path' value='profiles.xml|profiles' /><br>
                <param name='hosts_path'    value='hosts.xml|hosts' /><br>
<br>
<br>
And therefore WPKG looks for packaes.xml and packages/ folder as well as<br>
<a href="http://profilex.ml" target="_blank">profilex.ml</a> and profiles/ folder and hosts.xml and hosts/ folder.<br>
<br>
Perhaps your profiles/ and hosts/ folder simply does not exist. So either create<br>
an (even empty) folder or remove the search path from your configuration so WPKG<br>
will not try to look it up.<br>
<br>
<br>
br,<br>
Rainer<br>
</blockquote></div>