View Issue Details

IDProjectCategoryView StatusLast Update
0006643Flow themeThemepublic2018-04-05 14:38
ReporterAlpha-Sys Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version2.0.0 
Fixed in Version3.0.2 
Summary0006643: Template err_accessdenied.tpl is missing
DescriptionIf you have an Enterprise Edition and you open a shop page which is denied (right and roles management), the template err_accessdenied.tpl is missing in the flow theme. This is the log from EXCEPTION_LOG.txt:

oxSystemComponentException-oxException (time: 2017-05-19 22:12:04): [0]: EXCEPTION_SYSTEMCOMPONENT_TEMPLATENOTFOUND
 Stack Trace: #0 /vagrant/htdocs/core/oxutilsobject.php(180): oxUtilsObject->_getObject('oxsystemcompone...', 0, Array)
#1 [internal function]: oxUtilsObject->oxNew('oxSystemCompone...')
#2 /vagrant/htdocs/core/oxfunctions.php(360): call_user_func_array(Array, Array)
#3 /vagrant/htdocs/core/oxshopcontrol.php(601): oxNew('oxSystemCompone...')
#4 /vagrant/htdocs/core/oxshopcontrol.php(406): oxShopControl->_render(Object(Content))
#5 /vagrant/htdocs/core/oxshopcontrol.php(131): oxShopControl->_process('content', NULL, NULL, NULL)
#6 /vagrant/htdocs/core/oxid.php(32): oxShopControl->start()
#7 /vagrant/htdocs/index.php(18): Oxid::run()
#8 {main}

 Faulty component --> message/err_accessdenied.tpl
---------------------------------------------
Steps To ReproduceYou need an EE with activated flow theme. Go to the admin to "Shop Rechte" and add a new role. Add a new field, for example "&alist". Go to the user tab and assign a user group to the role.
Then open the shop frontend and browse to a category page. You will get the error and the entry in the EXCEPTION_LOG.txt.
TagsNo tags attached.
Attached Files
admin-shop-rights.png (319,725 bytes)
Exception.png (359,810 bytes)

Activities

Alpha-Sys

2017-05-19 22:32

reporter   ~0012099

See pull request https://github.com/OXID-eSales/flow_theme/pull/101

anton.fedurtsya

2018-04-05 14:38

administrator   ~0012435

Thanks, pull request tested and merged.