Config Datei

Hallo,

ich fühle mich von meiner congif.inc derzeit etwas “verschaukelt” :wink:

derzeit ist diese wie folgt gestaltet.

$this->dbType = ‘mysql’;
$this->sShopURL = ‘http://shop.de’; // eShop base url, required
$this->sSSLShopURL = null; // eShop SSL url, optional
$this->sAdminSSLURL = null; // eShop Admin SSL url, optional

gehe ich her, und gebe folgendes ein:

$this->dbType = ‘mysql’;
$this->sShopURL = ‘http://shop.de’; // eShop base url, required
$this->sSSLShopURL = https://shop.de; // eShop SSL url, optional
$this->sAdminSSLURL = null; // eShop Admin SSL url, optional

dann erhalte ich eine weiße Seite.

Log gibt nicht viel aus, und jammert nur wegen einen Modul rum

oxSystemComponentException-oxException (time: 2010-10-20 21:14:27): [0]: EXCEPTION_SYSTEMCOMPONENT_CLASSNOTFOUND
Stack Trace: #0 /pages/dc/3e/d0007097/home/htdocs/core/oxfunctions.php(284): oxUtilsObject->oxNew(‘dgamazon_admin’, NULL)
#1 /pages/dc/3e/d0007097/home/htdocs/views/oxshopcontrol.php(271): oxNew()
#2 /pages/dc/3e/d0007097/home/htdocs/views/oxshopcontrol.php(99): oxShopControl->_process(‘dgamazon_admin’)
#3 /pages/dc/3e/d0007097/home/htdocs/index.php(103): oxShopControl->start(‘dgamazon_admin’, NULL)
#4 /pages/dc/3e/d0007097/home/htdocs/admin/index.php(40): require_once(’/pages/dc/3e/d0…’)
#5 {main}

Faulty component --> dgamazon_admin

oxSystemComponentException-oxException (time: 2010-10-21 08:22:07): [0]: EXCEPTION_SYSTEMCOMPONENT_CLASSNOTFOUND
Stack Trace: #0 /pages/dc/3e/d0007097/home/htdocs/core/oxfunctions.php(284): oxUtilsObject->oxNew(‘dgamazon_admin’, NULL)
#1 /pages/dc/3e/d0007097/home/htdocs/views/oxshopcontrol.php(271): oxNew(‘dgamazon_admin’)
#2 /pages/dc/3e/d0007097/home/htdocs/views/oxshopcontrol.php(99): oxShopControl->_process(‘dgamazon_admin’, NULL)
#3 /pages/dc/3e/d0007097/home/htdocs/index.php(103): oxShopControl->start()
#4 /pages/dc/3e/d0007097/home/htdocs/admin/index.php(40): require_once(’/pages/dc/3e/d0…’)
#5 {main}

Faulty component --> dgamazon_admin

oxSystemComponentException-oxException (time: 2010-10-21 09:09:13): [0]: EXCEPTION_SYSTEMCOMPONENT_CLASSNOTFOUND
Stack Trace: #0 /pages/dc/3e/d0007097/home/htdocs/core/oxfunctions.php(284): oxUtilsObject->oxNew(‘dgamazon_admin’, NULL)
#1 /pages/dc/3e/d0007097/home/htdocs/views/oxshopcontrol.php(271): oxNew(‘dgamazon_admin’)
#2 /pages/dc/3e/d0007097/home/htdocs/views/oxshopcontrol.php(99): oxShopControl->_process(‘dgamazon_admin’, NULL)
#3 /pages/dc/3e/d0007097/home/htdocs/index.php(103): oxShopControl->start()
#4 /pages/dc/3e/d0007097/home/htdocs/admin/index.php(40): require_once(’/pages/dc/3e/d0…’)
#5 {main}

Faulty component --> dgamazon_admin

oder habe ich da einfach einen Tippfehler drinn ?=

Hi Marcel,

klaro, weil das in Anführungszeichen muss, wie der Rest auch:

$this->sSSLShopURL = “https://shop.de”; // eShop SSL url, optional

HTH,

Chris

Hi Chris.

hast recht, das sind immer diese kl. Fehler die man auf anbhieb gerne übersieht ;O