-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
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
MoneyBooker -> "Validate email" return "404 Not Found" #197
Comments
magento2.0.0.0-dev40 The error persist Controller backend modules from third parties is not working |
Hello. Moneybookers module will be removed from default installation. Does this error also appears in other modules? |
Too bad it will withdraw Moneybooker think it cool to be used as a basis for development of modules I'm developing a module for Magento2 I created the following file class Company_Module_Adminhtml_ProcessingController extends Mage_Adminhtml_Controller_Action I'm using the Observer to inject script in the backend $link = Mage::helper('Mage_Adminhtml')->getUrl("module/adminhtml_processing/index/"); Where the above script should generate the following URL page 404 where it is displayed By accessing the same URL manually removing the text "/backend/" is generated the following error http://localhost/magento2.0.0.0-dev41/index.php/module/adminhtml_processing/ a:5:{i:0;s:39:"Requested area (frontend) doesn't exist";i:1;s:1964:"#0 /home/marcio/Dados/www/magento2.0.0.0-dev41/app/code/core/Mage/Core/Model/Authorization.php(63): Mage_Core_Model_Config->getAreaConfig() How do I access the backend controller by my module ? |
Hello. The Moneybookers module was not really designated as an example of writing an extension. I hope other members can help you with your custom module issue. |
The module was removed from repository and the change should be available on github in the following weeks. For Moneybookers integration please use up to date modules from Magento Connect. Thanks! |
[Publication] M2 GitHub Update (version 0.74.0-beta2)
Hi @hackin88. Thank you for your report. The fix will be available with the upcoming 2.4.2 release. |
MoneyBooker -> "Validate email" return "404 Not Found"
When accessing
/backend/admin/system_config/edit/section/moneybookers
and click on "Validate email" is returned the error page not found
http://localhost/magento2.0.0.0-dev39/index.php/backend/admin/moneybookers/checkemail/key/466c55f3dec470116c6a2b1f9740cb81/?email=&isAjax=true&&form_key=Ok5ZOUtApAATBRSs
The text was updated successfully, but these errors were encountered: