Jetzt haben wir ohne vorhergehende Installation des Oxid Shop den Datenbank Dump unseres Liveshop ohne Tabellen mit Präfix “oxv_” per SSH in die neue (leere) Datenbank importiert und die Datei config.inc.php aus dem zuvor duplizierten Liveshop mit den Daten der neuen Datenbank ergänzt. Das tmp Verzeichnis wurde geleert. Nach Aufruf des Testshop im Frontent oder auch Backend liefert der Shop aktuell sofort die Seite www.domain.de/offline.html aus. Die Datei EXCEPTION_LOG.txt hat folgenden Inhalt. Den Namen der Datenbank haben wir durch datenbankneu ergänzt. Den User haben wir mit userneu ersetzt.
Wo liegt der Fehler ?
oxConnectionException-oxException (time: 2015-11-22 22:22:43): [1146]: mysql:EXECUTE error: [1146: Table ‘datenbankneu.oxv_oxcountry_en’ doesn’t exist] in EXECUTE with parameters select oxtitle from oxv_oxcountry_en where oxisoalpha2 = ‘de’, for user userneu
Stack Trace: #0 /ordner/www.domain.de/testshop/oxidshop/core/adodblite/adodbSQL_drivers/mysql/mysql_driver.inc(369): adodb_throw(‘mysql’, ‘EXECUTE’, 1146, ‘Table ‘usrdb_so…’, ‘select oxtitle …’, false, Object(object_ADOConnection))
#1 /ordner/www.domain.de/testshop/oxidshop/core/adodblite/generic_modules/pear_module.inc(70): mysql_driver_ADOConnection->do_query(‘select oxtitle …’, -1, -1, false)
#2 /ordner/www.domain.de/testshop/oxidshop/core/adodblite/generic_modules/pear_module.inc(56): pear_ADOConnection->GetRow(‘select oxtitle …’, false, true)
#3 /ordner/www.domain.de/testshop/oxidshop/core/oxlegacydb.php(87): pear_ADOConnection->GetOne(‘select oxtitle …’, false)
#4 /ordner/www.domain.de/testshop/oxidshop/application/controllers/admin/oxadminview.php(518): oxLegacyDb->getOne(‘select oxtitle …’, false, false)
#5 /ordner/www.domain.de/testshop/oxidshop/application/controllers/admin/oxadminview.php(247): oxAdminView->_getCountryByCode(‘de’)
#6 /ordner/www.domain.de/testshop/oxidshop/application/controllers/admin/oxadminview.php(204): oxAdminView->getServiceUrl()
#7 /ordner/www.domain.de/testshop/oxidshop/core/oxview.php(187): oxAdminView->addGlobalParams()
#8 /ordner/www.domain.de/testshop/oxidshop/application/controllers/admin/oxadminview.php(173): oxView->init()
#9 /ordner/www.domain.de/testshop/oxidshop/core/oxshopcontrol.php(404): oxAdminView->init()
#10 /ordner/www.domain.de/testshop/oxidshop/core/oxshopcontrol.php(337): oxShopControl->_initializeViewObject(‘login’, NULL, NULL, NULL)
#11 /ordner/www.domain.de/testshop/oxidshop/core/oxshopcontrol.php(123): oxShopControl->_process(‘login’, NULL, NULL, NULL)
#12 /ordner/www.domain.de/testshop/oxidshop/core/oxid.php(38): oxShopControl->start()
#13 /ordner/www.domain.de/testshop/oxidshop/index.php(27): Oxid::run()
#14 /ordner/www.domain.de/testshop/oxidshop/admin/index.php(27): require_once(’/datenbankalt/www.s…’)
#15 {main}
Connection Adress -->
Connection Error -->
oxConnectionException-oxException (time: 2015-11-22 22:23:29): [1146]: mysql:EXECUTE error: [1146: Table ‘datenbankneu.oxv_oxshops_de’ doesn’t exist] in EXECUTE with parameters select oxv_oxshops_de.oxid, oxv_oxshops_de.oxactive, oxv_oxshops_de.oxproductive, oxv_oxshops_de.oxdefcurrency, oxv_oxshops_de.oxdeflanguage, oxv_oxshops_de.oxname, oxv_oxshops_de.oxtitleprefix, oxv_oxshops_de.oxtitlesuffix, oxv_oxshops_de.oxstarttitle, oxv_oxshops_de.oxinfoemail, oxv_oxshops_de.oxorderemail, oxv_oxshops_de.oxowneremail, oxv_oxshops_de.oxordersubject, oxv_oxshops_de.oxregistersubject, oxv_oxshops_de.oxforgotpwdsubject, oxv_oxshops_de.oxsendednowsubject, oxv_oxshops_de.oxsmtp, oxv_oxshops_de.oxsmtpuser, oxv_oxshops_de.oxsmtppwd, oxv_oxshops_de.oxcompany, oxv_oxshops_de.oxstreet, oxv_oxshops_de.oxzip, oxv_oxshops_de.oxcity, oxv_oxshops_de.oxcountry, oxv_oxshops_de.oxbankname, oxv_oxshops_de.oxbanknumber, oxv_oxshops_de.oxbankcode, oxv_oxshops_de.oxvatnumber, oxv_oxshops_de.oxbiccode, oxv_oxshops_de.oxibannumber, oxv_oxshops_de.oxfname, oxv_oxshops_de.oxlname, oxv_oxshops_de.oxtelefon, oxv_oxshops_de.oxtelefax, oxv_oxshops_de.oxurl, oxv_oxshops_de.oxdefcat, oxv_oxshops_de.oxhrbnr, oxv_oxshops_de.oxcourt, oxv_oxshops_de.oxadbutlerid, oxv_oxshops_de.oxaffilinetid, oxv_oxshops_de.oxsuperclicksid, oxv_oxshops_de.oxaffiliweltid, oxv_oxshops_de.oxaffili24id, oxv_oxshops_de.oxedition, oxv_oxshops_de.oxversion, oxv_oxshops_de.oxseoactive, oxv_oxshops_de.oxtimestamp from oxv_oxshops_de where 1 and oxv_oxshops_de.oxid = ‘oxbaseshop’, for user userneu
Stack Trace: #0 /ordner/www.domain.de/testshop/oxidshop/core/adodblite/adodbSQL_drivers/mysql/mysql_driver.inc(369): adodb_throw(‘mysql’, ‘EXECUTE’, 1146, 'Table ‘usrdb_so…’, ‘select oxv_oxs...', false, Object(object_ADOConnection)) #1 /ordner/www.domain.de/testshop/oxidshop/core/adodblite/adodb.inc.php(316): mysql_driver_ADOConnection->do_query('selectoxv_oxs…’, -1, -1, false)
#2 /ordner/www.domain.de/testshop/oxidshop/core/oxlegacydb.php(144): ADOConnection->Execute(‘select oxv_oxs...', false) #3 /ordner/www.domain.de/testshop/oxidshop/core/oxbase.php(723): oxLegacyDb->select('selectoxv_oxs…’)
#4 /ordner/www.domain.de/testshop/oxidshop/core/oxbase.php(670): oxBase->assignRecord(‘select `oxv_oxs…’)
#5 /ordner/www.domain.de/testshop/oxidshop/core/oxconfig.php(2009): oxBase->load(‘oxbaseshop’)
#6 /ordner/www.domain.de/testshop/oxidshop/core/oxutils.php(1030): oxConfig->getActiveShop()
#7 /ordner/www.domain.de/testshop/oxidshop/application/controllers/oxubase.php(555): oxUtils->seoIsActive()
#8 /ordner/www.domain.de/testshop/oxidshop/application/controllers/oxubase.php(586): oxUBase->_processRequest()
#9 /ordner/www.domain.de/testshop/oxidshop/core/oxshopcontrol.php(404): oxUBase->init()
#10 /ordner/www.domain.de/testshop/oxidshop/core/oxshopcontrol.php(337): oxShopControl->_initializeViewObject(‘start’, NULL, NULL, NULL)
#11 /ordner/www.domain.de/testshop/oxidshop/core/oxshopcontrol.php(123): oxShopControl->_process(‘start’, NULL, NULL, NULL)
#12 /ordner/www.domain.de/testshop/oxidshop/core/oxid.php(38): oxShopControl->start()
#13 /ordner/www.domain.de/testshop/oxidshop/index.php(27): Oxid::run()
#14 {main}
Connection Adress -->
Connection Error -->