gespim Posted April 2, 2006 Posted April 2, 2006 Hello, I met a problem when I try to migration oscommerce from one server to another server. after reconfiguring the two configure.php files in /Admin/includes and /includes, all the payment/shipping modules do not show up. instead it shows the correct path of these modules I googled around and find many others have similar problems but no solution. after careful comparison of the configure.php files using CompareIt file comparison tools, I found the problems is indeed caused by the wrong paths specified in Configure.php even though I checked by eye many many times. My error here is that one additional space is added before the absolute path of the following definition:'DIR_FS_ADMIN' and 'DIR_FS_CATALOG'. So if you have the similar problem during migration, check the new and old configure.php using some tools. you will find the difference. cheers! Just post it for others' reference. define('DIR_FS_DOCUMENT_ROOT', ' /hsphere/local/home/gespim/surprisinggift.com/'); // where the pages are ocated on the server define('DIR_WS_ADMIN', '/admin/'); // absolute path required define('DIR_FS_ADMIN',' /hsphere/local/home/gespim/surprisinggift.com/admin/'); // absolute path required define('DIR_WS_CATALOG', '/'); // absolute path required define('DIR_FS_CATALOG', ' /hsphere/local/home/gespim/surprisinggift.com/'); // absolute path required Gespim
nat8100 Posted April 6, 2006 Posted April 6, 2006 Hello, I met a problem when I try to migration oscommerce from one server to another server. after reconfiguring the two configure.php files in /Admin/includes and /includes, all the payment/shipping modules do not show up. instead it shows the correct path of these modules I googled around and find many others have similar problems but no solution. after careful comparison of the configure.php files using CompareIt file comparison tools, I found the problems is indeed caused by the wrong paths specified in Configure.php even though I checked by eye many many times. My error here is that one additional space is added before the absolute path of the following definition:'DIR_FS_ADMIN' and 'DIR_FS_CATALOG'. So if you have the similar problem during migration, check the new and old configure.php using some tools. you will find the difference. cheers! Just post it for others' reference. define('DIR_FS_DOCUMENT_ROOT', ' /hsphere/local/home/gespim/surprisinggift.com/'); // where the pages are ocated on the server define('DIR_WS_ADMIN', '/admin/'); // absolute path required define('DIR_FS_ADMIN',' /hsphere/local/home/gespim/surprisinggift.com/admin/'); // absolute path required define('DIR_WS_CATALOG', '/'); // absolute path required define('DIR_FS_CATALOG', ' /hsphere/local/home/gespim/surprisinggift.com/'); // absolute path required Gespim Hi, I have a similar problem, which I posted here: http://www.oscommerce.com/forums/index.php?showtopic=202620 I don't seem to have the spaces - have you any other suggestions of what this could be? I have also run a file comparison program but cn't find anything. Thanks
nat8100 Posted April 6, 2006 Posted April 6, 2006 Hi, I have a similar problem, which I posted here: http://www.oscommerce.com/forums/index.php?showtopic=202620 I don't seem to have the spaces - have you any other suggestions of what this could be? I have also run a file comparison program but cn't find anything. Thanks All sorted now. :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.