Answer the question
In order to leave comments, you need to log in
Magento: backend controller redirects to dashboard
Good morning colleagues.
When i try to load action from my controller it redirects me to dashboard.
There is this controller code
<?php
class Mara_Navigation_Adminhtml_NavigationController extends Mage_Adminhtml_Controller_Action
{
public function indexAction()
{
$this->loadLayout()->renderLayout();
}
public function placesAction()
{
die('here');
}
}
Answer the question
In order to leave comments, you need to log in
serverok is correct. Added FORM_KEY to ajax request and doesn't redirect.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question