Hi Liz,<br><br>That change will work for the root_file_path in this instance - I can't remember if changing it to that setting permanently would be a fix, or might introduce other problems. For movable USB sticks it'd work though.<br>
<br>A backup script would back up the entire database, and everything in user-files.<br><br>Are you running XAMPP on the USB stick?<br><br>Pat<br><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Dec 13, 2012 at 4:42 PM, Cowell, Elizabeth <span dir="ltr"><<a href="mailto:E.Cowell@wlv.ac.uk" target="_blank">E.Cowell@wlv.ac.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
Not sure where to post this so sorry if the wrong place.<br>
<br>
I've been running XOT on a USB and found that when you move your USB from pc to pc, it runs into problems if the drive letter changes. Basically your templates don't show because the scripts (eg edit.php) fail on a require command that looks for scripts on the wrong drive.<br>

<br>
It seems this is because it uses the root_file_path field from the sitedetails table in the database and I am guessing that this is only set when the initial setup is done.<br>
<br>
To make it fool-proof,  I've altered the config.php file to just set the xerte_toolkits_site variable as follows:<br>
<br>
$xerte_toolkits_site->root_file_path=dirname(__FILE__) . "/";<br>
<br>
I put this statement  after it picks up the field from sitedetails in the statement<br>
<br>
foreach($row as $key => $value) {<br>
        $xerte_toolkits_site->$key = $value;<br>
    }<br>
<br>
It seems to work but I'm not familiar with the XOT code. Do you think it's a good idea to run with this until there's a proper fix?.  (Its just I use XOT on my USB and kept thinking I'd lost everything when all that was happening was that it was being picked up as a different drive letter on my PC vs laptop).<br>

<br>
Also, as USB's are pretty fragile, would you suggest a backup strategy for users of having a .bat file to just back up their USER_FILES to a hard drive, on the basis that if XOT gets corrupted I can re-install, re-add their folders, recreate dummy templates and then copy their original LO's back over these for them (with the right template numbers in the file names).<br>

<br>
Or would you suggest also backing up other areas (the database, other XOT files? ) - I am not sure where all any  user specific config is held, is it just in the toolkits_data database or in files outside of the database?<br>

<br>
Many thanks if you can help  with any suggestions on getting around this,<br>
<br>
regards<br>
<br>
Liz Cowell<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
--<br>
Scanned by iCritical.<br>
<br>
_______________________________________________<br>
Xerte-dev mailing list<br>
<a href="mailto:Xerte-dev@lists.nottingham.ac.uk">Xerte-dev@lists.nottingham.ac.uk</a><br>
<a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a><br>
This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it.   Please do not use, copy or disclose the information contained in this message or in any attachment.  Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.<br>

<br>
This message has been checked for viruses but the contents of an attachment<br>
may still contain software viruses which could damage your computer system:<br>
you are advised to perform your own checks. Email communications with the<br>
University of Nottingham may be monitored as permitted by UK legislation.<br>
</blockquote></div><br></div>