Advertisement:

Author Topic: General support topic for Aeva Media (Latest release: July 28, 2010)  (Read 1558364 times)

Offline ShakaDula14

  • Semi-Newbie
  • *
  • Posts: 16
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6280 on: February 28, 2012, 07:43:44 PM »
Hi Guys,

Wondering if I can get a bit of help with this ...

Quote from: Aeva
This copy of Aeva Media has an incorrect path set for the data folder. If you are the admin, make sure it is updated in your settings. Otherwise, contact them and have a good laugh. But not too much, it would be cruel.

I keep getting this message after installing Aeva1.4w and I can't seem to figure out what to do about it.

I've gone over this thread and forums a few times and I just can't make out what I'm supposed to do. The lines of code and questions melt into each other and I can't put it all together to sort the issue out.

I've changed the Data Folder path to the correct setting in the configuration page to

Quote
"/public_html/site/forums/mgal_data"


and I changed the url to the appropriate url as well
Quote
"www dot site dot com/forums/mgal_data"

but that does not seem to do anything.

I'm scared to mess something up irreparably (I've done it in the past) if I keep farting around with this without knowing what buttons to push anymore.

Can someone please shed some light on what I am supposed to be doing to make this gallery work properly?

Any help would be appreciated.

Thanks,
SD14

Offline FrizzleFried

  • Full Member
  • ***
  • Posts: 592
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6281 on: February 29, 2012, 03:22:52 PM »
Is there an easy way to convert the hundreds of posts that include [youtube] tags to work with this mod?
Considering purchasing from SMFHacks.com?  Caveat emptor.  Details: http://www.simplemachines.org/community/index.php?topic=494081.msg3463426

Offline Kindred

  • Support Specialist
  • SMF Master
  • *
  • Posts: 31,459
  • Gender: Male
    • wagner999 on Facebook
    • @Kindred_999 on Twitter
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6282 on: February 29, 2012, 04:23:47 PM »
direct SQL edit?
Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support forums.  Thank you.

Offline Illori

  • Doc Writer
  • SMF Master
  • *
  • Posts: 25,929
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6283 on: February 29, 2012, 04:26:32 PM »
run the aeva_convert_old_bbcodes.php file that is in the zip

Offline MESWEB

  • Jr. Member
  • **
  • Posts: 102
  • Gender: Male
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6284 on: March 01, 2012, 07:31:05 PM »
I have SMF 2.0.2 + Simple Portal 2.3.4 + Custom template + Aeva ~ Auto-Embed Video & Audio 7.2. Whenever I go to the home page of my forum are displayed newest posts. The posts are links to YouTube or mp3. In 80% of my go to the main page of the first post always appears as a link - not as a video or mp3 player.
It helps if only F5 - refresh the page. What is the problem?
« Last Edit: March 02, 2012, 07:41:13 AM by MESWEB »

Offline vinzbomb

  • Jr. Member
  • **
  • Posts: 164
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6285 on: March 03, 2012, 02:43:48 AM »
Bug Report :

I cannot upload pictures anymore i get this error :

The Flash upload module sent the following error.
Error type: uploadError
Error ID: file0
Error message: [SecurityErrorEvent type="securityError" bubbles=false cancelable=false eventPhase=2 text="Error #2049"]


Need some help thanks !!!

Offline jayc

  • Semi-Newbie
  • *
  • Posts: 21
Re: General support topic for Aeva Media Aeva-Media-1.4w.zip
« Reply #6286 on: March 03, 2012, 08:13:33 AM »
I am attempting to do a first time install of Aeva-Media-1.4w.zip on  a site after a major upgrade to 2.0.2

When I tried the install the first time I got one error so made the change to subs.php manually and let it install.

Aeva appears to be working, but with the mod in place I get the text from the manual update of subs.php above the page. http://www.broadbandwirelesssolutions.com/images/mediaerror.jpg [nofollow]


Seems to me I have had a similar problem in the past, but being old and forgetful I am having a case of what my wife calls Chemo Brain and cannot figure out how to fix it.

Any/all suggestions appreciated

Vegas Jay
Anti Bot: Are You Human/Bot? 3.0 - Stop Spammer 2.3.9 - SMF Links    2.4 - SMF Gallery Pro - Aeva Media    1.2 - Ultimate Profile - SimplePortal 2.3.2 - RSS Feeder    1.1.5
jayc@ExReps.com
702.456.7062

Offline y-chan

  • Semi-Newbie
  • *
  • Posts: 18
  • Gender: Female
    • Anime Dozoku Monterrey.
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6287 on: March 04, 2012, 12:34:17 AM »
Multiple individuals have asked this and no response was given, so someone with knowledge about it please address it..
In 7.2 Lite the following error(s) are generated when you go to 'Aeva' & 'Aeva Sites' menu in the Admin Section.

8: Undefined variable: warning_message

