[Xerte-dev] Re: drive problems with XOT on USB's

Pat Lockley patrick.lockley at googlemail.com
Thu Dec 13 20:18:20 GMT 2012


Liz's change effectively does that automatically, so there is no need to use phpmyadmin.

I am not sure if maxos is being used - but in theory you can make it drive independent.

I would use your fix if it works for you. 

You might want to explore adding the overwriting of root file path code into a file outside config.php so you can update your code. Integration path is a setting which might be where you could place it

On 13 Dec 2012, at 19:40, "Ron Mitchell" <ronm at mitchellmedia.co.uk> wrote:

> Don't mess about with config.php...
>  
> Launch PHPMyadmin
> Edit site details
> Change th import_path and root_file_path e.g.
>  
> /xampp/htdocs/xertetoolkits/import/
> /xampp/htdocs/xertetoolkits/
>  
> Obviously if you didn't call your root folder xertetoolkits change that to whatever it is.
>  
> You should find it then works fine even when the drive letter changes.
>  
> Try that and confirm?
>  
> HTH
> Ron
>  
> From: xerte-dev-bounces at lists.nottingham.ac.uk [mailto:xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of Cowell, Elizabeth
> Sent: 13 December 2012 19:09
> To: For Xerte technical developers
> Subject: [Xerte-dev] Re: drive problems with XOT on USB's
>  
> hi pat,
>  
> yes I am. I just wanted to make a version our team could work on which was portable the other option would to be install it on specific pcs at work as IT won't put it on the network. 
>  
> the problem is that without this fix you can't rely on XOT always working on ur USB across all pcs or when you happen to have stuff in other ports which shifts the drive letters about. so I wonder if anyone else comes across this they will also think as I initially did that my work is all lost or corrupted. 
>  
> regards
>  
> Liz
> 
> Sent from my iPhone
> 
> On 13 Dec 2012, at 17:01, "Pat Lockley" <patrick.lockley at googlemail.com> wrote:
> 
> Hi Liz,
> 
> 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.
> 
> A backup script would back up the entire database, and everything in user-files.
> 
> Are you running XAMPP on the USB stick?
> 
> Pat
>  
> 
> On Thu, Dec 13, 2012 at 4:42 PM, Cowell, Elizabeth <E.Cowell at wlv.ac.uk> wrote:
> Hello,
> 
> Not sure where to post this so sorry if the wrong place.
> 
> 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.
> 
> 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.
> 
> To make it fool-proof,  I've altered the config.php file to just set the xerte_toolkits_site variable as follows:
> 
> $xerte_toolkits_site->root_file_path=dirname(__FILE__) . "/";
> 
> I put this statement  after it picks up the field from sitedetails in the statement
> 
> foreach($row as $key => $value) {
>         $xerte_toolkits_site->$key = $value;
>     }
> 
> 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).
> 
> 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).
> 
> 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?
> 
> Many thanks if you can help  with any suggestions on getting around this,
> 
> regards
> 
> Liz Cowell
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> --
> Scanned by iCritical.
> 
> _______________________________________________
> Xerte-dev mailing list
> Xerte-dev at lists.nottingham.ac.uk
> http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
> 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.
> 
> This message has been checked for viruses but the contents of an attachment
> may still contain software viruses which could damage your computer system:
> you are advised to perform your own checks. Email communications with the
> University of Nottingham may be monitored as permitted by UK legislation.
>  
> _______________________________________________
> Xerte-dev mailing list
> Xerte-dev at lists.nottingham.ac.uk
> http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
>  
> -- 
> Scanned by iCritical.
> 
> 
> 
> 
> 
> 
> 
> 
> _______________________________________________
> Xerte-dev mailing list
> Xerte-dev at lists.nottingham.ac.uk
> http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nottingham.ac.uk/pipermail/xerte-dev/attachments/20121213/57cf755a/attachment.html>


More information about the Xerte-dev mailing list