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

Kurakama

Quote from: npereira on December 02, 2010, 10:33:03 AM
trying to install aeva media 2.10 commercial on my SMF 2.0 RC4 and getting this error on install:

Invalid default value for 'transparency'
File: /home/ottawapi/public_html/forum/Packages/temp/db_aeva.php
Line: 269

same problem =/

Kurakama

Quote from: Spuds on April 29, 2011, 07:45:10 PM
Quote from: Kurakama on April 29, 2011, 07:30:34 PM
Quote from: npereira on December 02, 2010, 10:33:03 AM
trying to install aeva media 2.10 commercial on my SMF 2.0 RC4 and getting this error on install:

Invalid default value for 'transparency'
File: /home/ottawapi/public_html/forum/Packages/temp/db_aeva.php
Line: 269

same problem =/

Check the avea site for more support on this issue, been discussed extensively. 

You can try the following in db_aeva.php:

Code (find) Select

         array('name' => 'transparency', 'type' => 'ENUM(\'transparent\', \'opaque\')', 'default' => ''),


Code (replace) Select

         array('name' => 'transparency', 'type' => 'ENUM(\'\', \'transparent\', \'opaque\')', 'default' => ''),


thank you very much sir!

but only a question, it has been installed but: will I have problems in the future for the modification I have done on db_aeva.php?

Spuds

You will be fine ... that file only gets run once and thats on install.

rubix123

Youtube embed is not working and I have aeva media installed. When posting a video link it just replaces that with the title of the video after posting.

Example: http://metal-mecca.com/index.php?topic=462.0

How can I fix this?

winky100

I just installed Aeva Media with smf2.0RC5. There is no Aeva menu item.  I installed Aeva 1.4w.

Aeva worked great with RC3 but not with RC5.


Did not get any error messages when it insalled.

Any ideas?

EDIT:
I uninstalled it and it was all RED errors on everything which made me think that none of the original edits were ever made. So I uninstalled it anyway. Then I installed it again and it appears to work now. Would like to understand what might have happened.


Spoogs

Quote from: Kurakama on May 01, 2011, 01:55:53 AM
@sorry for the off topic.

dont purchase the commercial version. I asked about error on 2.10 Aeva Media, I went to the oficial page for help. my thread has been deleted when I asked about my bug. They do not gave me answers because my thread was deleted.

Nice for you Nao/Gilles, best support EVER.

Is that so or did you purchase the 4.99 option which clearly states it only for 1day vs. the 9.99 option which would have given you access to the support board for 1 year (where it also states, support is not guaranteed, even tho more than likely anyone knowing the answer to your question would have helped you)

live627


MrMorph

Is it my imagination or have permission profile stopped being used in the 'w' final release ?

I can set up permission profiles but when I come to create an album (or edit an existing one) there is no drop down to select the permission profile ?

What am I missing ?

Thanks.

MrMorph

Oh looks like I have a workaround.  The permission profile drop down does not appear unless you first create a new permission profile.  Little bug.  Will never be fixed I guess.  Great shame.

To aid searches : AEVA MEDIA MISSING PERMISSION PROFILE

newtoallthis

I created a new user group profile in SMF to enable two members only to view a new board.

Since doing that, neither member has access to the Aeva Gallery whereas ordinary members do.

In Aeva admin panel, the new group is shown as having access to 0 albums whereas 'default profile' has access to 203.

In SMF admin panel (general permissions), the new group is shown as having three more permissions than ordinary members and both are shown as having access to Aeva gallery.

In SMF admin panel (manage permissions), there is no reference to Aeva and although permissions are set the same for ordinary members and the new group (same permissions ticked), regular members are seen in the summary as having 19 permissions to the new group's 15!

Also, when I added the new usergroup profile in SMF, I opted to let the group adopt normal user permissions. However, I cannot now find the page which refers to that setting.

All I want to do is give the new group access to the gallery.
SMF 2.0.11
Simple Portal 2.3.3
Aeva Media 1.4c
MediaWiki 1.24.0

honeywick

ok i use the media gallery 2.0.5 i know its old i tried to upgrade to the 1.4c installed nice made sure the path to the /mgal_data is correct when i go to the media theres no folders no pictures nothing but the /mgal_data on the database still has all the pics in it ...why does it no bring all the data with it after install or is there an edit or a fix
                                                                                                        THX

Eudemon

