Page 1 of 1

Youtube Field Error

Posted: 2019-09-12 19:32
by Marcelo Vitoria
Hello friends

I'm trying to include a youtube video field, and adding the video url gives the error message:

"no suitable wrapper could be found"

Does anyone know how to solve this problem?

AppGini 5.76 - Windows 10 - Google Chrome

Best regards

Re: Youtube Field Error

Posted: 2019-09-14 21:56
by Marcelo Vitoria
No one with this same problem?

Re: Youtube Field Error

Posted: 2019-09-15 10:13
by pbottcher
Hi,

can you add

Code: Select all

var_dump(stream_get_wrappers());
in the hooks/TABLENAME.php -> TABLENAME_dv function and get the result (extract via the developer console)posted here.