Hallo
Ich weiß dass das Thema schon mehrfach angesprochen wurde aber leider konnte ich aus den Threads keine Lösung für mein Problem finden.
Mein Shop (www.twinfox.de/eShop) läuft in der Version 4-7-8.
Zum Testen von Modulen haben ich ein Backup vom Shop und von der Datenbank gemacht.
Dann habe ich ein neues Verzeichnis zum testen (…/eShop1) angelegt und die vorher gesicherten Daten dort 1:1 reinkopiert. Ebenso die Datenbank aus dem Backup ohne views eingebunden.
In der config.inc.php habe ich den Shopname und die Datenbank Bezeichnung entsprechend geändert:
$this->dbHost = 'rdbms.strato.de'; // database host name
$this->dbName = 'DB1653263'; // database name
$this->dbUser = 'U1653263'; // database user name
$this->dbPwd = 'xxxxxx'; // database user password
$this->dbType = 'mysql';
$this->sShopURL = 'http://www.twinfox.de/eShop1'; // eShop base url, required
$this->sSSLShopURL = null; // eShop SSL url, optional
$this->sAdminSSLURL = null; // eShop Admin SSL url, optional
$this->sShopDir = '/home/strato/http/premium/rid/26/38/5212638/htdocs/eShop1';
$this->sCompileDir = '/home/strato/http/premium/rid/26/38/5212638/htdocs/eShop1/tmp';
Wenn ich jetzt den Admin aufrufe kommt nur “…The requested URL /eShop1/admin/offline.html was not found on this server.”
Ich habe auch schon in der config.inc den beschriebenen Eintrag zum Umgehen der views gemacht:
$this->blSkipViewUsage = true;
Hat aber nicht geholfen
Die ExCeption Log zeigt folgendes:
oxConnectionException-oxException (time: 2014-10-03 17:58:26):
[0]: Unable to load shop config values from database
Stack Trace: #0 /mnt/webm/e0/38/5212638/htdocs/eShop1/core/oxutilsobject.php(193):
oxUtilsObject->_getObject(‘oxconnectionexc…’, 0, Array)
#1 /mnt/webm/e0/38/5212638/htdocs/eShop1/core/oxfunctions.php(383):
oxUtilsObject->oxNew(‘oxConnectionExc…’)
#2 /mnt/webm/e0/38/5212638/htdocs/eShop1/core/oxconfig.php(412):
oxNew()
#3 /mnt/webm/e0/38/5212638/htdocs/eShop1/core/oxconfig.php(337):
oxConfig->init(Array, Array)
#4 /mnt/webm/e0/38/5212638/htdocs/eShop1/core/oxconfig.php(1998):
oxConfig->getConfigParam(‘oxConnectionExc…’)
#5 /mnt/webm/e0/38/5212638/htdocs/eShop1/core/oxshopcontrol.php(602):
oxConfig->isProductiveMode()
#6 /mnt/webm/e0/38/5212638/htdocs/eShop1/core/oxshopcontrol.php(123):
oxShopControl->_runOnce(‘blProductive’)
#7 /mnt/webm/e0/38/5212638/htdocs/eShop1/core/oxid.php(40):
oxShopControl->start()
#8 /mnt/webm/e0/38/5212638/htdocs/eShop1/index.php(27):
Oxid::run()
#9 /mnt/webm/e0/38/5212638/htdocs/eShop1/admin/index.php(28):
require_once(’/mnt/webm/e0/38…’)
#10 {main}
Connection Adress -->
Connection Error -->
oxConnectionException-oxException (time: 2014-10-03 18:01:52):
[0]: Unable to load shop config values from database
Stack Trace: #0 /mnt/webm/e0/38/5212638/htdocs/eShop1/core/oxutilsobject.php(193):
oxUtilsObject->_getObject(‘oxconnectionexc…’, 0, Array)
#1 /mnt/webm/e0/38/5212638/htdocs/eShop1/core/oxfunctions.php(383):
oxUtilsObject->oxNew(‘oxConnectionExc…’)
#2 /mnt/webm/e0/38/5212638/htdocs/eShop1/core/oxconfig.php(412):
oxNew()
#3 /mnt/webm/e0/38/5212638/htdocs/eShop1/core/oxconfig.php(337):
oxConfig->init(Array, Array)
#4 /mnt/webm/e0/38/5212638/htdocs/eShop1/core/oxconfig.php(1998):
oxConfig->getConfigParam(‘oxConnectionExc…’)
#5 /mnt/webm/e0/38/5212638/htdocs/eShop1/core/oxshopcontrol.php(602):
oxConfig->isProductiveMode()
#6 /mnt/webm/e0/38/5212638/htdocs/eShop1/core/oxshopcontrol.php(123):
oxShopControl->_runOnce(‘blProductive’)
#7 /mnt/webm/e0/38/5212638/htdocs/eShop1/core/oxid.php(40):
oxShopControl->start()
#8 /mnt/webm/e0/38/5212638/htdocs/eShop1/index.php(27):
Oxid::run()
#9 /mnt/webm/e0/38/5212638/htdocs/eShop1/admin/index.php(28):
require_once(’/mnt/webm/e0/38…’)
#10 {main}
Connection Adress -->
Connection Error -->
Der Eintrag von 17:58 ist vom dem Eintrag zum umgehen der views und der Eintrag um 18:01 ist nach dem Eintrag.
Hat jemand eine Idee wie ich wieder in den Admin komme?
Gruß Dirk