Request for making NWD Themes Revolution Slider 6.1.1.6 compatible with OpenMage 20.1.0 #3575
Replies: 9 comments 33 replies
-
IE Support was removed, yes. But I dont understand the other issues you are having. While you logout you clear cookies, and some ajax call fails (ie. the saving/uploading, with now defunct old cookies). Thats expected, no? // edit with more context perhaps |
Beta Was this translation helpful? Give feedback.
-
Have you try the vendor's support: https://support.nwdthemes.com/login Would they support OpenMage? If not, would they provide a test copy for OpenMage maintainers for testing purpose only? |
Beta Was this translation helpful? Give feedback.
-
https://vimeo.com/870963768 |
Beta Was this translation helpful? Give feedback.
-
And what was the URL for that ajax call and the actual response? |
Beta Was this translation helpful? Give feedback.
-
response is html of login page so is not a json and there is error. After that if i refresh page openmage go to login |
Beta Was this translation helpful? Give feedback.
-
I mean the controller was called. I verified with preDispatch and indexAction. Just the other actions (specially uploadAction) did not trigger. Clicking the "Upload files" button came to (a) controller (only checked preDispatch) and the adminsession was already logged out (atleast reported like so). |
Beta Was this translation helpful? Give feedback.
-
I installed the extension in v20. It has over 3100 files, It depends on |
Beta Was this translation helpful? Give feedback.
-
Try this: in app\code\community\Nwdthemes\Revslider\Block\Adminhtml\Cms\Wysiwyg\Images\Content\Uploader.php Replace line 47: Mage::getModel('adminhtml/url')->addSessionParam()->getUrl('*/*/upload', array('type' => $type)) with this: $this->getUrl('*/*/upload', array('type' => $type)) I hope the fix works for you. |
Beta Was this translation helpful? Give feedback.
-
#3572
NWDthemes Revolution Slider - https://nwdthemes.com/extensions/slider-revolution/
upload image to a slide
save slide
openmage logout as soon you click "upload"
in prototype.js parsejson redirect to login page and openmage is now logged out from admin
Maybe cookie change in openmage?
Extension also search for fusty-flow.js, fusty-flow-factory.js ext-all.css removed from openmage 20.1 rc2
Beta Was this translation helpful? Give feedback.
All reactions