News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

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 尚

aeva_theme_url() determines the folder this way: it takes the default_theme_dir variable + 'aeva', and if it exists, it uses it. Otherwise it takes theme_url + 'aeva'. It shouldn't be trying to access anything else than 'aeva/hs', but your error message mentions 'my_forum_dir/hs'... Have you only looked into your folders.....?
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, 06:17:33 PM
aeva_theme_url() determines the folder this way: it takes the default_theme_dir variable + 'aeva', and if it exists, it uses it. Otherwise it takes theme_url + 'aeva'. It shouldn't be trying to access anything else than 'aeva/hs', but your error message mentions 'my_forum_dir/hs'... Have you only looked into your folders.....?
I haven't changed the AM code, so my folders contain the same exact files and subfolders of a fresh install.. I have no /hs folder in my forum_dir! I only have the /hs folder in /Themes/default/aeva..

Odd! Seems to be an error in the function that specifies the path of the theme url for highslide (it forgets /Themes/default/aeva and tries to find /hs in the forum root..)..? ???
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 尚

Try this: renaming your aeva/hs folder to aeva/his, and change that line of code to point to the 'his' folder as well. Then check your logs... If you still have errors on 'hs', then it's somewhere else. (Like -- a spam bot? I know I have 150.000 views on a single page of Foxprog, which is due to some spam bot constantly reloading that particular page... I don't mind, as I love the page, but still it's odd :P)
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.

Gmaster83

I had my forum (2.0 RC3) working well with aeva 1.1b. Seeing that the version 1.2 came out, is to uninstall the old and install new.
Then install the translation fit.

Recently, by posting some videos, I noticed that I put them twice. Ie post the URL of a video from youtube and showed me two times the same video.
Uninstall the translation, and nothing.
I uninstalled Aeva 1.2 and could never again enter my site. I get the following errors:

In trying to enter the forum:
Fatal error: require_once () [function.require]: Failed opening required '/ home / xxx / htdocs / Sources / Aeva-Embed.php' (include_path ='.') in / home / xxx / htdocs / Sources / Subs. php on line 919

In trying to enter the Admin:
Fatal error: require_once () [function.require]: Failed opening required '/ home / xxx / htdocs / Sources / Aeva-admin.php' (include_path ='.') in / home / xxx / htdocs / Sources / Admin. php on line 474

Someone knows a solution?

---------------- o --------------------

Tenia mi foro (2.0 Rc3) funcionando bien con el aeva 1.1b. Al ver que salio la version 1.2, es que desinstale la vieja e instale la nueva.
Luego instale la traduccion que quedo bien.

Recien, al postear unos videos, note que me los ponia doble. Es decir, posteaba la URL de un video del youtube y me mostraba 2 veces el mismo video.
Desinstale la traduccion, y nada.
Desinstale el aeva 1.2 y nunca mas pude entrar a mi sitio. Me da los siguientes errores:

Al tratar de entrar al foro:
Fatal error: require_once() [function.require]: Failed opening required '/home/xxx/htdocs/Sources/Aeva-Embed.php' (include_path='.') in /home/xxx/htdocs/Sources/Subs.php  on line 919

Al tratar de entrar al Admin:
Fatal error: require_once() [function.require]: Failed opening required '/home/xxx/htdocs/Sources/Aeva-Admin.php' (include_path='.') in /home/xxx/htdocs/Sources/Admin.php  on line 474

Alguien conoce una solucion?

MultiformeIngegno

Quote from: Nao on June 21, 2010, 01:55:34 AM
Try this: renaming your aeva/hs folder to aeva/his, and change that line of code to point to the 'his' folder as well.
In which file can I find that line?
RockCiclopedia (wiki - forum), Tutta la storia del rock, scritta da voi ...
Rimanere aggiornati sul mondo della musica grazie al nuovo feed "RockCiclopedia Music News"!

shawdy

A lot of the above posts were not helpfull atall, so heres my simple fix for this problem...



I just had this problem and heres what i did to fix it ...


Open your index.template.php file ( customized theme )

Look or search for this line

// the [member] list button

if ($context['allow_memberlist'])





And just above that place this code



// Aeva Media
// Recalculate number of unseen items
global $user_info;

if (!empty($user_info['aeva_unseen']) && $user_info['aeva_unseen'] == -1)
{
global $sourcedir;
require_once($sourcedir . '/Aeva-Subs.php');
aeva_loadSettings();
}

$aeva_unseen = !allowedTo('aeva_access_unseen') || empty($user_info['aeva_unseen']) || $user_info['aeva_unseen'] == -1 ? 0 : $user_info['aeva_unseen'];

