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

NoFeaR / NFSMW

seems that you know him well. i will pay someone else to develop the software of modify it for me.

Arantor

Yes, I think it's fair to say, seeing that I'm working alongside him and have been for months on the system that is getting developed in place of Aeva...
Holder of controversial views, all of which my own.


NoFeaR / NFSMW

why are you making something new when there already is something?

Arantor

If that's true, why are there so many forum packages? Why did a new one emerge last year? Answer: because we're that unhappy with the current state of play.
Holder of controversial views, all of which my own.


NoFeaR / NFSMW


vika.vedy

Hi.

After installing and enabling aeva lite on my SMF 2 RC3 forum my mysql db was overloaded by tons of connection openings and, as a result, forum was totally unusable.

Disabling (not uninstalling) aeva return as back to normal.

Anybody can help me with investigating, what happens? What script or function opens so much connections to mysql when aeva enabled? How I can fix this?
I need this mod  :-[

P.S.: we use memcache level 1.


Any suggestions or help will be appreciated.

Arantor

Aeva Lite doesn't make many queries... it's mostly not in the DB.

So, daft question of the day, how many of the sites did you enable?
Holder of controversial views, all of which my own.


vika.vedy

Quote from: Arantor on April 01, 2011, 02:52:00 AM
Aeva Lite doesn't make many queries... it's mostly not in the DB.


Yes, I saw. I think it happens because of temporary cache disabling.

Quote from: Arantor on April 01, 2011, 02:52:00 AM
So, daft question of the day, how many of the sites did you enable?

I use default settings, does it mean?

Thank You! Problem solved with enabling only some sites!

mr.hemp

Quote from: Arantor on March 30, 2011, 04:46:50 PM
Then the mgal data directory is correct. What are it's permissions?

the permissions for mgal_data is 777

and when i embed remote videos i cant see the thumbnail for the video.

mr.hemp

how do i allow bigger than 128 KB files to be uploaded to a post ?

or more exact where do i find php.ini ?

mr.hemp

pls help me out here... realy need aeva media working...

Eudemon

Quote from: mr.hemp on April 01, 2011, 10:59:47 AM
how do i allow bigger than 128 KB files to be uploaded to a post ?

or more exact where do i find php.ini ?

php.ini is something usually set by ur hosting company
and u can't change the values

mr.hemp


php.ini is something usually set by ur hosting company
and u can't change the values
[/quote]

ahh that sucks..  :o well then there isent mutch to do about that..

nobody that has a solution for my other problem ?  :P

mr.hemp

ok dosent seem like im gonna get this fixed... so now im askin if anyone can help me remove all the files attached to avea media after uninstall ? like what files do i need to remove ?

wanted to reinstall after all files were gone, becaus aeva media stoped working after i got a new host.

so pls help me out here, i need this to work!

Eudemon

Quotehow do i allow bigger than 128 KB files to be uploaded to a post ?

go to admin->aeva media->configuration
under that there is a maxfile size setting

Quotewanted to reinstall after all files were gone, becaus aeva media stoped working after i got a new host.

then it's likely something that u have to contact ur host for
i wouldn't recommend to delete all the data(including data in DB) after uninstall
if u do that, when u re-install it, the stuff u previously have would be all gone

mr.hemp

yeah but  the upload_max_filesize and post_max_size need to be changed befor that works

mr.hemp

alright. well i dont want that... but i cant get it working propperly. i cant upload images to aeva, and i cant see the thumbnails in the gallary

Eudemon

ok, now here is my question if anyway familiar with aeva can help

i tried to update the code for auto embedding youtube, but there is always an extra values at the end
here is what i did
in aeva-sites.php, under
array(
      'id' => 'ytb',
i changed this code
'movie' => 'http://www.youtube.com/v/$2&rel=0&fs=1',
into this
'movie' => 'http://www.youtube.com/embed/$2',


and i added something to test it, this is the html code of the test item
<embed height="385px" width="480px" autostart="false" autoplay="false" pluginspage="http://www.macromedia.com/go/getflashplayer" allowscriptaccess="never" allowfullscreen="true" quality="high" wmode="transparent" src="http://www.youtube.com/embed/X1HF1kUrgYs&showinfo=1" type="application/x-shockwave-flash">
<noembed>&lt;a href="http://www.youtube.com/watch?v=X1HF1kUrgYs" target="_blank" class="aeva_link bbc_link new_win"&gt;http://www.youtube.com/watch?v=X1HF1kUrgYs&lt;/a&gt;</noembed>


at the end of the src link there is an extra value "&showinfo=1"
how do i remove that?

mr.hemp

ok can someone tell me what files to delete to get rid of aeva media after uinstall? dosent matter if i loose the images or videos. i just need it to be gone :P

Eudemon

Quote from: Eudemon369 on April 02, 2011, 04:08:07 PM
ok, now here is my question if anyway familiar with aeva can help

i tried to update the code for auto embedding youtube, but there is always an extra values at the end
here is what i did
in aeva-sites.php, under
array(
      'id' => 'ytb',
i changed this code
'movie' => 'http://www.youtube.com/v/$2&rel=0&fs=1',
into this
'movie' => 'http://www.youtube.com/embed/$2',


and i added something to test it, this is the html code of the test item
<embed height="385px" width="480px" autostart="false" autoplay="false" pluginspage="http://www.macromedia.com/go/getflashplayer" allowscriptaccess="never" allowfullscreen="true" quality="high" wmode="transparent" src="http://www.youtube.com/embed/X1HF1kUrgYs&showinfo=1" type="application/x-shockwave-flash">
<noembed>&lt;a href="http://www.youtube.com/watch?v=X1HF1kUrgYs" target="_blank" class="aeva_link bbc_link new_win"&gt;http://www.youtube.com/watch?v=X1HF1kUrgYs&lt;/a&gt;</noembed>


at the end of the src link there is an extra value "&showinfo=1"
how do i remove that?

ok, i solved what i wanted to do from last post
i found this line in aeva-embed.php
$embed .= (!empty($modSettings['aeva_yq']) ? '&hd=1' : '') ;//. '&showinfo=' . $show_video_title;
as you can see i commented out show info, now that value is gone
but the video still wouldn't play, anyone has any idea how to get this one work?
this is what my code looks like in aeva-site
array(
'id' => 'ytb',
'pattern' => 'http://(?:video\.google\.(?:com|com?\.[a-z]{2}|[a-z]{2})/[^"]*?)?(?:(?:www|[a-z]{2})\.)?youtube\.com/[^"#[]*?(?:&|&amp;|/|\?|;|\%3F|\%2F)(?:video_id=|v(?:/|=|\%3D|\%2F))([\w-]{11})',
'movie' => 'http://www.youtube.com/embed/$2',
'size' => array('normal' => array(480, 385), 'ws' => array(640, 385)),
'ui-height' => 25,
),

Advertisement: