Harsh.daffodil Posted August 14, 2014 Share Posted August 14, 2014 Hi I have created admin controller using a module in controllers/admin. While accessing this controller getting an error of access denied. Link to comment Share on other sites More sharing options...
El Patron Posted August 14, 2014 Share Posted August 14, 2014 do you have .htaccess file in the module folder? Link to comment Share on other sites More sharing options...
Harsh.daffodil Posted August 14, 2014 Author Share Posted August 14, 2014 do you have .htaccess file in the module folder? No I dont have any .htaccess file. Link to comment Share on other sites More sharing options...
vekia Posted August 14, 2014 Share Posted August 14, 2014 can you show contents of controller, please? how you open it? you added it to menu? do you restored class_index.php file ? Link to comment Share on other sites More sharing options...
Harsh.daffodil Posted August 18, 2014 Author Share Posted August 18, 2014 can you show contents of controller, please? how you open it? you added it to menu? do you restored class_index.php file ? <?php class AdminTablerateController extends AdminController { public function __construct() { parent::__construct(); return ; } } ?> Here the simple code of my controller. No, I have not created any menu . Yes , I have stored the class_index.php. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now