if (allowedTo('aeva_access'))
echo ($current_action == 'media' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '', '
<td valign="top" class="maintab_', $current_action == 'media' ? 'active_back' : 'back', '">
<a href="', $scripturl, '?action=media">', isset($txt['aeva_gallery']) ? $txt['aeva_gallery'] : 'Media', $aeva_unseen ? '</a> <a href="' . $scripturl . '?action=media;sa=unseen">[<b>' . $aeva_unseen . '</b>]' : '', '</a>
</td>', $current_action == 'media' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';








Someone correct me if im wrong but that worked for me and added the media button to my menu on a custom theme


If you don`t get it, feel free to email or pm me and i will try and help!

mark7144

Nao: Some of BBC videos have slightly bigger dimensions now and for some reason, even though it looks like the same player, it doesn't work with your mod. The video embeds but when you press play it gives you an error.

Example of video with bigger dimensions: http://news.bbc.co.uk/sport1/hi/tennis/8754964.stm (fails)
Example of recent video with normal dimensions: http://news.bbc.co.uk/sport1/hi/scotland/8750388.stm (working)

Nao 尚

Quote from: Kcmartz on June 20, 2010, 01:50:09 AM
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!!
Why are you using Aeva Media at all, anyway? I thought you said you only had interest in Arantor's work (and support)... You said it yourself.

@mark> Both videos fail to load for me... (You gotta love the BBC.)
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.

irwin

hello i need to cut the title adn other information abuot image in the preview mode....
and aslo to check this string: <img src="http://www.irwin.it/MGalleryItem.php?id=468" alt="" />
this string is for embeded img... but seem wrong because i don't have any Mgallery on my album..

someone can explain me please..
Thank you
:-)

mark7144

Quote from: Nao on June 22, 2010, 03:04:52 PM
@mark> Both videos fail to load for me... (You gotta love the BBC.)
:(

Must be some license issue where they are not allowed to stream in France.

Kindred

Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Kindred

shawdy,

that code really will only work for your theme and will probably cause issues with some other themes...
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

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"!

Nao 尚

Actually it was just my Opera that refused cooperating. May be linked to having currenty 312 open tabs...... Hmm.
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.

Kindred

must only be America that is blocked from BBC streaming. How annoying. :P
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

DeathCom

So I updated from 1.1b to 1.2, of course uninstalling 1.1b first. Everything seemed to work and the new rounded edges look sweet but.. all my thumbnails are no longer links?

The title links still work, and everything else seems normal. But my thumbnails, they are left justified in their new rounded box and they are not links anymore. This is for both videos and photos. An awkward problem with probably a simple fix, but I am at a loss.

-DeathCom

tfs

Quote from: DeathCom on June 22, 2010, 07:53:31 PM
So I updated from 1.1b to 1.2, of course uninstalling 1.1b first. Everything seemed to work and the new rounded edges look sweet but.. all my thumbnails are no longer links?

The title links still work, and everything else seems normal. But my thumbnails, they are left justified in their new rounded box and they are not links anymore. This is for both videos and photos. An awkward problem with probably a simple fix, but I am at a loss.

That happened to me, and a CTL-F5 hard refresh fixed everything.
A good tree cannot bring forth evil fruit, neither can an evil tree bring forth good fruit.

Nao 尚

Quote from: Kindred on June 22, 2010, 06:50:03 PM
must only be America that is blocked from BBC streaming. How annoying. :P
It's probably retaliation for Independence. Or the Texas accent. Or the Life on Mars remake. Or Paris Hilton. Someone has to pay for all of that. 8)
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

According to the BBC their videos are viewable only within the UK due to copyright reasons. Sometimes, when my server is busy it uses IPs in a different range which can resolve to the USA etc.. In short, if their site thinks you are using an IP from the UK then the video plays. Best not tell'em.  ;)
SMF v2.1.4  Mods : Snow & Garland v1.4, Simple Image Upload v2.0.0,  PHP  v.8.1

mark7144

The vast majority of BBC videos can be viewed outside the UK with a few countries blocked. The sport videos are the ones that are often UK only as BBC pay a lincense to show certain events and other channels in other countries will have licenses to show that same event in their countries... thus you get conflicts if the video was global.

Nao: So you can see it now? Have you noticed those larger videos give an error saying, "This doesn't seem to be working. Try again later." If it's a UK only video, it should tell you that but it's broken so it doesn't.

Also, while we are on the topic of broken embeds. Your mod says it supports 'LiveStream.com' but currently it does not support archived videos on that website, only live streaming. For example, on their Wimbledon page, they have every interview archived but when you post it up, it just embeds a live stream of an interview room.

Sorry if I'm being annoying, just reporting problems, not expecting you to take action :)

Advertisement: