View Single Post
  #25  
Old 06-27-2005, 11:48 AM
 
jb5ep jb5ep is offline
 

Advanced Member
  
Join Date: Apr 2005
Location: U.K.
Posts: 65
 

Default

This was my first XC upgrade and I have to say (when compared to some GPL product upgrades i've done in the past), this was a refreshingly easy upgrade from .13 to .14. Just needed to patch a few tpl's manually as i'm running a custom skin.

For info, - I did have *one* hitch. After completing the upgrade, I got a 'There is a file permissions' error when accessing any new/patched file. Easily fixed by running the following (from install instructions) with 644 permissions instead of 666.

Code:
for i in `sed -e 's/,.*$//g' < upgrade/4.0.13-4.0.14/file.lst`; do chmod 644 $i ; done


Cheers
__________________
X-Cart 4.0.17
ezUpsell
PHP 4.4.1
MySQL 4.0.25-standard
Apache 1.3.34
Linux
Reply With Quote