Quote:
Originally Posted by CC
Not found anything myself, all though I have been searching heavily.
I am looking forward to the Feature Comparison, if it is good of course...
That is if I can ever upgrade to 4.0.9 from 4.0.8!!
All I keep getting is:
Quote:
Hmm... Looks like a unified diff to me...
Patching file /home/xxxx/public_html/v2/xxxx.php using Plan B...
Couldn't open OUTFILE: Permission denied
Skipping patch...
|
On all the upgrade files, cant upgrade even one file!
X-Cart team gave some vague answer about the upgrade trying to access a file which is not of Xcart origin, but we dont have any!
And a note on how they want me to buy support points before they will look any further. Gee I am glad they are sooooo hopeful after taking our cash. 
|
Please read UPGRADE.NOTES_4.0.8-4.0.9 carefully (this file is included into the patch archive). Here is a quote:
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.0.8-4.0.9/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.0.8-4.0.9/file.lst).
|
Make sure the 'templates_c' directory also has world writable permissions (this already must have been set up by default since X-Cart cannot function without it).