Antispam, Csv and Bundler don't work together #514
-
@markseu, in previous case with audio tag I think something is broken on my lovely online radio. Today I see it's because some tags was blacklisted. I guess Gallery and Slider plugins not worked by the same reason. Almost forget about not working Disqus plugin — same here, I think it's about some Disqus changes. Now I guess the reason is less far :) Disqus is not critical for me but not the Gallery and Slider, so I will very grateful for any fix it advice. |
Beta Was this translation helpful? Give feedback.
Replies: 15 comments
-
Some general changes of the last may cause this therefore this is a relevant information for helping you. EDIT: Did anyone understand this? Was brain-dead tired wrting this.. |
Beta Was this translation helpful? Give feedback.
-
I can't reproduce a problem with a new installation. Can you describe what's not working? |
Beta Was this translation helpful? Give feedback.
-
Ping @i-do. Have any additional information for us? The more we know the better we can help. |
Beta Was this translation helpful? Give feedback.
-
As a side-note (or perhaps is this one of the problems?), I think I discovered a potentially blocking problem in Gallery. If gallery.js is in a bundle where the first script use the Perhaps it would be a good idea to review all the js scripts and to add to all of them a |
Beta Was this translation helpful? Give feedback.
-
I updated the bundle extension and fixed the undeclared variable that you found, Giovanni. |
Beta Was this translation helpful? Give feedback.
-
Still trying to find some free time to make a clean install the Yellow with all plugins I need one-by-one to check it out. I can tell one thing: blogpost with gallery after all updates is still broken. I use gallery and slider to try it in Osprey section: Images are shown but without working gallery js code. Maybe I can give some more info if you can advice where can I get it? |
Beta Was this translation helpful? Give feedback.
-
Could this be another extension? I see the following JavaScript error in my browser:
|
Beta Was this translation helpful? Give feedback.
-
@markseu, can't say :) But you can see the log: |
Beta Was this translation helpful? Give feedback.
-
I checked your website again and see that the first two extensions in the bundle are:
The JavaScript error occurs there, so maybe one of them doesn't play nice with the rest. Can you remove those two extensions? |
Beta Was this translation helpful? Give feedback.
-
Yes, removing this extensions fix the gallery. Thanks a lot! |
Beta Was this translation helpful? Give feedback.
-
@schulle4u: Can you have a look please? Antispam, Csv and Bundler don't work together. |
Beta Was this translation helpful? Give feedback.
-
@i-do Can you please download this csv.php and upload it into your The Antispam extension however should work, I can't reproduce any problems. |
Beta Was this translation helpful? Give feedback.
-
With new csv.php works well both with and without Filter settings adding. @schulle4u, can't figure it out how the Enable column sorting works. |
Beta Was this translation helpful? Give feedback.
-
OK I think the problem is now fixed. The bundle extension seems to have issues if a javascript file contains an Immediately-Invoked Function Expression (IIFE) like |
Beta Was this translation helpful? Give feedback.
-
Thank you @schulle4u. I can confirm that it works in a new installation. |
Beta Was this translation helpful? Give feedback.
OK I think the problem is now fixed. The bundle extension seems to have issues if a javascript file contains an Immediately-Invoked Function Expression (IIFE) like
(function(document) { }(document));
. Removing this expression solves the problem. I don't fully understand the purpose, but the rest of the functions are still working without it. Please update the CSV extension.