Youtube Field Error

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
User avatar
Marcelo Vitoria
Veteran Member
Posts: 60
Joined: 2016-10-11 12:08

Youtube Field Error

Post by Marcelo Vitoria » 2019-09-12 19:32

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
Marcelo Vitoria
Coding since 1984 Basic Sinclair!
Clipper Summer´87 - Visual Foxpro - VB6 - PHP
AppGini 24.11 - AdminLTE
https://www.workspaceservices.com.br

User avatar
Marcelo Vitoria
Veteran Member
Posts: 60
Joined: 2016-10-11 12:08

Re: Youtube Field Error

Post by Marcelo Vitoria » 2019-09-14 21:56

No one with this same problem?
Marcelo Vitoria
Coding since 1984 Basic Sinclair!
Clipper Summer´87 - Visual Foxpro - VB6 - PHP
AppGini 24.11 - AdminLTE
https://www.workspaceservices.com.br

pbottcher
AppGini Super Hero
AppGini Super Hero
Posts: 1635
Joined: 2018-04-01 10:12

Re: Youtube Field Error

Post by pbottcher » 2019-09-15 10:13

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.
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.

Post Reply