WebsiteBaker Community Forum

WebsiteBaker Support (2.11.x) => General Help & Support => Topic started by: rumen on May 27, 2018, 12:47:57 AM

Title: Permission to access error when save
Post by: rumen on May 27, 2018, 12:47:57 AM
I try to embed video clip from Youtube but I got error:

https://prnt.sc/jn175x

Both ways via embed code by Youtube and the embed code by the CKEditor - same error. What's wrong? Is that host protection - some security mode or is some fine tuning of the WB 2.11? Going back one step I see error "Security offense!! Access denied!"

Before I try that on WB 2.83 and worked.   

Regards,

Rumen

Rumen
Title: Re: Permission to access error when save
Post by: dbs on May 27, 2018, 09:04:34 AM
https://forum.WebsiteBaker.org/index.php/topic,30507.msg212595.html#msg212595  :-D
Title: Re: Permission to access error when save
Post by: rumen on May 27, 2018, 02:54:50 PM
Part of the problem was the "mod security", but the other problem is that the icon for embed media in CKEditor doesn't work. When I put the code manually it works after the "mod security" was stopped. I need to make the icon work:

https://prnt.sc/jn6xfx
Title: Re: Permission to access error when save
Post by: dbs on May 27, 2018, 05:46:55 PM
In my local 2.11 is no problem with the icon.
https://screenshots.firefox.com/5A1OXDq3SasUgC5C/localhost
Title: Re: Permission to access error when save
Post by: rumen on May 27, 2018, 11:59:53 PM
Strange

Look here: https://drive.google.com/file/d/1veUFd5Sa0nEpf4D8nwp2uQZ-c2xayd10/view
Title: Re: Permission to access error when save
Post by: dbs on May 28, 2018, 07:02:54 AM
Hi, you telled the icon don't work. This is not right.
The icon works, the dialog is visible.

What you mean, this oembed plugin works not correct. Have a look into the source of the generated code. Switch editor to source.
You will see, the second address has your own url in front. That's the reason.
Title: Re: Permission to access error when save
Post by: rumen on May 28, 2018, 12:14:49 PM
They are not doubled one is "data" one is "src" what should I fix? And how?

Code: [Select]
<div class="embeddedContent oembed-provider- oembed-provider-youtube" data-align="none" data-oembed="https://www.youtube.com/embed/ssZwhcQknco" data-oembed_provider="youtube" data-resizetype="noresize"><iframe allowfullscreen="true" allowscriptaccess="always" frameborder="0" height="349" scrolling="no" src="http://mirchev.biz/www.youtube.com/embed/ssZwhcQknco?wmode=transparent&amp;jqoemcache=dABpL" width="425"></iframe>
</div>


Sorry for the misunderstanding for the "icon" I will take into account to be more precise.

Regards,

Rumen 
Title: Re: Permission to access error when save
Post by: dbs on May 28, 2018, 09:48:42 PM
Maybe here is a solution: https://forum.WebsiteBaker.org/index.php/topic,29174.msg210556.html#msg210556