Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: Blank ACT paramater on AJAX YouTube Video Fetch Request

Status Resolved
Add-on / Version Reel 1.3.2
Severity
EE Version 2.9.2

Nick Benson

Aug 18, 2015

Hopefully this is a quick/easy to resolve - have setup a stand alone Wyvern Video field; when I click the add video button in the content entry form, the modal pops up, and, the status wheel spins indefinitely.

I’m able to see that the AJAX call is being sent to:

http://example.com/?ACT=&q=&maxResults=12&forUsername=MyUserName

I strongly suspect the problem is that ACT get variable doesn’t have a value. Have tried uninstalling and disabling the add-on, and re-enabling it again, but, the behavior continues.

Suggestions, any?

#1

BoldMinded (Brian)

Comment has been marked private.

#2

BoldMinded (Brian)

You’ll need to uninstall and re-install.

#3

Nick Benson

Appreciate the new build, no dice though, unfortunately.

Took this as an opportunity to learn more about how EE works; saw that there was a load_vimeo action in the actions table, but, nothing for YouTube; looked through upd.wyvern_video.php and found the problem, I think, at line 119, where “get where” is being used instead of “insert.” Whoops!

Old:

$query = $this->EE->db->get_where('actions', $data);

New:

$this->EE->db->insert('actions', $data);
#4

Nick Benson

And, since I wasn’t clear, updating said code and re-installing got us up and running - thanks!

#5

BoldMinded (Brian)

Ah, thanks for that 😊

Login to reply