All add-ons currently require PHP 7.4 or greater.

On July 4th 2024 PHP 8.2 will be the new minimum requirement for all add-ons. Expect any add-on released after that date to require 8.2 or greater. Some releases may not immediately take advantage of 8.x specific features in PHP, which means you might, be able to continue using new releases in PHP 7.4, however, if you experience an error the first thing you should do is update to PHP 8.2 then create a support ticket if the error persists.

Please read about the changes to BoldMinded add-on licensing.

Ticket: YouTube username not saving in Wyvern module prefs

Status Resolved
Add-on / Version Reel
Severity Trivial
EE Version 17

Tim Print

Jul 16, 2012

When I add a username to the “username” field in the Wyvern module prefs and hit Save, the page refreshes and the username field is blank again. Can’t get it to save anything.

#1

BoldMinded (Brian)

Hi Tim, what version are you running?

#2

Tim Print

Wyvern Video 1.2.1 EE 2.5.2

I’m trying to use it as a stand alone video field.

I wasn’t 100% sure about installation. I put the whole ‘video’ folder from ‘plugins’ in ‘system > expressionengine > plugins’.

Is that correct for a standalone field? The docs talk about moving it for WYSIWYG fields.

That’s probably unrelated to the username saving issue though.

#3

BoldMinded (Brian)

The video folder should go into the /themes/third_party/wyvern/plugins folder, and its only needed if you want to use the video dialog in the Wyvern fieldtype, otherwise it isn’t needed.

#4

BoldMinded (Brian)

I can replicate the inability to save the username, will look into it.

#5

BoldMinded (Brian)

Tim, open the helper.wyvern_video.php file and go to line 361, you should see this:

'settings' => serialize($data)

Change it to this:

'settings' => json_encode($data)

That should fix it.

#6

Tim Print

Works perfectly. Great support. Thanks.

Login to reply