[QUOTE=nickname;119256]Guten Morgen,
die aufgezählten Fehler haben nichts mit dem PayPal-Modul zu tun.
Das PayPal-Modul ist normalerweise nicht deaktiviert, wenn man den Shop Off- und wieder Online schaltet.
Auch deaktiviert sich das PayPal-Modul nicht von selbst nach einer gewissen Zeit oder nach 2-3 Minuten.
Der Fehler ist wo anders zu suchen, hier stimmt etwas im Shop nicht. Spontan würde ich erstmal alle Datenbank-Moduleinträge bereinigen. Dazu gabs glaub ich erst gestern eine Anleitung der Firma “wortzwei” auf der Oxid-Facebook-Seite.[/QUOTE]
Guten Abend,
so habe die Moduleinträge in der Datenbank bereinigt mit
DELETE FROM oxconfig WHERE oxvarname IN ("aDisabledModules", "aLegacyModules", "aModuleFiles", "aModulePaths", "aModules", "aModuleTemplates");
So alle Module wieder aktiviert und siehe da es gibt endlich eine Fehlermeldung die wie folgt ausfällt:
oxSystemComponentException-oxException (time: 2013-03-19 21:07:08): [0]: EXCEPTION_SYSTEMCOMPONENT_CLASSNOTFOUND
Stack Trace: #0 /var/www/xxxxxx/html/shop/core/oxutilsobject.php(196): oxUtilsObject->_getObject('oxsystemcompone...', 0, Array)
#1 [internal function]: oxUtilsObject->oxNew('oxSystemCompone...')
#2 /var/www/xxxxxx/html/shop/core/oxfunctions.php(384): call_user_func_array(Array, Array)
#3 /var/www/xxxxxx/html/shop/core/oxutilsobject.php(186): oxNew('oxSystemCompone...')
#4 [internal function]: oxUtilsObject->oxNew('v6c_merchantlin...')
#5 /var/www/xxxxxx/html/shop/core/oxfunctions.php(384): call_user_func_array(Array, Array)
#6 /var/www/xxxxxx/html/shop/core/oxshopcontrol.php(439): oxNew('v6c_merchantlin...')
#7 /var/www/xxxxxx/html/shop/core/oxshopcontrol.php(387): oxShopControl->_initializeViewObject('v6c_merchantlin...', NULL, NULL, NULL)
#8 /var/www/xxxxxx/html/shop/core/oxshopcontrol.php(156): oxShopControl->_process('v6c_merchantlin...', NULL, NULL, NULL)
#9 /var/www/xxxxxx/html/shop/core/oxid.php(40): oxShopControl->start()
#10 /var/www/xxxxxx/html/shop/index.php(28): Oxid::run()
#11 /var/www/xxxxxx/html/shop/admin/index.php(29): require_once('/var/www/xxxxxx...')
#12 {main}
Faulty component --> v6c_merchantlink
---------------------------------------------
oxSystemComponentException-oxException (time: 2013-03-19 21:07:10): [0]: EXCEPTION_SYSTEMCOMPONENT_CLASSNOTFOUND
Stack Trace: #0 /var/www/xxxxxx/html/shop/core/oxutilsobject.php(196): oxUtilsObject->_getObject('oxsystemcompone...', 0, Array)
#1 [internal function]: oxUtilsObject->oxNew('oxSystemCompone...')
#2 /var/www/xxxxxx/html/shop/core/oxfunctions.php(384): call_user_func_array(Array, Array)
#3 /var/www/xxxxxx/html/shop/core/oxutilsobject.php(186): oxNew('oxSystemCompone...')
#4 [internal function]: oxUtilsObject->oxNew('v6c_merchantlin...')
#5 /var/www/xxxxxx/html/shop/core/oxfunctions.php(384): call_user_func_array(Array, Array)
#6 /var/www/xxxxxx/html/shop/core/oxshopcontrol.php(439): oxNew('v6c_merchantlin...')
#7 /var/www/xxxxxx/html/shop/core/oxshopcontrol.php(387): oxShopControl->_initializeViewObject('v6c_merchantlin...', NULL, NULL, NULL)
#8 /var/www/xxxxxx/html/shop/core/oxshopcontrol.php(156): oxShopControl->_process('v6c_merchantlin...', NULL, NULL, NULL)
#9 /var/www/xxxxxx/html/shop/core/oxid.php(40): oxShopControl->start()
#10 /var/www/xxxxxx/html/shop/index.php(28): Oxid::run()
#11 /var/www/xxxxxx/html/shop/admin/index.php(29): require_once('/var/www/xxxxxx...')
#12 {main}
Faulty component --> v6c_merchantlink
---------------------------------------------
Er scheint irgendeine Class nicht zu finden???