lovely_angel_for_you Posted December 30, 2006 Share Posted December 30, 2006 Hi, I am trying to install the oscommerce on Linux server, everything is working fine, except for payment modules. Going to Admin page>Modules>Payment...nothing is listed there. I checked the ftp and the directory is there with all the php files that should be installed. I have no idea, where I am going wrong. Any suggestions. Regards Lovely Link to comment Share on other sites More sharing options...
Barbie Posted December 30, 2006 Share Posted December 30, 2006 Hi, I am trying to install the oscommerce on Linux server, everything is working fine, except for payment modules. Going to Admin page>Modules>Payment...nothing is listed there. I checked the ftp and the directory is there with all the php files that should be installed. I have no idea, where I am going wrong. Any suggestions. Regards Lovely Have you checked the paths in catalog/admin/includes/configure.php ? You have a line as follows : define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); As shown in the example above the path is given for a store installed in the root on the server, so with "catalog" mentioned. Be sure your config files are all correct. Link to comment Share on other sites More sharing options...
lovely_angel_for_you Posted January 3, 2007 Author Share Posted January 3, 2007 As suggested, I checked the file configure.php and it does have define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); Also check includes folder on the root, define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); Strange thing is that I have the same thing installed on Windows server as well, and it works fine over there without any issues. However in Windows, where I have to mention the root directory I write, D:/stuff/mywebsite/root In Linux my address that I get from the ISP is /home/mywebsite/public_html/ And when I asked them for the physical address for the site on Linux, I was informed this is how it works on Linux. Now I think that is where I am getting issue. Any suggestions. Regards Lovely Link to comment Share on other sites More sharing options...
♥Vger Posted January 3, 2007 Share Posted January 3, 2007 Make sure that the 'modules' folders have permissions of 755 so that the programme can access the files inside them. Vger Link to comment Share on other sites More sharing options...
lovely_angel_for_you Posted January 3, 2007 Author Share Posted January 3, 2007 Issue Resolved... In admin/includes/configure....the following changed fixed it. define('DIR_FS_CATALOG', '/home/mywebsite/public_html/'); Link to comment Share on other sites More sharing options...
♥Vger Posted January 3, 2007 Share Posted January 3, 2007 Yes, when it says DIR_FS then it needs the full pathway. Vger Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.