Hallo,
ich benutze OXID 4.5.0 (mit dem D3 Modulconnector) und wollte meinen Online-Shop auf die lokale Platte kopieren, um offline mit Xampp (V1.7.4 mit PHP 5.3.5) einige Tests durchzuführen. Ich habe dazu das OxidWiki Tutorial benutzt. Also zuerst offline eine frische Installation durchgeführt und die Online-Datenbank ohne die oxv_ Tabellen mit PHPmyAdmin gesichert.
Das erste Problem tritt beim Einspielen der Datenbank auf. Dabei kommt die Fehlermeldung, dass ein Primary Key schon vorhanden ist und der Import dann abbricht. Oder muss man die Offline-Datenbank erst komplett löschen?
Letzteres habe ich dann auch versucht und der Import lief danach ohne Fehler durch. Danach alle Daten des Online-Shops bis auf .htaccess und config.inc.php drüberkopiert. Allerdings kommt dann beim Aufruf der Shopadresse (auch der Admin-Adresse) nur ein Text von D3:
/** * This Software is the property of D³ Data Development * and is protected by copyright law - it is NOT Freeware. * * Any unauthorized use of this software without a valid license * key is a violation of the license agreement and will be * prosecuted by civil and criminal law. * * Inhaber: Thomas Dartsch * Alle Rechte vorbehalten * * @package “Tmp leeren” * @version 1.6 PHP5.3 (26.04.2011) * @author Daniel Seifert * @copyright (C) 2011, D3 Data Development * @see http://www.shopmodule.com */
Jemand einen Tipp?
Danke.