News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

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 尚

You said aeva_fields was created?
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.

Angelotus

No, Aeva fields was NOT created (sorry for the misunderstanding).

Kyalm

The icon with the name "thumb_xxx_txt.png" has transparency, and therefore shows up correctly.  When it is "thumb_xxx_txt.png.jpg" then it doesn't have the transparency, and therefore you see a black border (the icon's background) around the icon.

I found out that it is related with the PHP language of the server.  When I managed to change the server's add-on language from PHP 4.3.11 to 5.x the problem is solved by itself.

Thank you Nao.   ;)

Kyalm

hxxp:cebehane.com/forum/index.php?action=media;sa=item;in=48 [nonactive]

I noticed that today I cannot view/download any of the two files..!  As I wrote previously, I was able to view one of the files yesterday but when I tried this morning, I receive the same "you don't have the permisson to view the album" message even when I log in as the administrator.  The only way seems to use the direct link.

I would highly appreciate your help; it is getting more and more confusing for me...    ???


Nao 尚

Try running db_aeva.php again. If needed, use the version from the latest SVN rev.
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 尚

I don't understand your problem. Can you stop playing mime and give me some URLs to play with instead?
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.

Little_McKay

I tried to link a Funny Or Die vid in a post but it kept coming up as a default video (The Landlord) instead of the one I wanted.  Does this mod no longer work with Funny or Die?

Angelotus

I did that multiple times, but it doesn't install the table. That is what is so weird about it. So I want to install the fields table myself directly in php admin, but I don't know what sql to run...

Nao 尚

I would need access to your FTP account so that I can test the installer and see what's wrong with it.
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 尚

Quote from: Kyalm on March 04, 2010, 05:39:22 AM
http://cebehane.com/forum/index.php?action=media;sa=item;in=48
Okay, this page's icons show just fine for me... They're transparent and everything, as expected. What browser are you using? IE6 or some other crappy software maybe...?

QuoteI noticed that today I cannot view/download any of the two files..!  As I wrote previously, I was able to view one of the files yesterday but when I tried this morning, I receive the same "you don't have the permisson to view the album" message even when I log in as the administrator.  The only way seems to use the direct link.
The code says this:

if (isset($_REQUEST['dl']) && !aeva_allowedTo('download_item'))

The aeva_allowedTo() function ALWAYS returns true for admins. It doesn't check their perms. So this issue shouldn't be happening to you.
As for regular users, all I can say is that you haven't enabled the Download permission for them.
Document files link to the ?dl version by default, so that the download can be registered as such. Maybe I should cancel that, and simply add the ?dl flag when processing the download, if the item happens to be a document. Although, honestly, I can't get rid of the download perm. It's not a trivial one.
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.

calvinhobbes

lol i must be drunk....i was sure i saw $xoops somewhere..now it's not there haha...

newayz forget it. thanks for the help with the question no 1. and btw check out http://xoops.org . my favourite cms :)

Nao 尚

"The xoops.org website is closed for maintenance."
lol.

Anyway, make sure to keep an eye on the "Phoenix" project. It may have a chance to become THE de-facto CMS. If it gets started at all ;)
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

Since a while aeva_ambed.php is not extracting from source and correct version check missing.

A new version (1.0) is available!
Current version: 1.1 (Check now)
Last checked: Heute um 17:05


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

Bugo

What about compatibility with Redirect Links?

Post install redirect links displays only text links, without video...

petesky

If you DISABLE BROWSING in a forum (using images for illustrations) there are NEW IMAGES right beside MEDIA. May it's possible to set an option not to count for new images.

Nao 尚

@petesky, simply disable the permission to access the Unseen area for users who you don't want to browse your gallery at all... That seems pretty logical, to me...

@bugo> I don't know about this mod. And it's a fairly new mod, you should ask JBlaze to ensure it's not conflicting with AM.

@mckay> I don't usually provide fixes for small sites any longer. I don't want to update the site list when it's really for something that no one would use anyway (or close enough.) Please fix this on your side and submit the fix, I won't take time myself to do it. (Or at best, I will remove support for that site entirely.)

@tfs> for GD2, try feeding it a 10.000x10.000 images... Even a monochrome picture (shouldn't take more than 1KB of space.) It will probably fail, while it will work on IM. That's why I added support for it. And really, it creates previews for me... If it doesn't for you, then it means your install is sending you an error (which I can't process, because it would require that I do a lot more checking on received data, and frankly I'd rather spend my time on adding features.)
So basically, use GD2 if it works best for you. Use IM otherwise. If you really want to debug, you can do it. The @exec('convert') thingy returns feedback from the program, you just need to add a $feedback_variable in the exec() call. Just print_r($feedback_variable) if it's not empty, and die after that.

@tiribulus> I see no reason for your server NOT to return the HTTP_HOST variable, really. Are you sure it's correctly configured?

@lorenzo> I use IM now. It works for me at least...

@makar> Your first problem was in an earlier version, I think. Make sure to upgrade to the latest version. Use a recent SVN copy if it still won't work. Second problem, I don't know. Don't remember seeing that before. Maybe it's also fixed with later versions. (Probably, even.)
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 尚

If you have a problem with my site and how I run it, there's no need to come complain about it here, you know... I'm still the same guy who's "running" both places.

And it's not my fault if you don't know a thing about installing buttons in custom themes.
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

RockCiclopedia (wiki - forum), Tutta la storia del rock, scritta da voi ...
Rimanere aggiornati sul mondo della musica grazie al nuovo feed "RockCiclopedia Music News"!

dkharp

I am running smf 2.0 in the default them with your mod and simpleportal.

Can you create a block that will pull random gallery stuff? can anyone?

Thanks!

Advertisement: