You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Offline

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

Please create a new Ticket and we will get back to you as soon as we can.

#117600 Problem with external content

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by 96e3e1a4f14b87ef4ea57102 on Thursday, 19 March 2026 14:28 GMT

96e3e1a4f14b87ef4ea57102

I'd like to upload screenshots showing an error message regarding external content and user rights.

I don't know if this is caused by JCE or the jForum extension.

Attachments

Ryan

This looks like the result of a restriction on your server.

Please send me a login - https://www.joomlacontenteditor.net/contact/site-login

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

96e3e1a4f14b87ef4ea57102

Do you mean logging into Joomla (as admin) or logging into the server configuration?

Ryan

Logging into Joomla (as admin)

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

Ryan

showing an error message regarding external content and user rights

This is only happening in the front-end, which suggests some kind of redirect or filter / firewall in place, perhaps through your hosting provider. Accepting the messge does load the content in the Preview.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

96e3e1a4f14b87ef4ea57102

That's strange. When I go to https://www.hyperhidrosehilfe.de/forum/hyperhidrose-schwitzen/225615-schulball and try to reply using the image icon in the JCE-editor, the banner loads endlessly and I can't even confirm the external content.

Could this most likely be due to the server, security settings in the admin tools, the implementation of the cookie consent management system, or the forum software jForum?

Attachments

Ryan

Could this most likely be due to the server, security settings in the admin tools, the implementation of the cookie consent management system, or the forum software jForum?

It appears to be the Cookie Consent Manager. The url of the page showing the message is - https://5f3c395.ccm19.de

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

96e3e1a4f14b87ef4ea57102

Problem solved by deaktivation an iFrame Blocker within the Cookie Consent Manager.

Thank you very much!

 

BTW let me ask another last question. Why are the numbered list items not displayed correctly?

Attachments

Ryan

The css styling of the form post in media/com_cjforum/css/site.css is removing the list style:

.cjforum-container ul, .cjforum-container ol, .cjforum-container li {
  list-style: none;
  margin: 0;
  padding: 0;
}

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

96e3e1a4f14b87ef4ea57102

That will help. Thank you!