phpteam Posted December 19, 2009 Posted December 19, 2009 Hi everyone, I'm new to Os commerce ... I have installed the OSCommerce in my server . Here i'm facing a probelm is, In the admin side , i'm able to see only the left hand side menu.. I'm not able to see the respective content of the left hand side menu. Please any one help me to fix the problem... I don't know where i made the mistake.Either configuration file or some other file. Please let me know.... Advance Thanx.....
Guest Posted December 19, 2009 Posted December 19, 2009 Hi, Since you are new, let me suggest you DELETE V3.0 and upload Version 2.2 RC2a as Version 3.0 IS NOT READY FOR ACTUAL USE YET. When you get v2.2 RC2a installed and have troubles, please post ! Chris
phpteam Posted December 19, 2009 Author Posted December 19, 2009 Hi, Since you are new, let me suggest you DELETE V3.0 and upload Version 2.2 RC2a as Version 3.0 IS NOT READY FOR ACTUAL USE YET. When you get v2.2 RC2a installed and have troubles, please post ! Chris Thanx chris, Thanx for your reply.. The content hiding problem arrised because i transfer the file from one server to another server.(Not because of version problem.. I'm having 2.2 only..)I changed the configuration settings also.. But that content hiding problem is arrising .. I don't know why?.. Please help me.. Advance Thanx.
Guest Posted December 19, 2009 Posted December 19, 2009 Hi, Ok, I thought you installed V3.0 because you posted it in the 3.0 Forum. I would suggest the TWO configure.php files need to changed to reflect the changes. If you want to post them, we will take a look at them. (Exclude your database server name and password though) Chris
phpteam Posted December 19, 2009 Author Posted December 19, 2009 Hi, Ok, I thought you installed V3.0 because you posted it in the 3.0 Forum. I would suggest the TWO configure.php files need to changed to reflect the changes. If you want to post them, we will take a look at them. (Exclude your database server name and password though) Chris Thank you Chris,, Here i pasted the code for two configure files. This is for includes/configure.php <?php define('HTTP_SERVER', 'http://www.thrillophilia.com/shop'); define('HTTPS_SERVER', 'http://www.thrillophilia.com/shop'); define('ENABLE_SSL', false); define('HTTP_COOKIE_DOMAIN', 'thrillophilia.com/shop'); define('HTTPS_COOKIE_DOMAIN', 'http://www.thrillophilia.com/shop'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', '/domains/656/web/shop/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); define('DB_SERVER', ''); define('DB_SERVER_USERNAME', ''); define('DB_SERVER_PASSWORD', ''); define('DB_DATABASE', ''); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); ?> This code come from admin/includes/configure.php <?php define('HTTP_SERVER', 'http://www.thrillophilia.com/shop'); define('HTTP_CATALOG_SERVER', 'http://www.thrillophilia.com/shop'); define('HTTPS_CATALOG_SERVER', 'http://www.thrillophilia.com/shop'); define('ENABLE_SSL_CATALOG', 'false'); //define('DIR_FS_DOCUMENT_ROOT', '/homepages/31/d225043410/htdocs/PHPprojects/oscommerce/'); define('DIR_FS_CATALOG', '/domains/656/web/shop/'); define('DIR_WS_ADMIN', '/admin/'); //define('DIR_FS_ADMIN', '/homepages/31/d225043410/htdocs/PHPprojects/oscommerce/admin/'); define('DIR_FS_ADMIN', '/domains/656/web/shop/admin/'); define('DIR_WS_CATALOG', '/'); //define('DIR_FS_CATALOG', '/homepages/31/d225043410/htdocs/PHPprojects/oscommerce/'); define('DIR_FS_CATALOG', '/domains/656/web/shop/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); define('DB_SERVER', ''); define('DB_SERVER_USERNAME', ''); define('DB_SERVER_PASSWORD', ''); define('DB_DATABASE', ''); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); ?> Advance Thanx.
FIMBLE Posted December 20, 2009 Posted December 20, 2009 define('DIR_WS_ADMIN', '/admin/'); should be define('DIR_WS_ADMIN', '/PHPprojects/oscommerce/admin/'); if this is where the admin folder resides you need also to uncomment the FS defines Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
Recommended Posts
Archived
This topic is now archived and is closed to further replies.