The interactive video was not found

12 replies [Last post]
Joined: 01/05/2009
Points: 1697

Hi,
I had the old plug-in activated and saw that it was the old.
Deactivated the old and the new is now active.

After uploading some content, and integrating a video on my page, When pressing the upload or remix button I get this message in the pop-up:

"The interactive video was not found (Maybe the post was not published yet?)."

Is there a reason why I can't access the editor?

THx in advance

Joined: 01/05/2009
Points: 1697

Can you try to "send to editor" the same video again?

Joined: 01/05/2009
Points: 1697

HI Roman,
Thanks for the reply.
Problem is that I uploaded 4 interactive video with more then one video for each.
I even edited one in the admin section of wordpress but no chance when using the site to "upload or Remix" any of them.
It's the actual one on the site now.
Here's the link of the dev site: http://www.blackbookdesign.ca/dev/bilz/video/
Do you have any idea why it does this?

Thanks for the help

Joined: 01/05/2009
Points: 1697

Looks like the video is not saved to wordpress db when you publish the post.

Can you check if you have any entries in the table "wp_kaltura_widgets"?

Also, can you post the widget code you see inside the post? ([kaltura-widget wid="xyz" .... /])

Joined: 01/05/2009
Points: 1697

here is my code in the page - 'btw its in a page not a post'
[kaltura-widget wid="1f3mulu44w" width="410" height="364" addpermission="0" editpermission="0" /]

and in my WP DB:
id varchar(10) latin1_swedish_ci No
type varchar(10) latin1_swedish_ci No
post_id bigint(20) No
comment_id bigint(20) No
status tinyint(4) No
add_permissions tinyint(4) No
edit_permissions tinyint(4) No
created_at datetime No

dunno if that helps.

It almost seems like the fields are empty... don't really know which one to check.

Joined: 01/05/2009
Points: 1697

Hi Roman,
Do you have any idea?
This plug in would be great for a remix contest I am putting on my site!
But it needs to work!. Is there any way to reinitialize the activation? any uninstall? :|

Joined: 01/05/2009
Points: 1697

When you publish the post, a new row should be inserted to the widgets table, for some reason the row is not created.

I've just notice that you are using page and not post and I was able to reproduce the same issue using a page.

If you take the same widget code an put in the post, you will be able to edit the video.

I will check tomorrow if we can fix this issue or provide some better workaround.

Joined: 01/05/2009
Points: 1697

Thanks a lot Roman.

Meanwhile i'll try to work around with some exclude cat and link to that perticular page.

Let me know if you work out the bug.

Cheers

Joined: 01/05/2009
Points: 1697

Hi Roman,

I'm having the same issue -- also with the video in a page, like blackbookdesign, rather than a post.

Joined: 01/05/2009
Points: 1697

We'll include this bug fix in next version.

Joined: 01/05/2009
Points: 1697

+1. I'm waiting for it too.

Joined: 09/25/2009
Points: 14

Hello,

Wordpress MU2.7.1 and ALL in One Video Pack version 2.3.1.
Web Server Details:
* Apache/2.2.11 (Win32) mod_ssl/2.2.11 OpenSSL/0.9.8i PHP/5.2.8
* MySQL client version: 5.0.51a
* PHP extension: mysql

I got this error: (The interactive video was not found (Maybe the post was not published?))while inserting in posts aswell. My entries in database are not getting stored. Can you please help me in this regard.

Also adding the wp_1_kaltura_widgets structure in image form along with this mail

vsinghal

AttachmentSize
db_kaltura.png109.36 KB
Joined: 03/29/2009
Points: 764

Hi,

What happens when you try to create a player in the KMC, take its code and paste it in a post? Does it create a row in the db table?