I have changed my server and wanted to move over store ( same domain).
I installed on new server Opencart , then moved over all folders under html_public from old server.
i then modified config.php and admin/config.php with correct folder and modified the DB names below.
i can get it to work ,
when i access the site now i get this message :
Warning: require_once(/home/seanjsc/public_html/system/startup.php) [function.require-once]: failed to open stream: No such file or directory in /home/seanjsc/public_html/index.php on line 19
Fatal error: require_once() [function.require]: Failed opening required '/home/seanjsc/public_html/system/startup.php' (include_path='.:/usr/local/lib/php') in /home/seanjsc/public_html/index.php on line 19
i quite sure all files are in that exact folder :
server name is seanjsc and public_html is under with all folders , i guess "home" should be there by default.
can get the ADMIN panel to work either :
Warning: require_once(/home/seanjsc/public_html/system/startup.php) [function.require-once]: failed to open stream: No such file or directory in /home/seanjsc/public_html/admin/index.php on line 17
Fatal error: require_once() [function.require]: Failed opening required '/home/seanjsc/public_html/system/startup.php' (include_path='.:/usr/local/lib/php') in /home/seanjsc/public_html/admin/index.php on line 17
i have got all backup of old site plus i have run a backup of DB from old store.
I have not access to old server anymore.
Will be happy if someone can help me

Thanks in advance
Sean