Quote from: honeywick on May 04, 2011, 04:12:05 PM
ok i use the media gallery 2.0.5 i know its old i tried to upgrade to the 1.4c installed nice made sure the path to the /mgal_data is correct when i go to the media theres no folders no pictures nothing but the /mgal_data on the database still has all the pics in it ...why does it no bring all the data with it after install or is there an edit or a fix
                                                                                                        THX

the 1.4 free version does not support image

Quote from: Once Upon A Star on May 04, 2011, 07:59:35 PM
Wait... what? Considering that 1.4 was built on top of SMG 2.0.x...

ok so he took everything from commercial ver and stuck them to free ver?

Arantor

Wait... what? Considering that 1.4 was built on top of SMG 2.0.x...
Holder of controversial views, all of which my own.


honeywick

I know how to parse mods i started with rc3 then rc4 then rc4 security now running rc5
I would like to have all updated mods and the gallery is the last outdated mod i got

my site www.toonunion.net

is there known issues with other mods installed

inter

<link rel="stylesheet" type="text/css" href="http://pmrforum.org/Themes/default/aeva/am.css" />
<link rel="stylesheet" type="text/css" href="http://pmrforum.org/Themes/default/aeva/hs.css" media="screen" />
<style type="text/css">
.pics td { -moz-border-radius: 5px; }
.aeva_rounded { -moz-border-radius: 5px; }
</style>
<script type="text/javascript" src="http://pmrforum.org/Themes/default/aeva/highslide-2.js"></script>
<script type="text/javascript"><!-- // --><![CDATA[
function hss(aId, aSelf)
{
var aUrl = aSelf.href;
var ah = document.getElementById('hsm' + aId);
hs.close(ah);
hs.expanders[hs.getWrapperKey(ah)] = null;
ah.href = aUrl;
hs.expand(ah);
return false;
}

hs.Expander.prototype.onInit = function()
{
for (var i = 0, j = this.a.attributes, k = j.length; i < k; i++)
{
if (j[i].value.indexOf('htmlExpand') != -1)
{
getXMLDocument('index.php?action=media;sa=addview;in=' + this.a.id.substr(3), function() {});
return;
}
}
}

var slideOptions = { slideshowGroup: 'aeva', align: 'center', transitions: ['expand', 'crossfade'], fadeInOut: true };
var mediaOptions = { slideshowGroup: 'aeva', align: 'center', transitions: ['expand', 'crossfade'], fadeInOut: true, width: 1 };

if (hs.addSlideshow) hs.addSlideshow({
slideshowGroup: 'aeva',
interval: 5000,
repeat: false,
useControls: true,
fixedControls: 'fit',
overlayOptions: {
opacity: .66,
position: 'bottom center',
hideOnMouseOut: true
}
});

hs.lang = {
moveText: 'Переместить',
closeText: 'Закрыть',
closeTitle: 'Закрыть (Esc)',
loadingText: 'Загрузка...',
loadingTitle: 'Нажмите для отмены загрузки',
restoreTitle: 'Нажмите, чтобы закрыть или тащите, чтобы передминуть изображение',
focusTitle: 'Click to bring to front',
fullExpandTitle: 'Показать актуальный размер в масштабе 1:1 (F)',
previousTitle: 'Пред. (стрелка влево)',
nextTitle: 'След. (встрелка вправо)',
playTitle: 'Запустить слайдшоу (пробел)',
pauseTitle: 'Остановить слайдшоу (пробел)'
};
hs.outlineType = 'rounded-white';
hs.numberOfImagesToPreload = 0;
hs.graphicsDir = 'http://pmrforum.org/Themes/default/aeva/hs/';

// ]]></script>
</head><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


Why .css aeva before other tags?  ???
Sorry for my English

Arantor

Holder of controversial views, all of which my own.


inter

hs.graphicsDir = 'http://pmrforum.org/Themes/default/aeva/hs/';

// ]]></script>
</head><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
Sorry for my English

Arantor

Oh, now I see what the problem is. Your theme is probably broken.
Holder of controversial views, all of which my own.


inter

Sorry for my English

Arantor

Well, either your theme or another mod... because it's never done it for me - and you are basically on your own with fixing it, because as Nao said on the mod's page:

QuoteIt will no longer be updated for the SMF platform, but it still works great, so do as you wish.
Holder of controversial views, all of which my own.


Advertisement: