Guest Posted July 4, 2009 Share Posted July 4, 2009 I installed osCommerce 2.2 yesterday into the root folder of a site with no problems. However, the admin area has no formatting i.e standard font and no real layout to the pages. I have changed 'HTTP_CATALOG_SERVER'and 'DIR_WS_CATALOG' defines as suggested in the basic questions How do I topic, is there something I am missing?? Thanks for your help in advance. Link to comment Share on other sites More sharing options...
web-project Posted July 4, 2009 Share Posted July 4, 2009 it seems to me that the configure.php file is missing from admin folder. Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here! 8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself. Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues. Any issues with oscommerce, I am here to help you. Link to comment Share on other sites More sharing options...
Guest Posted July 4, 2009 Share Posted July 4, 2009 it seems to me that the configure.php file is missing from admin folder. No, the file admin/includes/configure.php is definitely there?? Link to comment Share on other sites More sharing options...
playcraft Posted July 4, 2009 Share Posted July 4, 2009 No, the file admin/includes/configure.php is definitely there?? Do you have a stylesheet uploaded? Should be in the includes folder named stylesheet.css. Link to comment Share on other sites More sharing options...
Guest Posted July 4, 2009 Share Posted July 4, 2009 Do you have a stylesheet uploaded? Should be in the includes folder named stylesheet.css. Yes there is a stylesheet in the folder... Link to comment Share on other sites More sharing options...
johnnybebad Posted July 4, 2009 Share Posted July 4, 2009 maybe an idea to show a picture of the problem? Thanks Johnny Getting better with mods but no programmer am I. Link to comment Share on other sites More sharing options...
Guest Posted July 4, 2009 Share Posted July 4, 2009 maybe an idea to show a picture of the problem? Thanks Johnny here you go... I did notice there was an error on the page and the details say "object expected line 10 character 1" this page is standard osCommerce install, no changes other than centering the page (but it was not formatting before I did that anyway) Link to comment Share on other sites More sharing options...
web-project Posted July 5, 2009 Share Posted July 5, 2009 definitely incorrect paths in configure.php file, I never trust the server decide: define('DIR_FS_CATALOG', dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']) . '/'); change to: define('DIR_FS_CATALOG', '/home/domainname/public_html/path_to_store'); Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here! 8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself. Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues. Any issues with oscommerce, I am here to help you. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.