General support topic for Aeva Media (Latest release: July 28, 2010)

Started by Nao 尚, October 14, 2007, 04:28:15 PM

Previous topic - Next topic

Nao 尚

Quote from: WKC on June 17, 2010, 05:51:12 PM
Even after you have chmodded everything as requested. Seems to be specific to SMF 2.0 RC2 as the user in this thread made it work fine in an older version. You mentioned here you had a relatively quick fix but no details were ever given.
No, I don't remember.
You should be asking your host at any rate. It's not only chmod, sometimes the chown is also to be fixed (to the PHP script user).

QuotePerhaps it is paid support only?
No. You can pay me for support, but that's not the only option. (And honestly, no one has ever paid me for support.)

"Aeva Media is a free product, why the ****** should I pay the author, eh?" -- not that I care, but this is one of the many things that made me lose interest in AeMe -- the general idea that I'm your slave and I owe you AeMe. Even after I put 2 years of my life into a free product. Well, what can I say. Even in the SMF team, I somehow feel like I'm being (ab)used. That must be me then, eh?
I will not make any deals with you. I've resigned. I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered.

Aeva Media rocks your life.

YogiBear

luuuciano, if it's only for one particular video then maybe post the html code and adjust the width and height within there.
SMF v2.1.4  Mods : Snow & Garland v1.4, Simple Image Upload v2.0.0,  PHP  v.8.1

Nao 尚

Yeah, it's just a matter of adding #w320-h240 (for instance) at the end of the URL...
I will not make any deals with you. I've resigned. I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered.

Aeva Media rocks your life.

MultiformeIngegno

RockCiclopedia (wiki - forum), Tutta la storia del rock, scritta da voi ...
Rimanere aggiornati sul mondo della musica grazie al nuovo feed "RockCiclopedia Music News"!

WKC

Found another programmer to assist. Sorry to bother you here Nao.

Do you ever help people or just see them when you look down the end of your nose to see what your stepping on?

YogiBear

Quote from: Nao on June 18, 2010, 08:19:57 AM
Yeah, it's just a matter of adding #w320-h240 (for instance) at the end of the URL...


Wow, this mod gets better and better.  :)  I must explore it more thoroughly.
SMF v2.1.4  Mods : Snow & Garland v1.4, Simple Image Upload v2.0.0,  PHP  v.8.1

Nao 尚

luciano, the documentation *is* in Aeva Media... You just need to read the comments in the code, ah ah ;) Sorry, that's pretty much all I can say...

YogiBear, that feature has been in there for years ;)

To everyone having difficulty embedding videos even if all options are enabled correctly: I just found out that AeMe is *not* compatible with SMF 2.0's cache function (which I hadn't been using for years.)
A quick fix would be to simply disable SMF's cache feature. Yeah, I know it's annoying...
Alternatively, you could hardcode aeva_preprotect() into globalling $modSettings and disabling 'cache_enable', and then reenable it at the end of aeva_parse_bbc2(), just before it returns. It works on my site at least. Of course, it means it doesn't cache these messages at all. The solution exists, but it's complicated. I don't know if I'll ever implement it. I didn't notice any speed differences between cached and uncached, actually. It'd probably start to show on huge slow forums with plenty of videos in a page, of course.
I will not make any deals with you. I've resigned. I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered.

Aeva Media rocks your life.

Nao 尚

Quote from: WKC on June 18, 2010, 10:35:57 AM
Do you ever help people
I help people who help themselves first. And this starts with reading the rules. My rule, below each of my posts: do not PM me without me requesting it. Aeva Media's rule, which is stated in this board, is that I only provide official support at aeva.noisen.com, not HERE.
If you want help on Aeva Media, you can ask for it here, but don't expect me to provide it. It's a freebie I give from time to time.
I will not make any deals with you. I've resigned. I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered.

Aeva Media rocks your life.

Norv

WKC: please consider to keep a decent tone in these boards. Thank you.
To-do lists are for deferral. The more things you write down the later they're done... until you have 100s of lists of things you don't do.

File a security report | Developers' Blog | Bug Tracker


Also known as Norv on D* | Norv N. on G+ | Norv on Github

WKC

My apologies. Did not mean to come across wrong. Thanks for the information Nao.

Nao 尚

I will not make any deals with you. I've resigned. I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered.

