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

BaghdadGhost

all I am saying is the installation package requires to find in subs.php

$message = strtr($message, array('  ' => ' &nbsp;', "\r" => '', "\n" => '<br />', '<br /> ' => '<br />&nbsp;', '' => "\n"));

which does not exist. instead, there is this line

$message = strtr($message, array('  ' => ' &nbsp;', "\r" => '', "\n" => '<br />', '<br /> ' => '<br />&nbsp;', '&#13;' => "\n"));


to make sure please download smf 2.0.2 and extract then take a look at subs.

what I was trying to do is to use my minimal information to solve my problem and get to my limits before bothering others with many questions.

I was trying to see if my limited abilities makes me get rid of the many errors I have in the error log every time a member decides to upload a photo directly to the post.


Arantor

It's there in my fresh 2.0.2...

Quotewhat I was trying to do is to use my minimal information to solve my problem and get to my limits before bothering others with many questions.

And if you can't even get the mod author's name right, that makes me wonder how careful you are actually being in trying to fix things.
Holder of controversial views, all of which my own.


BaghdadGhost

The name of the author is not an important factor in solving the problem and I didn't check because he is not the one I am addressing.

When it comes to critical steps, I triple check everything I do.

To go further than triple, I just downloaded smf installation package, extracted files and opened subs.php. here is the code from the file




2416 // No smileys, just get rid of the markers.
2417 else
2418 $message = strtr($message, array("\n" => ''));
2419
2420 if (substr($message, 0, 1) == ' ')
2421 $message = '&nbsp;' . substr($message, 1);
2422
2423 // Cleanup whitespace.

2424   $message = strtr($message, array('  ' => ' &nbsp;', "\r" => '', "\n" => '<br />', '<br /> ' => '<br />&nbsp;', '&#13;' => "\n"));
2425
2426 // Cache the output if it took some time...
2427 if (isset($cache_key, $cache_t) && array_sum(explode(' ', microtime())) - array_sum(explode(' ', $cache_t)) > 0.05)
2428 cache_put_data($cache_key, $message, 240);


so if you agree with the author statement about "forum being corrupted. A need to re-install" I guess there is something has to be discussed with SMF team.



Anzu

Nevermind, I figured it out. :)

MoreBloodWine

Stupid question but this still works with 2.0.2 right ? I don't know what changed from 2.0.1 to 2.0.1 and this mod is labeled 2.0.1

Ty.
Want a sig like mine for your BTCGuild stats ? Then check this out: Spend-ur-Bits


Arantor

Nothing changed in the mod or in 2.0.2 that would affect this.
Holder of controversial views, all of which my own.


MoreBloodWine

Want a sig like mine for your BTCGuild stats ? Then check this out: Spend-ur-Bits


LOVELORD


Kindred

Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."


Shambles

Quote from: Özgür on August 11, 2012, 04:35:46 PM
Maps don't working.
https://maps.go...

I tried this url and its not embedded. I'm using 1.4w
Try changing the https: into http:

vrshc

Getting this error while trying to install this MOD

You already submitted this post!....................

& this one

Your session timed out while posting. Please go back and try again.



Any idea

Kindred

??? Huh? While trying to install? That makes no sense. Installing a mod has nothing to do with posts or sessions.

Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

MiY4Gi

Quote from: vrshc on August 14, 2012, 04:37:45 AM
Getting this error while trying to install this MOD

You already submitted this post!....................

& this one

Your session timed out while posting. Please go back and try again.



Any idea

Sorry, I don't mean to be rude, but I lol'd at this.

Edit: On second thought, perhaps that error really did occur when you tried installing the mod. For that to happen SMF may be throwing the same error text for various session-timeout errors. Try logging out of your forum, and then log back in and try installing the mod again.

It would be useful if you could give us a screenshot of the error (i.e. when SMF throws the error, hit the "PrtSc" key on your keyboard, and then open MS Paint, and press "Ctrl"+ "V", or right click and Paste, then File > Save As > PNG file), rather than quoting the error text.
Check out my new website, MyAnimeClub.net. I plan to create the largest anime community, and most fun and user-friendly anime forum in the world. It's still in the development stage though.

ryan_dwight

i just installed Aeva Media today and tested. i uploaded 3 video embed from youtube but the images are busted

i attached the screenshot

thanks

Kindred

How are they busted?

If you mean the width, then that would be you own settings.... Not the mod
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Shambles

Quote from: ryan_dwight on August 14, 2012, 06:05:04 PM
i just installed Aeva Media today and tested. i uploaded 3 video embed from youtube but the images are busted

I think he means the icons not the videos...?

Check the icon image files have been installed into the correct part of your theme directory

ryan_dwight

Quote from: Kindred on August 14, 2012, 09:31:56 PM
How are they busted?

If you mean the width, then that would be you own settings.... Not the mod

where can i adjust that settings

Quote from: Shambles™ on August 15, 2012, 03:47:16 AM
Quote from: ryan_dwight on August 14, 2012, 06:05:04 PM
i just installed Aeva Media today and tested. i uploaded 3 video embed from youtube but the images are busted



I think he means the icons not the videos...?

Check the icon image files have been installed into the correct part of your theme directory

what folder should i check. sorry im new on this stuff

AMWebby

I've set up a module in my Joomla site to show random images using SSI.php. The code is as follows:

<?php
global $sourcedir;
include_once (
$sourcedir '/Aeva-Subs.php');
   echo 
'<div id="aeva_pics" style="width: 100%;" overflow="hidden">
         <div align="center">'
aeva_listItems(aeva_getMediaItems(01'RAND()'), true''0false1). '</div>
      </div>'

?>



It works fine until I switch into SSL, which happens often as parts of my site area set to do so. When that happens the module throws up the dreaded "parts of this page are insecure message". This is the call to load the icon. I've got everything within Aeva and SMF set to https and the same function within SMF switches to https fine. I've also got other SSI.php modules calling latest posts and topics from SMF and they switch to secure mode fine.

If anyone has any hints or tips on getting this module to behave I'd appreciate it.

MiY4Gi

Quote from: ryan_dwight on August 15, 2012, 08:16:22 AM
what folder should i check. sorry im new on this stuff

Right click on one of the broken images and select Open Image In New Tab (or Copy Image URL then paste into a Notepad/Word Document), then the URL would be the image's location.
Check out my new website, MyAnimeClub.net. I plan to create the largest anime community, and most fun and user-friendly anime forum in the world. It's still in the development stage though.

Advertisement: