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 尚

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.

petesky

Hi Nao, if i embed an pdf via Foxy embed button the global admin gets "Sorry, but you are not allowed to access the gallery" if i put this in my browsing disabled album. JPG images from this album can be viewed in threads without problems !

Tiribulus

Quote from: Nao on March 18, 2010, 03:03:21 PM
@fisch> I'm afraid I tested on my site and your video with a long URL posted just fine...  >>>

Me too.

Tiribulus

Quote from: Kcmartz on March 18, 2010, 03:12:27 PM
Will not install! 500 server error everytime WHILE installing!!

That error can mean a dozen things none of which is that there is something wrong with the package or there would be numerous posts reporting it.The 500 error means "something didn't go right" and not a whole lot more by itself. If you have access to your server logs there will probably be clues there

Tiribulus

#3024
If it were me I would uninstall AeMe, carefully do whatever manual uninstall edits that may or may not entail and reinstall it. IF IT WERE ME I emphasize. That may not work since I am no expert on database differences between the versions for instance, but I can't see it putting you any further back than you are now either.

EDIT: Wait a minute you say you installed AeMe after upgrading SMF? Also guests are "banned" from viewing your site.

Sorry Guest, you are banned from using this forum!
This ban is not set to expire.


I don't know what you have set up there. Some kind of universal ban minus exceptions or something, but nobody can see your example and "banning" the whole world may not be the most judicious policy

Nao 尚

petesky, there's a support board for Foxy! at noisen.com -- please don't mix it up. I provide priority support on the Foxy! boards, so there's no point in posting your Foxy! questions here...
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 尚

A vertical menu means the browser cache needs to be reloaded.
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.

outsider147

Hi,
I just installed aeva 1.1 on my forum.
I never had any errors in my log, but after installing it's full all the time.

Some errors showing are:

http://forum.bushcraftnederland.nl/index.php?action=packages;sa=list;package=Aeva-Media-1.1a.zip 
2: file_exists() [<a href='function.file-exists'>function.file-exists</a>]: open_basedir restriction in effect. File(/install-both.xml) is not within the allowed path(s): (D:\www\;c:\php5\pear;c:\windows\temp;)
Bestand: D:\www\b\u\s\bushcraftnederland.nl\public_html\forum\Sources\Subs-Package.php
Regel: 421


http://forum.bushcraftnederland.nl/index.php?action=packages 
2: file_exists() [<a href='function.file-exists'>function.file-exists</a>]: open_basedir restriction in effect. File(*/package-info.xml) is not within the allowed path(s): (D:\www\;c:\php5\pear;c:\windows\temp;)
Bestand: D:\www\b\u\s\bushcraftnederland.nl\public_html\forum\Sources\Subs-Package.php
Regel: 381

These are just 2 errors, but there are many more but with the same regels

Regel 381 is showing: if ($destination !== null && !file_exists($destination) && !$single_file)
and regel 421: if (substr($file_info['filename'], -1, 1) != '/' && !file_exists($destination . '/' . $file_info['filename'

An other problem I'm running into is that I can't find a gallery button.


Does anybody can help me out.
I'm running smf1.1.11 by the way.

Thanks in advance.

Lars

interzis

#3028
@tribulus
sorry, was a 24.* ban, added by mistake, most probable, looong time ago.
ban rule removed

@Nao
same problem with different browsers or different computers

-----------

uploading new images or creating new albums working good. even deleting old images (without thumbnails) are possible
but still stuck at "LOADING..."

and the old video files seems to be broken.
I'm getting this error when I click on a video file:
Fatal error: aeva_media_handler::require_once() [function.require]: Failed opening required '........../fiatissimo.com/board/Sources/Aeva-getid3/getid3.php' (include_path='.:') in ......../fiatissimo.com/board/Sources/Aeva-Media.php  on line 99


BCK

quick question,,can this be installed through the sites admin as most mods or if a theme other than  default, will manual edits be needed...thx in advance

bane32

#3030
Does anyone have the code to write into the Subs-Aeva-Site.php to allow Xfire videos to be embedded? Please help.

this is what the code looks like:


hxxp:www.xfire.com/video/250208/ [nonactive]

<object width="425" height="295"><embed src="hxxp:media.xfire.com/swf/embedplayer.swf [nonactive]" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="295" flashvars="videoid=250208"></embed></object>

Soms

Quick answer 1) Yes and 2) You need manual edit to show the "media" button.

ianus

Greetings!

I am interested in this also..

You can try this:
$sites[] = array(
'id' => 'xfire',
'title' => 'xfire Website',
'website' => 'http://www.xfire.com',
'type' => 'custom',
'added' => '7.x',
'pattern' => 'http://(?:(?:www|[a-z]{1,})\.)?xfire\.com/video/([0-9a-z]{1,})',
'movie'=>'http://media.xfire.com/swf/embedplayer.swf?videoid=$2',
'size' => array(650, 500),
'ui-height' => 20,
'show-link' => true,
'lookup-title' => '<title>(.*?)</title>',
'fix-html-pattern' => '<object width="\d*" height="\d*"><embed src="http://media.xfire.com/swf/embedplayer.swf" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="\d*" height="\d*" flashVars="videoId=(\w+)[^"]*"[^>]*></embed></object>',

);




Maybe someone is able to find and correct errors or offer a better solution?

Nao 尚

I have a feeling you didn't set SMF up correctly... (folder paths)
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 尚

@bane32> You're the guy who insulted me just hours ago on noisen because I turned down someone else's paid offer to fix xfire, eh?
Now I understand... You needed support for xfire, someone offered to pay for it, I turned it down because of lack of motivation, so you're lashing out at me.

You realize you're complaining about a totally insignificant portion of Aeva Media and insulting me for that?
What a loser, lol...

@ianus> Please don't waste your time trying to help morons.
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 尚

interzis, I had a look at your site, and AeMe is conflicting with the Highslide Image Viewer mod or something like that. You need to disable it for all AeMe pages.

As for getid3, make sure the folder was correctly upload to your Sources folder.

Edit -- actually, all of your subfolders were incorrectly created... You need to uninstall AeMe, delete all Ae folders manually, and reinstall. If it won't work, upload them manually.
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.


butch2k

Nao,
i noticed an optimisation for the query returning the list of unviewed media files.
Currently there is a full aeva_media table scan each time this query runs.

SELECT
   m.id_media, m.title, m.views, m.num_comments, m.id_member, m.time_added, m.approved, m.views, m.type, m.embed_url,
   IFNULL(mem.realName, m.member_name) AS member_name, a.id_album, a.name, f.width, f.height, m.voters, m.weighted AS rating,
   m.id_thumb, f.directory AS thumb_dir, f.filename AS thumb_file, f.height AS thumb_height, (pt.width && pt.height) AS has_preview
FROM smf_aeva_media AS m
   INNER JOIN smf_aeva_albums AS a ON (m.album_id = a.id_album)
   LEFT JOIN smf_aeva_files AS f ON (f.id_file = m.id_thumb)
   LEFT JOIN smf_aeva_files AS pt ON (pt.id_file = m.id_preview)
   LEFT JOIN smf_aeva_log_media AS lm ON (lm.id_media = m.id_media AND lm.id_member = 1)
   LEFT JOIN smf_aeva_log_media AS lm_all ON (lm_all.id_media = 0 AND lm_all.id_member = 1)
   LEFT JOIN smf_members AS mem ON (mem.ID_MEMBER = m.id_member)
WHERE 1=1 AND (a.hidden = 0 OR a.album_of = 1)
AND IFNULL(lm.time, IFNULL(lm_all.time, 0)) < m.log_last_access_time

ORDER BY m.log_last_access_time DESC
LIMIT 0,15


You should add an index on "log_last_access_time" in order to limit the query running time, so that just 15 rows are read.

Nao 尚

Yeah, I guess I should... It's always a bit annoying to add indices manually when the table itself wasn't optimized for that in the first place. (Baaaad Dragooon! ;D)
I tried to add as many indices as possible where needed, but for the unread stuff, I used a different strategy, by caching the number and only updating it as needed, meaning any optimization to that query shouldn't really improve overall performance. What do you think?

Have you tried making a large-scale test?

I guess I should ask shaitan to test this on his gallery... It has several hundred thousands of items ;)

PS: Hmm... I was pretty sure I had 4,742 posts yesterday. I remember thinking it was a very geeky number. ???
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.

butch2k

Before adding an index the query scanned the whole media table, roughly 2000 lines in my case, with filesort for returning just one row (if only one image was marked as unread), with the index, thanks to the limit 15, just the latest 15 rows are scanned.

the answer is 42 ;)

Advertisement: