0

我可以正常访问后端,但是如果我打开前端,它会使用这个 GET 参数重定向我

index.php?cl=oxstart&execerror=unlicensed&redirected=1

为什么会发生这种情况,我试图清除缓存但没有任何进展。

从 EXCEPTION_LOG:

oxException (time: 2017-08-30 15:22:23): [0]: no compatible connector adapter for shop version  found 
 Stack Trace: #0 /html/core/oxutilsobject.php(185): oxUtilsObject->_getObject('d3shopcompatibi...', 0, Array)
#1 [internal function]: oxUtilsObject->oxNew('d3ShopCompatibi...')
#2 /html/core/oxfunctions.php(375): call_user_func_array(Array, Array)
#3 /html/modules/_d3modcfg/models/shopcompatibility/d3shopcompatibilityadapterhandler.php(0): oxNew('d3ShopCompatibi...')
#4 /html/modules/_d3modcfg/models/shopcompatibility/d3shopcompatibilityadapterhandler.php(0): d3ShopCompatibilityAdapterHandler->getCurrentAdapterClassName()
#5 /html/modules/_d3modcfg/models/shopcompatibility/d3shopcompatibilityadapterhandler.php(0): d3ShopCompatibilityAdapterHandler->getShopAdapter()
#6 /html/modules/_d3modcfg/modules/models/d3_oxmodule_activecheck.php(0): d3ShopCompatibilityAdapterHandler->call('oxmodule__activ...', Array)
#7 /html/modules/_d3modcfg/models/d3install_updatebase.php(0): d3_oxmodule_activecheck->d3RefreshModuleMeta()
#8 /html/modules/_d3modcfg/models/d3install_updatebase.php(0): d3install_updatebase->_refreshModuleMeta()
#9 /html/modules/_d3modcfg/models/d3install.php(0): d3install_updatebase->isUpdateRequired()
#10 /html/modules/_d3modcfg/modules/controllers/admin/d3_navigation_modcfgupdate.php(0): d3updateinstaller->getRequiredUpdates()
#11 /html/modules/_d3modcfg/modules/controllers/admin/d3_navigation_modcfgupdate.php(0): d3_navigation_modcfgupdate->_doModCfgUpdateRequired()
#12 /html/application/controllers/admin/navigation.php(61): d3_navigation_modcfgupdate->_doStartUpChecks()
#13 /html/modules/_d3modcfg/modules/controllers/admin/d3_navigation_modcfgupdate.php(0): Navigation->render()
#14 /html/core/oxshopcontrol.php(483): d3_navigation_modcfgupdate->render()
#15 /html/core/oxshopcontrol.php(388): oxShopControl->_render(Object(d3_navigation_modcfgupdate))
#16 /html/modules/_d3modcfg/modules/controllers/d3_oxshopcontrol_modcfg_extension.php(0): oxShopControl->_process('navigation', NULL, NULL, NULL)
#17 /html/core/oxshopcontrol.php(148): d3_oxshopcontrol_modcfg_extension->_process('navigation', NULL, NULL, NULL)
#18 /html/modules/_d3modcfg/modules/controllers/d3_oxshopcontrol_modcfg_extension.php(0): oxShopControl->start(NULL, NULL, NULL, NULL)
#19 /html/modules/nfc/nfc_301redirects/extended/nfc_oxshopcontrol.php(25): d3_oxshopcontrol_modcfg_extension->start(NULL, NULL, NULL, NULL)
#20 /html/core/oxid.php(32): nfc_oxshopcontrol->start()
#21 /html/index.php(19): Oxid::run()
#22 /html/admin/index.php(20): require_once('/html/index.php')
#23 {main}
4

2 回答 2

1

看起来您的许可证密钥无效。检查日志/exception_log.txt

于 2017-08-30T12:30:11.860 回答
1

你更新商店版本了吗?错误来自已安装的模块_d3modcfg。尝试禁用 d3 模块。

于 2017-10-26T19:53:24.927 回答