Aeva Media rocks your life.

bkreader

don/t think it is worth much if I have to uninstall SMF Gallery, and the 1500 photos in 6 galleries that are currently in it.

there is no way I am going to try to reindex all those picturtes in a new system just to permit embedding a video or two.

what a waste.....

BK

TheListener

From what I have learned about Aeva the images in the albums are not affected.

How can One mod which does the job of two AND be oneof if not the most popular mod on the mod site be a total waste?


Nao 尚

Quote from: bkreader on June 18, 2010, 06:56:29 PM
don/t think it is worth much if I have to uninstall SMF Gallery, and the 1500 photos in 6 galleries that are currently in it.

there is no way I am going to try to reindex all those picturtes in a new system just to permit embedding a video or two.

what a waste.....

BK
I can't believe *I* wasted 10 precious seconds of my life reading your message. And that's your first post on this site? I can't wait for the next one...

@Brack1> More precisely, you have to enable AeMe's gallery system for it to show up to users. Whether it's enabled or not, SMF Gallery will still work anyway. And the embedding system is totally separate from the gallery features.

@all> I just finished fixing support for Google Maps. It should now work on any type of URL. Pretty happy with it, if only because the sitelist code for it is much, much shorter now (I was making it uselessly complicated.) I can't commit it for now, though. Here's the code if you want it, for use with rev 256:

array(
'id' => 'gmap',
'title' => 'Google Maps',
'website' => 'http://maps.google.com',
'type' => 'other',
'added' => '8.0',
'plugin' => 'html',
'pattern' => '(http://maps\.google\.[^">]+/maps\?[^">]+)',
'movie' => '<iframe class="aext" width="{width}" height="{height}" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="$1&amp;output=embed"></iframe>',
'size' => array(425, 350),
'ui-height' => 0,
'fix-html-pattern' => '<iframe [^>]+src="$1"></iframe>(?:<br /><small>.*?</small>)?',
'fix-html-url' => '$1',
),
I will not make any deals with you. I've resigned. I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered.

Aeva Media rocks your life.

chep

Quote from: Nao on June 18, 2010, 01:35:44 AM
It's in SMF2 and/or AeMe's current revision (on the svn).

Thank you. Found it this morning in the SVN. Have a nice weekend Nao.

thing2

I am trying to load the latest version of Aeva but keep getting this error when I click Install:

Duplicate entry '0-aeva_access' for key 1
File: /home/dgeek/public_html/forum/Packages/temp/db_aeva.php
Line: 197

I've tried looking at the file/line and its referring to updating {db_prefix}permissions and the line is:

   ', array('mgallery' => 'mgallery_', 'aeva' => 'aeva_'));

I'm running SMF 2.0 RC2 at the moment, and any help would be great.

KensonPlays

Is it possible to upload a MP3 file so other members can listen to the music? I tried and it didn't work. I do have a google chrome extension that will play that. I wish that would work!!

Owner of Mesozoic Haven

MultiformeIngegno

Quote from: MultiformeIngegno on June 03, 2010, 04:03:14 PM
In server error logs I see this error really really often:
File does not exist: /public_html/my_forum_dir/hs, referer: http://page_that_calls_a_pic_in_the_gallery
Nao I re-quote this post.. I see dozens of these entries in my logs.... ???
RockCiclopedia (wiki - forum), Tutta la storia del rock, scritta da voi ...
Rimanere aggiornati sul mondo della musica grazie al nuovo feed "RockCiclopedia Music News"!

Nao 尚

Well, is there anything that calls a 'hs' folder in the source code? I think yes but... I don't remember what variable is used to point to them... Probably it's empty on your side when it shouldn't.
I will not make any deals with you. I've resigned. I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered.

Aeva Media rocks your life.

MultiformeIngegno

Quote from: Nao on June 20, 2010, 01:14:07 PM
Well, is there anything that calls a 'hs' folder in the source code? I think yes but... I don't remember what variable is used to point to them... Probably it's empty on your side when it shouldn't.
It's here:

hs.graphicsDir = 'http://www.site.com/Themes/default/aeva/hs/';
RockCiclopedia (wiki - forum), Tutta la storia del rock, scritta da voi ...
Rimanere aggiornati sul mondo della musica grazie al nuovo feed "RockCiclopedia Music News"!

Advertisement: