Oxid eShop weiße Seite nach Restore, Fehler: Unable to load shop config values from database

Hallo,

ich habe ein Backup meines Shop eingespielt:

  1. Alle Dateien per FTP übertragen
  2. SQL-Dump eingespielt
  3. tmp Verzeichnis geleert

Beim Aufruf des Shop Frontends und Backends erscheint nur eine weiße Seite.

Das Oxid EXCEPTION_LOG.txt Log sagt:
oxConnectionException-oxException (time: 2013-10-04 14:26:54): [0]: Unable to load shop config values from database
Stack Trace: #0 /is/htdocs/wp10983730_OL59746CCA/www/onlineshop/core/oxutilsobject.php(125): oxUtilsObject->_getObject(‘oxconnectionexc…’, 0, Array)
#1 [internal function]: oxUtilsObject->oxNew(‘oxConnectionExc…’)
#2 /is/htdocs/wp10983730_OL59746CCA/www/onlineshop/core/oxfunctions.php(314): call_user_func_array(Array, Array)
#3 /is/htdocs/wp10983730_OL59746CCA/www/onlineshop/core/oxconfig.php(455): oxNew(‘oxConnectionExc…’)
#4 /is/htdocs/wp10983730_OL59746CCA/www/onlineshop/core/oxconfig.php(527): oxConfig->init()
#5 /is/htdocs/wp10983730_OL59746CCA/www/onlineshop/index.php(83): oxConfig::getInstance()
#6 /is/htdocs/wp10983730_OL59746CCA/www/onlineshop/oxseo.php(46): require(’/is/htdocs/wp10…’)
#7 {main}

Die confing.inc.php ist da und enthält die richtigen Infos zur DB?

Ja, da ist alles korrekt. Habe festgestellt das die Art wie ich bei Host Europe mit der Funktion “backup on the fly” backups der Db erstelle nicht korekt für Oxid ist.
Letztlich hat mir diese Anleitung geholfen:

  • Datenbankdumps sollten immer ohne die Views-Tabellen “oxv_” erstellt werden.

Jetzt ist der Shop wieder funktionsfähig und ich kämpfe mit weiteren Updates, aber das ist ein anderes Thema. Danke.