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

Shambles

Quote from: xpubstargamingx on July 13, 2012, 12:48:02 PM
Since upgrading to this newest version of Aeva Media..
Did you completely uninstall the previous version?

Baloch

I am getting this error


Incorrect key file for table '/mnt/tmpfs/#sql_7a2a_0.MYI'; try to repair it
File: /myhome/sitename/public_html/diwwan/Sources/Aeva-Subs.php
Line: 3120

Kindred

So repair it... It's an error froma corrupted table in your database.
Сл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."

Baloch

Quote from: Kindred on July 15, 2012, 09:53:21 AM
So repair it... It's an error froma corrupted table in your database.
How can I do it?
Is there any tool or application available or should I contact to the hosting technical team?

Arantor

Holder of controversial views, all of which my own.


jarodsafehouse71

Was wondering if you can replace a photo without having to delete and upload it again.

Thank you!

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

Arantor

Go to the item's page and press Edit, you'll get all the editing options, including the ability to upload a new file over the top of the old one.
Holder of controversial views, all of which my own.


Kindred

really?   Wow....   When I edited things, I didn't think I could re-upload the pic... just edit the fields.

lol... learn something new every day!
Сл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."

jarodsafehouse71

Thank you so much Arantor!!! I knew there had to be a way :)

PLAYBOY

Can somebody help about this error in my log?


Apply Filter: Only show the error messages of this URL
http://www.site.com/forum/index.php?action=media;sa=media;in=30485;thumb
Apply Filter: Only show the errors with the same message
Veritabanı Hatası: Duplicate entry '0-1' for key 1


INSERT INTO smf_aeva_log_media
(id_media, id_member, time)
VALUES (0, 1, UNIX_TIMESTAMP())
Apply Filter: Only show the errors from this file
File: /home/site/public_html/forum/Sources/Aeva-Subs.php
Line: 3563

littlenicki

I have this mod installed on two of my forums. While it works just excellent on one it doesn't on my other. It won't emebed any videos. The package manager did install it without any problems. Links to youtibe etc. are however not parsed but just displayed.

Any idea where to start?

Thanks,

Nicole
Fomer SMF user. Switched to Invision Power Board and VBulletin

armada1987

guys I just installed Aeva-Media-1.4w and I get blank page :( my forum doesn't work what now? -.-
Nije zlato sve sto sja.

Arantor

More details would be useful, like the version of SMF you're using, whether you have other mods installed, whether you took a backup first, that sort of thing.
Holder of controversial views, all of which my own.


armada1987

never mind I fixed, I thought and go to filezila there was file before installed that mod downloaded and with filezila uploaded and now work's but why doesn't wok, I have a lot mods (sry for bad english).

but now i have this:

Fatal error: Cannot redeclare modifyaevasettings() (previously declared in /home/omsibuss/public_html/forum/Sources/ManageSettings.php:2103) in /home/omsibuss/public_html/forum/Sources/ManageSettings.php on line 2118
Nije zlato sve sto sja.

Arantor

That's because you've installed it twice, you will have to go through the files modified by Aeva and removing the duplicated code.
Holder of controversial views, all of which my own.


armada1987

problem is i don't know how, when I open ManageSettings in notepad there is such a mess i don't know what i must dellete :(

EDIT: problem fixed
Nije zlato sve sto sja.


BaghdadGhost

so since I am still getting the same errors I reported last time, I decided to make sure all installation edits are ok. but when I got to

In the file $sourcedir/Subs.php


Find

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


Add After


Quote// Aeva Media changes
   if (empty($parse_tags) && empty($context['uninstalling']))
   {
      // Do the actual embedding
      if (!function_exists('aeva_parse_bbc2'))
         require_once($sourcedir . '/Aeva-Embed.php');
      aeva_parse_bbc2($message, $smileys, $cache_id);

      if (function_exists('aeva_parse_bbc') && stripos($message, '[smg') !== false)
         aeva_parse_bbc($message, $cache_id);
   }
   // End Aeva Media changes

I was not able to find the above line. instead I found this discussion

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

so I searched this topic and found this comment of Neo

Quote from: villasg on September 30, 2009, 01:24:12 AM
I receive fault in ./Sources/Subs.php on installation
I open subs.php and i canot find the follow
$message = strtr($message, array('  ' => ' &nbsp;', "\r" => '', "\n" => '<br />', '<br /> ' => '<br />&nbsp;', '&#13;' => "\n"));


Quote from: Nao 尚 on September 30, 2009, 01:57:35 AM
@villasg> Your copy of Subs.php is obviously corrupted. You should reinstall SMF from scratch.
If you're in a hurry, then it's at line 2642, but as I told you -- that line is corrupted. It's turning all spaces into two spaces, that's silly! Replace that line, but you probably have more corrupted lines in your source files. I guess.

I remember going through this before when I first installed Aeva, but recent when I re-installed the forum from zero I decided to install Aeva before everything to make sure all is ok. yet I also could not locate the line. I checked a subs.php file from a fresh smf file and it did not have neo requested code! it has the same one me and others referred to.

any idea about this and is it correct to deal with the first line I posted as an alternative to Neo requested line (which we can't find)?

thanks

Arantor

It's funny, I can install it just fine on a fresh install, which makes me wonder what you're trying to do. Mind you, seeing that you don't even get the author's name right, I'd wonder how you're trying to do it... since it seems attention to detail is not being paid ;)
Holder of controversial views, all of which my own.


Advertisement: