help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
JEM 4.5 Attachments failed
Re: JEM 4.5 Attachments failed
2 months 1 day ago
The following tags are not allowed: script, object, embed, svg, math, meta, link, base, form, input, button, textarea, select, option, iframe.
Do any of your events contain any of these tags in the introtext (description)?
Do any of your events contain any of these tags in the introtext (description)?
At the end of the day, computing and technology, like Joomla and JEM are here to help the end user and make our lives a little easier. Help us to be better.
Please Log in or Create an account to join the conversation.
Re: JEM 4.5 Attachments failed
2 months 1 day ago - 2 months 1 day ago
New Import Security ConfigurationMore info in:
github.com/jemproject/JEM-Project/issues/2249
You can test it in JEM 5.0.1 Beta 1, download from:
www.joomlaeventmanager.net/download/beta-versions
Now the error message also shows more details, including the ID and the line that cause the error.
Let me know if it works and if it helps you find the event that contains those tags causing the issue.
github.com/jemproject/JEM-Project/issues/2249
You can test it in JEM 5.0.1 Beta 1, download from:
www.joomlaeventmanager.net/download/beta-versions
Now the error message also shows more details, including the ID and the line that cause the error.
Let me know if it works and if it helps you find the event that contains those tags causing the issue.
At the end of the day, computing and technology, like Joomla and JEM are here to help the end user and make our lives a little easier. Help us to be better.
Last edit: 2 months 1 day ago by McKillo.
Please Log in or Create an account to join the conversation.
Re: JEM 4.5 Attachments failed
1 month 4 weeks ago
I found the source of the problem.
It was Joomlack's ImageEffectCK component that was preventing the "Attachments" tab from displaying the menu.
I disabled this component, and everything went back to normal.
So, the problem is resolved.
Thanks.
It was Joomlack's ImageEffectCK component that was preventing the "Attachments" tab from displaying the menu.
I disabled this component, and everything went back to normal.
So, the problem is resolved.
Thanks.
Please Log in or Create an account to join the conversation.
Re: JEM 4.5 Attachments failed
1 month 4 weeks ago - 1 month 4 weeks ago
Thank you for pointing out what was causing the issues, it's good to know these things in case other users have the same problem.
We found that ImageEffectCK was not intentionally blocking attachments. The problem was caused by a conflict between the JavaScript loaded by both extensions.
JEM’s attachment manager relied on jQuery and the global `$` alias. Other extensions can change how or when jQuery is loaded, causing the `+` button to stop responding.
In JEM 5.0.1, we have removed the jQuery dependency specifically from the attachment management functionality. It now uses native JavaScript and is isolated from scripts loaded by other extensions, including ImageEffectCK.
It should therefore no longer be necessary to uninstall or disable ImageEffectCK. After updating JEM, we recommend enabling ImageEffectCK again, clearing both the Joomla and browser caches, and testing the attachment form once more.
This change should also reduce the possibility of similar conflicts with other extensions in the future.
The commit to prevent this issue in the future is (don't use jquery):
github.com/jemproject/JEM-Project/commit/e6f52136b3aec6828636005c16871cf69327d058This commit will be included in the next ZIP regenerated of JEM 5.0.1 Beta 1 with this fix from: www.joomlaeventmanager.net/download/beta-versions
Thank you for reporting,
We found that ImageEffectCK was not intentionally blocking attachments. The problem was caused by a conflict between the JavaScript loaded by both extensions.
JEM’s attachment manager relied on jQuery and the global `$` alias. Other extensions can change how or when jQuery is loaded, causing the `+` button to stop responding.
In JEM 5.0.1, we have removed the jQuery dependency specifically from the attachment management functionality. It now uses native JavaScript and is isolated from scripts loaded by other extensions, including ImageEffectCK.
It should therefore no longer be necessary to uninstall or disable ImageEffectCK. After updating JEM, we recommend enabling ImageEffectCK again, clearing both the Joomla and browser caches, and testing the attachment form once more.
This change should also reduce the possibility of similar conflicts with other extensions in the future.
The commit to prevent this issue in the future is (don't use jquery):
github.com/jemproject/JEM-Project/commit/e6f52136b3aec6828636005c16871cf69327d058This commit will be included in the next ZIP regenerated of JEM 5.0.1 Beta 1 with this fix from: www.joomlaeventmanager.net/download/beta-versions
Thank you for reporting,
At the end of the day, computing and technology, like Joomla and JEM are here to help the end user and make our lives a little easier. Help us to be better.
Last edit: 1 month 4 weeks ago by McKillo.
Please Log in or Create an account to join the conversation.
Re: JEM 4.5 Attachments failed
1 month 4 weeks ago
New zip is ready to download and test it.
At the end of the day, computing and technology, like Joomla and JEM are here to help the end user and make our lives a little easier. Help us to be better.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Time to create page: 0.867 seconds