phpteam Posted December 22, 2009 Posted December 22, 2009 Hi friends, I don't have any experience in OSCommerce. Now only learning , I moved one of my oscommerce site from one demo server to live server. After this migration the content are not displaying in the admin side(Except left side navigation), and this error message also displaying Fatal error: This encoded file is corrupted. Please refer to http://www.zend.com/support/support_faq.php?id=loader_file_corrupt for further help in /domains/656/web/shop/admin/includes/boxes/m1_seourls.adminbox.php on line 0 . I don't know what mistake i made. If any one of you knows how to do this please let share with me... And i pasted my two configuration file also . please look on it.. This coming under 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', 'xxxxxxx'); define('DB_SERVER_USERNAME', 'xxxxxxx'); define('DB_SERVER_PASSWORD', 'xxxxxx'); define('DB_DATABASE', 'xxxxxxx'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'xxxxxx'); ?> It coming under 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', 'xxxxx'); define('DB_SERVER_USERNAME', 'xxxxx'); define('DB_SERVER_PASSWORD', 'xxxxx'); define('DB_DATABASE', 'xxxxx'); define('USE_PCONNECT', 'xxxxx'); define('STORE_SESSIONS', 'xxxxx'); ?> Advance Thanx.
FIMBLE Posted December 22, 2009 Posted December 22, 2009 thought i had given you the answer to this a few days ago? 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.