
Tried to see if it's working but it isn't.
Error:
Warning: require_once(/shop/system/startup.php) [function.require-once]: failed to open stream: No such file or directory in /home/test/public_html/test/shop/index.php on line 12 (test is my addon domain space)
Fatal error: require_once() [function.require]: Failed opening required '/jarosshop/system/startup.php' (include_path='.:/usr/lib/php') in /home/vsesorte/public_html/jaros/jarosshop/index.php on line 12
So regarding my error and migration I am looking for a best approach and so I have a few questions:
1. is recommended to clear cache in images/cache and system/cache folder?
2. how to set path properly in config php? I changed all paths in config.php from
(example): 'P:\program files\wamp\www\shop/catalog/' to /shop/catalog/. etc... without domain name, just relative paths. O.K.? Shop is my dir name for OC.
3. Config.ini line 3 and 4, I think that I have to change:
define('HTTP_SERVER', 'http://localhost/shop/');
define('HTTP_IMAGE', 'http://localhost/shop/image/');
to absolute path 'http://www.domainname.com/shop/image/' Right?
4. Or it's better to do a fresh install on final server and restore database then (last state database from localhost)? Restore from OC admin restore or from PHPmyAdmin, does it matter or not?
5. All settings done in OC admin are stored in database? Almost sure.
That's all folks. See ya.
