Dismal Shadow

  • Madman in a Box
  • Me: Who is Arantor? Cleverbot: It stands for time and relative dimensions in space.
  • Posts: 1,185
AEVA
« 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.
“I will stand on my ground as an atheist until your god shows up...If my irreligious bothers you much, and if you think everything I do is heresy to your god I don't care. Heresy is for those who believe, I don't. So, it isn't heresy at all!


   Jack in, Wedge,
   EXECUTE!

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: AEVA
« Reply #1, on November 21st, 2011, 10:30 PM »
Jesus, have they changed the link style again?

What are the new links that aren't embedding...?
When we unite against a common enemy that attacks our ethos, it nurtures group solidarity. Trolls are sensational, yes, but we keep everyone honest. | Game Memorial

Dismal Shadow

  • Madman in a Box
  • Me: Who is Arantor? Cleverbot: It stands for time and relative dimensions in space.
  • Posts: 1,185
Re: AEVA
« Reply #2, 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.

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: AEVA
« Reply #3, on November 21st, 2011, 11:40 PM »
Is it related to lookups maybe? Can't find the regex?

Dismal Shadow

  • Madman in a Box
  • Me: Who is Arantor? Cleverbot: It stands for time and relative dimensions in space.
  • Posts: 1,185
Re: AEVA
« Reply #4, on November 23rd, 2011, 08:08 AM »
Disabled lookups, still shows only link.
Re: AEVA
« Reply #5, 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

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: AEVA
« Reply #6, 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

PantsManUK

  • [me=PantsManUK]would dearly love to dump SMF 1.X at this juncture...[/me]
  • Posts: 174
Re: AEVA
« Reply #7, 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?
« What is this thing you hoomans call "Facebook"? »

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: AEVA
« Reply #8, on December 9th, 2011, 12:19 AM »
As ever, if the behaviour's changed, something's changed. Permissions on the folders? Host configuration changed?

PantsManUK

  • [me=PantsManUK]would dearly love to dump SMF 1.X at this juncture...[/me]
  • Posts: 174
Re: AEVA
« Reply #9, on December 9th, 2011, 12:26 AM »Last edited on December 9th, 2011, 12:38 AM by PantsManUK
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?
Re: AEVA
« Reply #10, 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...

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: AEVA
« Reply #11, 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.

PantsManUK

  • [me=PantsManUK]would dearly love to dump SMF 1.X at this juncture...[/me]
  • Posts: 174
Re: AEVA
« Reply #12, 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.

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: AEVA
« Reply #13, on December 9th, 2011, 02:03 AM »
Eh, gotta love permissions, haven't you?

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: AEVA
« Reply #14, 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. ;)