We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This extension doesn't allow for Custom Role access as described by http://magento.stackexchange.com/questions/79879/how-to-give-custom-acces-permissions-for-admin-usersroles-to-an-extension-mage
So, if your support team requests admin access, the only option is to allow all areas of the admin, which isn't acceptable in most cases.
The text was updated successfully, but these errors were encountered:
Fix config error
8f89479
This fixes the following error when saving configuration: ``` Cannot send headers; headers already sent in /var/www/app/code/community/Welance/Kraken/Model/Observer.php, line 1 #0 /var/www/lib/Zend/Controller/Response/Abstract.php(148): Zend_Controller_Response_Abstract->canSendHeaders(true) kraken-io#1 /var/www/app/code/core/Mage/Core/Controller/Response/Http.php(107): Zend_Controller_Response_Abstract->setRedirect('http://vaping.v...', 302) kraken-io#2 /var/www/app/code/core/Mage/Adminhtml/Controller/Action.php(358): Mage_Core_Controller_Response_Http->setRedirect('http://vaping.v...') kraken-io#3 /var/www/app/code/core/Mage/Adminhtml/controllers/System/ConfigController.php(195): Mage_Adminhtml_Controller_Action->_redirect('*/*/edit', Array) kraken-io#4 /var/www/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Mage_Adminhtml_System_ConfigController->saveAction() kraken-io#5 /var/www/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(254): Mage_Core_Controller_Varien_Action->dispatch('save') kraken-io#6 /var/www/app/code/core/Mage/Core/Controller/Varien/Front.php(172): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http)) kraken-io#7 /var/www/app/code/core/Mage/Core/Model/App.php(365): Mage_Core_Controller_Varien_Front->dispatch() kraken-io#8 /var/www/app/Mage.php(691): Mage_Core_Model_App->run(Array) kraken-io#9 /var/www/index.php(84): Mage::run('', 'store') kraken-io#10 {main} ```
No branches or pull requests
This extension doesn't allow for Custom Role access as described by http://magento.stackexchange.com/questions/79879/how-to-give-custom-acces-permissions-for-admin-usersroles-to-an-extension-mage
So, if your support team requests admin access, the only option is to allow all areas of the admin, which isn't acceptable in most cases.
The text was updated successfully, but these errors were encountered: