cancel
Showing results for 
Search instead for 
Did you mean: 

8788 patch - Browse File button doesn't work (Only in AM Revolution Slider)

8788 patch - Browse File button doesn't work (Only in AM Revolution Slider)

I have installed the 8788 patch in Magento 1.9.2.3 CE. At the fist time I have intalled the v1 of the patch, now I have reverted it and I have instelled the v2, but the issue persisting. When I try to change the img background in a slide of AM Revolution Slider, the "Browse File.." doesn't work, I can't change the image. I'd try to clear Magento cache, browser cache, restart apache2 but nothing. I'd check the source of page and this file are not present:

/js/lib/uploader/flow.min.js /js/lib/uploader/fusty-flow.js /js/lib/uploader/fusty-flow-factory.js

someone has an idea how I can solve?

Thank Matteo

4 REPLIES 4

Re: 8788 patch - Browse File button doesn't work (Only in AM Revolution Slider)

Probably the image uploader of this extension is depends on the old Magento image uploader. I think you will have to wait / request for an update op the AM Revolution Slider.

Re: 8788 patch - Browse File button doesn't work (Only in AM Revolution Slider)

A turnaround method while we will wait of a fix for AM rev.slider:

open a CMS or Static block editing page and upload (insert)  the image that you need to the directory that you are using for Slider, or upload the image via ftp.

Then you will be able to select and use the image in AM Rev.Slider.

 

Re: 8788 patch - Browse File button doesn't work (Only in AM Revolution Slider)

Since nobody has an anser to this problem I tried some stuff and found this solution:

Edit app\code\local\AM\Extensions\Helper\Data.php

Change the code around line 32 to:
case 'browser':
$head->addJs('lib/uploader/flow.min.js')
->addJs('lib/uploader/fusty-flow.js')
->addJs('lib/uploader/fusty-flow-factory.js') ->addJs('mage/adminhtml/uploader/instance.js')
->addJs('am/extensions/browser.js')
->addJs('prototype/window.js')
->addItem('js_css', 'prototype/windows/themes/default.css');

Re: 8788 patch - Browse File button doesn't work (Only in AM Revolution Slider)

@JorisT you are my **bleep**ing hero Smiley Very Happy