Code: (Subs-Aeva-Admin) [Select]
// Settings - SMF does the hard work for these. Apart from the various site sections which we have to build ourselves
$config_vars = array(
$warning_message,
'',
array('check', 'aeva_enable', null, 'aeva_enable'),

Code: (Subs-Aeva-Admin) [Select]
// Build the blocks for checkboxes for each clip section (Except if saving)
if (!isset($_GET['save']))
{
$config_vars = array(
$warning_message,
'<span style="font-weight: normal; color: ' . (empty($modSettings['aeva_lookup_result']) ? 'red' : 'green') .

Should we just delete '$warning_message,' ?

PPL with same errors...

Find:
Code: [Select]
// Prevent attempts to access this file directly
if (!defined('SMF'))
die('Hacking attempt...');
 
function aeva_admin_settings($is_sites)
{
global $txt, $context, $modSettings, $sourcedir, $smcFunc, $settings, $config_vars;


And add $warning_message after $config_vars

Something like:


Code: [Select]
// Prevent attempts to access this file directly
if (!defined('SMF'))
die('Hacking attempt...');
 
function aeva_admin_settings($is_sites)
{
global $txt, $context, $modSettings, $sourcedir, $smcFunc, $settings, $config_vars, $warning_message;


It works for me.

Offline vinzbomb

  • Jr. Member
  • **
  • Posts: 164
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6288 on: March 04, 2012, 04:00:42 AM »
HELP HELP !!!!!

Bug Report :

I cannot upload pictures anymore i get this error :

The Flash upload module sent the following error.
Error type: uploadError
Error ID: file0
Error message: [SecurityErrorEvent type="securityError" bubbles=false cancelable=false eventPhase=2 text="Error #2049"]


Need some help thanks !!!

Offline IpSiLoN

  • Jr. Member
  • **
  • Posts: 104
  • Gender: Male
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6289 on: March 05, 2012, 05:03:20 PM »
Hi I have a problem with Aeva Media.
The problem is I do not mind the visits to the videos, photos and if someone knows why MAY BE.

Smf 2.0.2
Aevamedia 1.4c
SimplePortal 2.3.3

Thank you very much.  ;)

Online Old Fossil

  • Support Specialist
  • SMF Hero
  • *
  • Posts: 9,557
  • Gender: Male
  • Fussy Old Sod
    • @mkcommforum on Twitter
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6290 on: March 05, 2012, 05:44:07 PM »
IpSiLoN

You don't make it clear what you are having problems with.

 ???
My Forum
Simple Portal Beta Tester
 Mod Emulate
Forum Themes
My Forums Broken Fix

PMs for support will be returned with dynamite attached

Offline igirisjin

  • Jr. Member
  • **
  • Posts: 343
  • Gender: Male
    • Outdoor Club Japan
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6291 on: March 06, 2012, 04:40:46 AM »
FYI

I had problems with the mass upload stopping at the first image - as another user reported. Answer was that it was host related...
http://www.simplemachines.org/community/index.php?topic=200401.msg3076263#msg3076263

I was using Firefox 10 as admin and a registered user account in google chrome 17 - both up to date. I could use mass upload as admin but not the user with google chrome. I swapped browsers for admin and user and found that google chrome was the reason mass upload stopped. Admin couldnt upload with chrome the second time and the registered user account had no problem using Firefox.

Andy

Offline IpSiLoN

  • Jr. Member
  • **
  • Posts: 104
  • Gender: Male
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6292 on: March 06, 2012, 04:37:37 PM »
IpSiLoN

You don't make it clear what you are having problems with.

 ???


I do not mind the reproductions of the videos.
The of the images if the account.
For that images and videos if not the account?

Offline pixeleyes

  • Jr. Member
  • **
  • Posts: 293
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6293 on: March 07, 2012, 08:29:46 AM »
I'm using AEVA Lite with SMF 2.0.1.

How can I put video on SP home page?

AEVA Lite doesn't work with SP media block.

Is there have any way?

Offline Kindred

  • Support Specialist
  • SMF Master
  • *
  • Posts: 31,459
  • Gender: Male
    • wagner999 on Facebook
    • @Kindred_999 on Twitter
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6294 on: March 07, 2012, 10:34:29 AM »
that is correct. aeva lite does not work outside of messages.


IpSiLoN: I am sorry, but your writing makes no sense at all in English. I would recommend heading over to your language specific board to ask your question. If they can't answer it there, maybe they can help you with writing it in clear English.
Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support forums.  Thank you.

Offline Zynro

  • Newbie
  • *
  • Posts: 1
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6295 on: March 07, 2012, 05:06:42 PM »
Hello, I would like to know how to remove the entire privacy tab from when you make a new album. I don't want people setting passwords, setting which membergroups can and cant view the album, and stuff like that. The entire Privacy tab removed.

Is this possible in some simple non-coding knowledge way?

Offline pixeleyes

  • Jr. Member
  • **
  • Posts: 293
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6296 on: March 08, 2012, 05:28:05 AM »
that is correct. aeva lite does not work outside of messages.

Anyone have idea about coding that could fetch video on front page?


Offline igirisjin

  • Jr. Member
  • **
  • Posts: 343
  • Gender: Male
    • Outdoor Club Japan
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6297 on: March 08, 2012, 09:12:13 AM »
Might be something on the simple portal site - take a look. Or  request a custom code block there....

Offline Kindred

  • Support Specialist
  • SMF Master
  • *
  • Posts: 31,459
  • Gender: Male
    • wagner999 on Facebook
    • @Kindred_999 on Twitter
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6298 on: March 08, 2012, 10:15:38 AM »
I don't think it will work...

the aeva embed portion (if I recall correctly) depends on javascript plus the BBC code...   it won't work in an HTML or php block.
Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support forums.  Thank you.

Offline Herdervriend

  • Semi-Newbie
  • *
  • Posts: 25
  • Gender: Male
    • 112goverwelle on Facebook
    • Herdervriend on LinkedIn
    • @112west on Twitter
    • 112 Forum
Re: General support topic for Aeva Media (Latest release: July 28, 2010)
« Reply #6299 on: March 08, 2012, 11:53:18 AM »
When will there be an update for the latest version of SMF?