Content Blocks - 'unsecure elements' - orocommerce

I'm attempting to customise the layout of a Content Block, and when trying to add further elements to the HTML structure (e.g adding text, changing the CSS classes) I get the following error message.
The entered content is not permitted in this field. Please remove the
potentially unsecure elements, or contact the system administrators to
lift the restrictions.
What causes this message to trigger? And is there anyway to get around it? We're using OroCommerce 4.1.1 on CentOS with Nginx (via Azure Marketplace)

The message was improved in further versions and now has more details on what is wrong with the input and how to fix the error. We recommend upgrading to the latest available version, 4.1.11.
To upgrade the application, you can follow the official guide:
https://doc.oroinc.com/backend/setup/upgrade-to-new-version/

Related

I cannot edit http files or use the http client on IntelliJ, how can I resolve this?

I am trying to learn Spring Boot and as part of this I need to send http requests to test the functionality of the API I have created.
When following along with this video, the teacher had an 'actions for URL' selection which I do not see in my own editor. Note that the point in the video I linked shows this.
After updating (to IDEA 2021.1) and restarting I still could not see this option.
I tried to create my own .http file, but am not able to work with this type of file.
After more research I found that I should have a plugin called 'http client' installed by default. I cannot find this in my installed plugins or by searching through the marketplace.
When downloading and installing manually (from here), I now get this error which I cannot resolve.
Please can someone give me a pointer to get this plugin working.
I assume you're using the Community Edition, so it probably doesn't have it since according to the JetBrains blog, HTTP Client is built-in on the Ultimate Edition.
You can also check the zip file for the plugin here.

Problem with installing spartacussampledataaddon for use with Spartacus 3.0

I've got a problem with setting my environment to work with Spartacus. I've started by following documentation and performed all operations step by step. Finally, I've obtained working local Commerce Cloud (2005.4) instance with -spa websites showing up in the Backoffice.
Content of Backoffice
Next, I've created fresh Spartacus 3.0 using these docs and connected it to my Commerce. What I get is a storefront with non-working PDP, Search Result Page (B2B), etc. I'm getting Translation key missing 'TabPanelContainer.tabs.TabPanelContainer' in the chunk 'product' error all over the site.
PDP error
I don't know what might be the source of the problem because I'm strictly following the official documentation. Any help will be appreciated!
The addon "spartacussampledataaddon" was changed to "spartacussampledata" extension. Please download the "spartacussampledata", and try again. (https://sap.github.io/spartacus-docs/installing-sap-commerce-cloud-2005/). Also please make sure the base-site configured in Spartacus is the "spa" site.

In Hippocms site view in cms differs from live site

The problem is that site view in cms differs from live site itself.
In cms edit mode I've deleted component from container inside page, saved, then published changes. Publish done successfully without any errors and site view in cms looks correctly, i.e. without that component that was removed. But this component still appears in live site.
I can easily fix this problem by removing this component in console. In cms console it can be seen that preview and working configuration differs.
But why this type of desynchronization happens? And what can I do to prevent this kind of problems?
This type of desynchronization happens rarely, but this problem may be very critical in production.
I am using Hippo CMS 10.1.0 Community Edition
If Your configuraton have been resynchronized, good way is to remove whole preview node. This node will be reconstructed from Your live node when You enter in CMS and turn on edit Mode.

How to Handle URL Link Tap Events using PSPDFKit for Titanium

I am using the PSPDFKit Module (v2.8) for Titanium Mobile (3.0.2GA) to both display cloud based and local PDF files within my App. The module works a treat (great job by the developer), however I've run into a problem.
Some of the PDF files have links to external websites within them, and when they are tapped I am getting a No system handler registered warning. I've checked the documentation and forums / google and cannot seem to located how these events should be handled.
Does anyone have any idea – any help would be appreciated!
Now external links are supported, so this might be a bug. In older releases there was an issue where URLs like "Http" or "hTTp" (note the uppercase) weren't properly detected. That's all fixed in the later releases (2.12 and up). Please update and let me know if this is fixed or if you're still seeing problems. Thanks!

Empty HTML page after OTA install on Symbian

I have some quite nasty issue I couldn't solve so far.
Whenever I do installation of Symbian application on Nokia platform, the browser loads blank HTML page, and needs to be closed manually.
It doesn't happens on WAP push installations - only on direct link installations via the browser.
It happens on installations both from JAD and JAR.
I tried specifying manifest entries, etc... - nothing helped.
Any idea how to prevent this blank page, as it confusing the users?
Thanks in advance.
You should make sure that the content types of the downloaded files are correct:
For .jad, the content type should be text/vnd.sun.j2me.app-descriptor
For .jar, the content type should be application/java-archive
Setting the content type according to a file's extension is usually something you configure in your HTTP server.