Moving Install To New Directory

I am working on a windows machine where the install was at /new/cscart/. I am trying to move it to /new/.



I read the article CS-Cart Documentation — CS-Cart 4.16.x documentation and did its steps exactly. Although I can access the store fine, I am unable to access the admin due to a lot of errors about tyring to include files in the old install path. Ultimately the page is redirected to the old admin page (which of course does not exist).



Some of which are listed below.



What else needs to be done to allow for my move? I searched all the files on the file system for the old install path and found none. What am I missing?


Warning: include(D:/InetPub/vhosts/mysite.com/httpdocs/new/cscart/app/schemas/clone/sharing.php) [function.include]: failed to open stream: No such file or directory in D:\InetPub\vhosts\mysite.com\httpdocs\new\app\functions\fn.common.php on line 2309<br />
<br />
Warning: include(D:/InetPub/vhosts/mysite.com/httpdocs/new/cscart/app/schemas/clone/sharing.php) [function.include]: failed to open stream: No such file or directory in D:\InetPub\vhosts\mysite.com\httpdocs\new\app\functions\fn.common.php on line 2309<br />
<br />
Warning: include() [function.include]: Failed opening 'D:/InetPub/vhosts/mysite.com/httpdocs/new/cscart/app/schemas/clone/sharing.php' for inclusion (include_path='D:\InetPub\vhosts\mysite.com\httpdocs\new/app/lib/pear/.;./includes;C:/Program Files (x86)/Parallels/Plesk/Additional/PleskPHP53/Pear') in D:\InetPub\vhosts\mysite.com\httpdocs\new\app\functions\fn.common.php on line 2309<br />
<br />
Warning: include(D:/InetPub/vhosts/mysite.com/httpdocs/new/cscart/app/addons/news_and_emails/schemas/clone/sharing.post.php) [function.include]: failed to open stream: No such file or directory in D:\InetPub\vhosts\mysite.com\httpdocs\new\app\functions\fn.common.php on line 2309<br />
<br />
Warning: include(D:/InetPub/vhosts/mysite.com/httpdocs/new/cscart/app/addons/news_and_emails/schemas/clone/sharing.post.php) [function.include]: failed to open stream: No such file or directory in D:\InetPub\vhosts\mysite.com\httpdocs\new\app\functions\fn.common.php on line 2309<br />
<br />
Warning: include() [function.include]: Failed opening 'D:/InetPub/vhosts/mysite.com/httpdocs/new/cscart/app/addons/news_and_emails/schemas/clone/sharing.post.php' for inclusion (include_path='D:\InetPub\vhosts\mysite.com\httpdocs\new/app/lib/pear/.;./includes;C:/Program Files (x86)/Parallels/Plesk/Additional/PleskPHP53/Pear') in D:\InetPub\vhosts\mysite.com\httpdocs\new\app\functions\fn.common.php on line 2309<br />
<br />
Warning: include(D:/InetPub/vhosts/mysite.com/httpdocs/new/cscart/app/addons/banners/schemas/clone/sharing.post.php) [function.include]: failed to open stream: No such file or directory in D:\InetPub\vhosts\mysite.com\httpdocs\new\app\functions\fn.common.php on line 2309

Try clearing the cache

Thank you… I figure out an update that was not pushed out correctly.