Skip to main content

Questions tagged [controllers]

Denotes questions about controllers and action methods

0 votes
2 answers
206 views

We have been struggling with this during last days If we try a frontend controller replicating the same code Magento fires when authenticating an admin user then we always end with session/cookies ...
Raul Sanchez's user avatar
  • 2,664
0 votes
0 answers
41 views

In my magento 2 /customer/account page i have added a button to give the customers the option to change their Email. There is already a button to change password. When i click on "Change Email&...
Zaki Azizi's user avatar
1 vote
1 answer
57 views

This my request NewAction.php to handle the request this is result of request I don't have blog_post_new layout, How it will work ?
ducanh's user avatar
  • 11
0 votes
1 answer
42 views

In Magento 2, I want to set custom route, like after baseurl/custom-route/any url it should be redirected to homepage or base url. Here, I had tried to create type of RouterList and extend ...
Aayushi Doshi's user avatar
1 vote
1 answer
73 views

<?php namespace Alex\AskQuestion\Controller\Submit; use Alex\AskQuestion\Model\AskQuestionFactory; use Magento\Framework\App\Action\Action; use Magento\Framework\App\Action\Context; use Magento\...
Dramorian's user avatar
0 votes
1 answer
65 views

I have created a custom module and it's working fine,if I only run php bin/magento setup:upgrade command. However, when I attempt to run php bin/magento s:d:c it raises an exception. Type Error ...
Bushra's user avatar
  • 62
0 votes
2 answers
176 views

I need help on to correct my implementation on validating the email if it's already exists. Anyone knows what's wrong with my code? It is not validating this part. It will save even if the email ...
jsnewbie21's user avatar
0 votes
1 answer
245 views

I wanted to add a progress bar while the code in Save controller is executing on Clicking Save Button in Ui_component Form in Magento2? How Can I implement this Thanks !!
Syed Hassan Zamir's user avatar

15 30 50 per page
1
2 3 4 5
66