unable to embedd a youtube-video

suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Tue, 2012-06-12 00:10

your php needs allow_url_fopen=on

-s

 
Alejandro-SB

Joined: 2011-04-14
Posts: 12
Posted: Wed, 2012-06-13 18:16
suprsidr wrote:
your php needs allow_url_fopen=on

-s

Sir, you are RIGHT! You have just made me infinitely happy.

At first I thought it was something on the server side because I'm using 1&1 and I think they are still using Apache 1.3 (yes, they said they were going to change it... but i think they didn't)
Now the question is... can the module do the same thing without that php config?

EDIT: If someone wants to do it this is what you can do:
Create a php.ini file on your gallery root and add the previous line (allow_url_fopen=on) and you're done!