cancel
Showing results for 
Search instead for 
Did you mean: 

URL Issue with same controller and same action on diffrent extension after update patch SUPEE-6788

URL Issue with same controller and same action on diffrent extension after update patch SUPEE-6788

Hello,

 

There is one issue with extension url. After update new patch SUPEE-6788 admin URL make short so if two extension have same controller and same action then URL make same for both extension and this make confliction.

 

So please let me know what should i do for this issue.

 

Thanks

Hardik patel

2 REPLIES 2

Re: URL Issue with same controller and same action on diffrent extension after update patch SUPEE-67

Hello,

 

First of all, you should read SUPEE-6788 Technical Details: http://magento.com/security/patches/supee-6788-technical-details

 

Second, you can read this post as an example: https://community.magento.com/t5/Security-Patches/Patch-6788-for-Free-Extension-Kinento-Payment-Orde...

=> In my opinion, we should create a folder under controllers/Adminhtml/, so you have a new url name with an underscore => resolve your conflict.

 

Problem solved? Click Accept as Solution!

Re: URL Issue with same controller and same action on diffrent extension after update patch SUPEE-67

Hello,

 

Thank you for your reply,

 

We already read SUPEE-6788 Technical Details and given post as an example. in given example post inside controller/adminhtml/reminder/ViewController.php file is there and it is work fine we already know that but in our case folder structure of controller is controller/adminhtml/IndexController.php. We have same folder structure for same multiple extension and it make url for all like : www.domain.com/admin/index/index

 

so here is confusion for magento which index controller will execute.  So we have already two solutions are there First is as given by in post link create separate folder inside controller/adminhtml folder

And Second is :

Rename all index controller inside controller/adminhtml should be unique.

 

But it is time consuming if you have better solution to like pass param (module name) inside url so it will consider as unique url. Is it possible this way?

 

kindly hope for positive reply from your team.

 

Thanks

Hardik Patel