bemybag.com Posted July 28, 2006 Report Share Posted July 28, 2006 Hallo, ich möchte mit meinem Shop (XT- C v1 Beta2) auf einen anderen Provider wechseln. Wie kann ich das machen, ohne meine Artikeldaten, meine Shopkonfigurationen und das Seiten- Design zu verlieren?Kann ich auch Eure neue Shopversion nutzen und die Daten einfach übertragen (Schwerpunkt liegt auf "einfach")wäre toll, wenn Ihr mir helfen könntet. Danke im Voraus Holger Link to comment Share on other sites More sharing options...
sazetueb Posted July 28, 2006 Report Share Posted July 28, 2006 Alle Daten (inkl. Datenbank) sichern und auf den neuen Server aufspielen. Danach folgende Dateien anpassen: /includes/configure.php /includes/configure.org.php admin/includes/configure.php admin/includes/configure.org.php That´s all.... Gruß Sascha Link to comment Share on other sites More sharing options...
bemybag.com Posted August 5, 2006 Author Report Share Posted August 5, 2006 hi, ich habe alles so gemacht, leider funktioniert der umzug nicht. ich habe mal einen php code mit eingefügt, vielleicht findet ihr einen fehler: define('HTTP_SERVER', 'http://www.bemybag.com'); // eg, http://localhost or - https://localhost should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.bemybag.com'); define('HTTPS_CATALOG_SERVER', 'https://www.bemybag.com'); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/web/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/admin/'); // absolute path required define('DIR_FS_ADMIN', '/web/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/'); // absolute path required define('DIR_FS_CATALOG', '/web/'); // absolute path required define('DIR_WS_IMAGES', 'images/'); define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/'); define('DIR_FS_CATALOG_ORIGINAL_IMAGES', DIR_FS_CATALOG_IMAGES .'product_images/original_images/'); define('DIR_FS_CATALOG_THUMBNAIL_IMAGES', DIR_FS_CATALOG_IMAGES .'product_images/thumbnail_images/'); define('DIR_FS_CATALOG_INFO_IMAGES', DIR_FS_CATALOG_IMAGES .'product_images/info_images/'); define('DIR_FS_CATALOG_POPUP_IMAGES', DIR_FS_CATALOG_IMAGES .'product_images/popup_images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/'); define('DIR_WS_CATALOG_ORIGINAL_IMAGES', DIR_WS_CATALOG_IMAGES .'product_images/original_images/'); define('DIR_WS_CATALOG_THUMBNAIL_IMAGES', DIR_WS_CATALOG_IMAGES .'product_images/thumbnail_images/'); define('DIR_WS_CATALOG_INFO_IMAGES', DIR_WS_CATALOG_IMAGES .'product_images/info_images/'); define('DIR_WS_CATALOG_POPUP_IMAGES', DIR_WS_CATALOG_IMAGES .'product_images/popup_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_CATALOG. 'lang/'); define('DIR_FS_LANGUAGES', DIR_FS_CATALOG. 'lang/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); define('DIR_FS_INC', DIR_FS_CATALOG . 'inc/'); [/php] Link to comment Share on other sites More sharing options...
eps Posted August 5, 2006 Report Share Posted August 5, 2006 Ich glaube wo "/web" steht musst du den richtigen absoluten Path des Servers angeben. Link to comment Share on other sites More sharing options...
bemybag.com Posted August 5, 2006 Author Report Share Posted August 5, 2006 Ich glaube wo "/web" steht musst du den richtigen absoluten Path des Servers angeben. hmmm, was ist denn damit gemeint? Kann mir dafür jemand ein Beispiel geben? Danke im Voraus Link to comment Share on other sites More sharing options...
eps Posted August 5, 2006 Report Share Posted August 5, 2006 Beispiel: "/srv/www/host/deinedomain.com/httpdocs/ordner" die unterscheiden sich. Du musst dein Hoster fragen. Gruß Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.