Kaltura TinyMCE button not displaying content in modal

Bug #1161513 reported by Paul Everitt
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
KARL3
Fix Released
Medium
Balazs Ree

Bug Description

As reported in lp:1105224 the production OSF KARL is having some issues with Kaltura.

On Chrome, clicking the button displays an empty modal. The JS console shows:

[blocked] The page at https://karl.soros.org/communities/a-time-for-testing-again/wiki/front_page/edit.html ran insecure content from http://www.kaltura.com/kcw/ui_conf_id/2956581.

Revision history for this message
Paul Everitt (paul-agendaless) wrote :

Removed the part about IE, Nat can no longer recreate it.

summary: - Kaltura TinyMCE button not displaying content on Chrome and failing on
- IE
+ Kaltura TinyMCE button not displaying content in modal
description: updated
Revision history for this message
Paul Everitt (paul-agendaless) wrote :

Nat said looks good on karldev branch. Balazs, if there is no more work, please mark as Fix Committed.

Changed in karl3:
assignee: Nat Katin-Borland (nborland) → Balazs Ree (ree)
Revision history for this message
Tres Seaver (tseaver) wrote :

Please document any changes required to the production INI files here.

Revision history for this message
Tres Seaver (tseaver) wrote :

This branch is now deployed to karlstaging.

Revision history for this message
Tres Seaver (tseaver) wrote :

 (via the 'm125' integration branch)

Tres Seaver (tseaver)
Changed in karl3:
status: New → Fix Committed
Revision history for this message
Balazs Ree (ree) wrote :

On the staging, this ini parameter:

    kaltura_service_url = http://sandbox.kaltura.com/api

had to be changed as follows:

    kaltura_service_url = https://sandbox.kaltura.com/api

The single change being change from http to https.

The same has to be done in production. I am assuming the url is not 'sandbox' there and I am not sure what exactly is, so I won't quote the new value. The only change needed is to change http to https.

Revision history for this message
Tres Seaver (tseaver) wrote :

I'm sorry to be obtuse, but where is that value set? It is not present in any of the 'etc' files on either production or on staging.

Revision history for this message
Tres Seaver (tseaver) wrote :

I don't see it looked up anywhere in the 'karl' package, either::

 $ git status
 # On branch m125
 nothing to commit (working directory clean)
 $ find karl -type f | grep -v ' ' | xargs grep kaltura_service_url | wc -l
 0

Revision history for this message
Balazs Ree (ree) wrote : Re: [Bug 1161513] Re: Kaltura TinyMCE button not displaying content in modal

Tres,

bin/karlserve has the mechanism for overriding the ini values from the database, so even if they are not in production.ini, they might be set still. bin/karlserve settings list (instancename) should give the settings. I can try to set this on the staging if you ping me and give info where exactly the instance is.

Best wishes,

--
Balazs Ree Python, Plone, Pyramid, KARL
Greenfinity, LLC Javascript, JQuery

On Apr 2, 2013, at 3:59 PM, Tres Seaver <email address hidden> wrote:

> I'm sorry to be obtuse, but where is that value set? It is not present
> in any of the 'etc' files on either production or on staging.
>
> --
> You received this bug notification because you are a bug assignee.
> https://bugs.launchpad.net/bugs/1161513
>
> Title:
> Kaltura TinyMCE button not displaying content in modal
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/karl3/+bug/1161513/+subscriptions

Revision history for this message
Balazs Ree (ree) wrote :

yes you are right. sorry.

I checked it now and really, this parameter is not used anywhere. So nothing to do then, as the rest is changed from the source already.

It works good, by the way? or is it broken too?

Best wishes,

--
Balazs Ree Python, Plone, Pyramid, KARL
Greenfinity, LLC Javascript, JQuery

On Apr 2, 2013, at 4:10 PM, Tres Seaver <email address hidden> wrote:

> I don't see it looked up anywhere in the 'karl' package, either::
>
> $ git status
> # On branch m125
> nothing to commit (working directory clean)
> $ find karl -type f | grep -v ' ' | xargs grep kaltura_service_url | wc -l
> 0
>
> --
> You received this bug notification because you are a bug assignee.
> https://bugs.launchpad.net/bugs/1161513
>
> Title:
> Kaltura TinyMCE button not displaying content in modal
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/karl3/+bug/1161513/+subscriptions

Revision history for this message
Paul Everitt (paul-agendaless) wrote :

Let's make this official: no action needed by Tres regarding a knob to set the https string. If Tres merges the branch to master, then karlstaging will "just work" for all newly-uploaded videos.

Correct?

Revision history for this message
Nat Katin-Borland (nborland) wrote :

New Kaltura videos upload without problems and no longer throw an "insecure content" error. Looks good.

Revision history for this message
Balazs Ree (ree) wrote : Re: [Bug 1161513] Kaltura TinyMCE button not displaying content in modal

On Apr 2, 2013, at 6:27 PM, Paul Everitt <email address hidden> wrote:

> Let's make this official: no action needed by Tres regarding a knob to
> set the https string. If Tres merges the branch to master, then
> karlstaging will "just work" for all newly-uploaded videos.
>
> Correct?

Yes, correct.

Tres Seaver (tseaver)
Changed in karl3:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.