View Single Post
  #38  
Old 05-19-2008, 03:21 PM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: X-Cart v4.1.10 released

Gary:
It's right there- just keep reading:

Quote:
3. Make sure that files which will be patched have world writable permissions.
If you are under Unix try to issue this command from the root of your X-Cart directory:

for i in `sed -e 's/,.*$//g' < upgrade/4.1.9-4.1.10/file.lst`; do chmod 666 $i ; done

This command will set up the world writable permissions on all files affected by upgrade patch (the list of the files is located in file upgrade/4.1.9-4.1.10/file.lst).

for i in `sed -e 's/,.*$//g' < upgrade/4.1.9-4.1.10/file.lst`; do chmod 666 $i ; done

This is the magic command to make all files in the file.lst chmod 666
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote