Wedge

Public area => The Pub => Off-topic => Topic started by: Dismal Shadow on November 21st, 2011, 10:29 PM

Title: AEVA
Post by: Dismal Shadow on November 21st, 2011, 10:29 PM
I know you don't support AEVA anymore but is there a fix for youtube short url on HD? It won't embed them, just link. Had to select "HD link" and "Long link" in youtube.
Title: Re: AEVA
Post by: Arantor on November 21st, 2011, 10:30 PM
Jesus, have they changed the link style again?

What are the new links that aren't embedding...?
Title: Re: AEVA
Post by: Dismal Shadow on November 21st, 2011, 10:38 PM
Quote from Arantor on November 21st, 2011, 10:30 PM
Jesus, have they changed the link style again?

What are the new links that aren't embedding...?
No it's the same one
Code: [Select]
http://youtu.be/3bkeXPZhxBk
that works but only in if "Default YouTube quality" is used in the admin setting. If "HD quality where available" it will not embed, only link.
Title: Re: AEVA
Post by: Nao on November 21st, 2011, 11:40 PM
Is it related to lookups maybe? Can't find the regex?
Title: Re: AEVA
Post by: Dismal Shadow on November 23rd, 2011, 08:08 AM
Disabled lookups, still shows only link.
Title: Re: AEVA
Post by: Dismal Shadow on November 29th, 2011, 11:54 PM
is this a new format?

Code: [Select]
http://www.youtube.com/watch?feature=player_embedded&v=fL9RHimAv-g
Title: Re: AEVA
Post by: Arantor on November 29th, 2011, 11:57 PM
Not that I recognise. It just has the parameters in a different order.

It shouldn't be any different to:
Code: [Select]
http://www.youtube.com/watch?v=fL9RHimAv-g&feature=player_embedded
Title: Re: AEVA
Post by: PantsManUK on December 9th, 2011, 12:12 AM
Again, and just like ~DS~, I know there's no support for Aeva, but we're having a really weird problem with v2.04. All of a sudden, files aren't uploading correctly; it looks for all the world like they are stalling in the tmp folder. Any hints? Anyone?
Title: Re: AEVA
Post by: Arantor on December 9th, 2011, 12:19 AM
As ever, if the behaviour's changed, something's changed. Permissions on the folders? Host configuration changed?
Title: Re: AEVA
Post by: PantsManUK on December 9th, 2011, 12:26 AM
Not by our doing (can't speak for the hoster, but since it's a VPS they shouldn't have done anything either). One thing I am noting now I'm looking at this properly, all the files in the tmp folder that I've just uploaded to test are owned by nobody:nobody (and are 0644 in perms), when Apache runs as www-data:www-data - that'd be the cause, right?
Title: Re: AEVA
Post by: PantsManUK on December 9th, 2011, 01:03 AM
Aha! Some progress (of a sort). Apache *ISN'T* running as www-data, it's running as nobody (which is wrong, but not your fault). I'll get me coat...
Title: Re: AEVA
Post by: Arantor on December 9th, 2011, 01:09 AM
That at least explains the above, but if the new files are owned by nobody (which they would be, seeing how Apache created them), it sort of depends on who owns the folders and what their permissions are when moving stuff later.
Title: Re: AEVA
Post by: PantsManUK on December 9th, 2011, 01:30 AM
Yup. Folders (albums) all owned by www-data and 0755 (as per you and Nao's advice to others on Noisen) while the uploads were owned by nobody, hence b0rkage. Changed Apache back to www-data (in httpd.conf) and restarted and everything is hunkey dorey again.
Title: Re: AEVA
Post by: Arantor on December 9th, 2011, 02:03 AM
Eh, gotta love permissions, haven't you?
Title: Re: AEVA
Post by: Nao on December 9th, 2011, 09:12 AM
Thankfully you know about them PantsMan. Imagine how dreadful it is to provide support for things like that on shared hostings for noobs. ;)
Title: Re: AEVA
Post by: PantsManUK on December 9th, 2011, 03:21 PM
Thanking you Msr.  ^_^ I get by, no more.

If Arantor hadn't been about to bounce stuff off, it'd have taken me a whole lot longer to fix, so a thanking you to you too Pete.
Title: Re: AEVA
Post by: JBlaze on December 10th, 2011, 08:27 PM
Oh file permissions, how I hate thee...
Title: Re: AEVA
Post by: Arantor on December 10th, 2011, 08:33 PM
Quote from JBlaze on December 10th, 2011, 08:27 PM
Oh file permissions, how I hate thee...
You and the rest of us!

In theory they work well but our use case just doesn't suit how they're designed and intended to be used.