upgrade 2.0.6-2.0.7 - error

hi



i have entered the required ftp information for the upgrade to handle write permission restricted files, and the directory where the cscart software is located, but i am getting this error when trying the upgrade:





Warning: ftp_chdir() [function.ftp-chdir]: Can’t change directory to /home/rippednu/public_html: No such file or directory in /home/rippednu/public_html/var/upgrade/upgrade_2.0.6-2.0.7.tgz/uc_override.php on line 926



any help would be greatly appreciated!



thanks

I also had some problems upgrading to 2.0.7



I found out that /var/upgrade needs to have the right user / group set (chown -R user:group /var/upgrade)

Also I chmod everything inside /var/upgrade to 777 (chmod -R 777 /var/upgrade)



Hope this helps…