lytemaster Posted February 10, 2009 Share Posted February 10, 2009 Hello everyone, please i have an urgent one here please. After i uploaded my oscommerce version 2.2rca to a webserver, the modules panel is not loading. it gives me the directory path for the item in the module : it gives directory path to the modules e.g shipping :Module Directory: home/zurigift/public_html/catalog/admin/includes/modules/shipping/ payment : Module Directory: home/zurigift/public_html/catalog/admin/includes/modules/payment/ sts : Module Directory: home/zurigift/public_html/catalog/admin/includes/modules/sts/ order total :Module Directory: home/zurigift/public_html/catalog/admin/includes/modules/order_total/ please help me , here is my config and admin config respectively config : <?php define('HTTP_SERVER', 'http://www.zurigiftshop.com'); define('HTTPS_SERVER', 'http://www.zurigiftshop.com'); define('ENABLE_SSL', false); define('HTTP_COOKIE_DOMAIN', 'www.zurigiftshop.com'); define('HTTPS_COOKIE_DOMAIN', 'www.zurigiftshop.com'); define('HTTP_COOKIE_PATH', 'catalog/'); define('HTTPS_COOKIE_PATH', 'catalog/'); define('DIR_WS_HTTP_CATALOG', 'catalog/'); define('DIR_WS_HTTPS_CATALOG', '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', '/catalog/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); define('DB_SERVER', 'localhost'); define('DB_SERVER_USERNAME', myusername); define('DB_SERVER_PASSWORD', password); define('DB_DATABASE', 'mydb'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); ?> my admin config : <?php define('HTTP_SERVER', 'http://www.zurigiftshop.com'); define('HTTPS_SERVER', 'http://www.zurigiftshop.com'); define('ENABLE_SSL', false); define('HTTP_COOKIE_DOMAIN', 'www.zurigiftshop.com'); define('HTTPS_COOKIE_DOMAIN', 'www.zurigiftshop.com'); define('HTTP_COOKIE_PATH', 'catalog/'); define('HTTPS_COOKIE_PATH', 'catalog/'); define('DIR_WS_HTTP_CATALOG', 'catalog/'); define('DIR_WS_HTTPS_CATALOG', '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', '/catalog/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); define('DB_SERVER', 'localhost'); define('DB_SERVER_USERNAME', username); define('DB_SERVER_PASSWORD', password); define('DB_DATABASE', 'mydb'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); ?> please .thanks Link to comment Share on other sites More sharing options...
lytemaster Posted February 10, 2009 Author Share Posted February 10, 2009 Solved: read a thread about it : http://www.oscommerce.com/forums/lofiversion/i...hp?t121858.html Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.