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

Kindred

I'm not sure what you can do at this point --   do note that doing direct database edits on tables which are tied to other content is always a bad idea....
Сл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."

_sebas_


I want to delete a user votes voted "zero" to multiple images,  (I identify user, image, vote and time ... and delete the line in the DB)

but recalculating the new rating for this image


Kindred

I understand what you intended to do. However, the MD does not support that, and I am unsure what remedy you have now that you messed things up by doing a direct database edit.
Сл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."

live627

Quote from: Farjo on February 20, 2013, 10:52:33 PM
Was there ever a solution to the 'admin / configuration gives a blank page' issue? 
1.4w fixed this I think.

SpeedHighway

Running into an odd issue that I can only meaningfully attribute to Aeva Lite.

Whenever trying to use an img tag on our (2.0.6) board to a site that doesn't start with www, it is acting oddly.

For example, when we use:
[url=http://www.gametracker.com/server_info/192.223.30.156:25200/][img]http://cache.www.gametracker.com/server_info/192.223.30.156:25200/b_560_95_1.png[/img][/url]

It turns it into:
[url=http://www.gametracker.com/server_info/192.223.30.156:25200/][img]http://cache.[url=http://www.gametracker.com/server_info/192.223.30.156:25200/b_560_95_1.png]www.gametracker.com/server_info/192.223.30.156:25200/b_560_95_1.png[/url][/img][/url]
and doesn't display anything.

It works, fine, in the preview, but upon posting, it converts it into useless BBCode.

I'm still investigating this, but would appreciate any input.

EDIT: It does the same thing if I'm inside an html block using the normal image embedding techniques.

EDIT2:  I removed the modification, and the issue stopped, so I'm certain that the cause is Aeva, now.  Would moving to Aeva Media help?  I'd rather not, because I don't need the extra features and I'd rather not bloat the forums.

Arantor

Moving to Aeva Media wouldn't help since it features the same embedding engine. Probably better to move to the other embedding mod, SAVE, instead.
Holder of controversial views, all of which my own.


SpeedHighway

I will probably go ahead and take a look at that one and see what it offers.

I'm not having any luck finding the mod you referred to, however.  Does it go by a more specific name?

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

SpeedHighway

Again, thanks.  This does the job that we need and appears to be functioning correctly.

nfpuu1u

Hi,

just had a look at the youtube https link problem with this mod.

The suggestions adding a new entry in the Aeva-Sites-Custom.php similar to the one in Aeva-Sites.php doesn't work here. After having a look at the source code of the Aeva-Embed.php it seems there are a lot of hardcoded queries like:


if (stripos($message, '<a href="http://') === false)
break;


This is probably the reason why using the Aeva-Sites-Custom.php won't work as there is no check for https:// links. For me the only chance to get posted youtube https links to work is changing them back to http:// links like recommended here:

Quote from: phantomm on December 17, 2012, 12:26:31 PM
I'm trying to figure it out where you see solution to YT links with https, but I can find it...

i just added in censored words https://www.youtube.com => http://www.youtube.com and it works fine for me.

muratisik06

hi guys,
when i want to add a new user or when i try to change my login password, i always got the error message below:
Parse error: syntax error, unexpected T_DOUBLE_ARROW in /httpdocs/forum/Sources/Profile.php on line 333

and first time i open my site it says "an unexpected error occurred please try again later". after i refresh the page it's ok.

here is my codes line between 333 and 337 in Profile.php file

// Aeva Media changes
'aeva' => array(
'title' => $txt['aeva_gallery'],
'areas' => array(
'aeva' => array(
'file' => 'Aeva-Gallery2.php',
'function' => 'aeva_profileSummary',
'label' => $txt['aeva_profile_sum'],
'permission' => array(
'own' => array('aeva_viewprofile'),
'any' => array('aeva_viewprofile'),
),
'load_member' => true,
),
'aevaitems' => array(
'file' => 'Aeva-Gallery2.php',
'function' => 'aeva_profileItems',
'label' => $txt['aeva_view_items'],
'permission' => array(
'own' => array('aeva_viewprofile'),
'any' => array('aeva_viewprofile'),
),
'load_member' => true,
),
'aevacoms' => array(
'file' => 'Aeva-Gallery2.php',
'function' => 'aeva_profileComments',
'label' => $txt['aeva_view_coms'],
'permission' => array(
'own' => array('aeva_viewprofile'),
'any' => array('aeva_viewprofile'),
),
'load_member' => true,
),
'aevavotes' => array(
'file' => 'Aeva-Gallery2.php',
'function' => 'aeva_profileVotes',
'label' => $txt['aeva_view_votes'],
'permission' => array(
'own' => array('aeva_viewprofile'),
'any' => array('aeva_viewprofile'),
),
'load_member' => true,
),
),
),
// End Aeva Media changes

muratisik06

i also attached the whole file (profile.php)

Please help...

Shambles

Move your line 329

);

to the line just before this

// End Aeva Media changes

Kindred

Shambles, that won't do anything....

The problem is not in your aeva section...  it is in whatever code got added just BEFORE the aeva section...   I don't have time to look at the file itself, but whatever code was added for a menu item in the lines BEFORE what you quotes is the issue
Сл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: Kindred
Shambles, that won't do anything....

...   I don't have time to look at the file itself ...
I do, and my suggestion will fix the issue. Line 329 is before the aeva section.

I tested it and it works, so I find your suggestion strange...

muratisik06

thanks for your fast reply and help.
it fixed my problem.

Thank you again.

Kindred

My mistake, I missed your line reference.

However, in order to be able to uninstall aeva, he should have moved that line to **AFTER** the closing aeva comment
Сл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."

fmmobley

I am running SMF 2.0.6.  When I try to install Aeva Media 1.4w I get the warning (below), so I bail out and do not install.

*   14.   Execute Modification   ./Sources/Profile.php   Test failed
                       1.   Add After   ./Sources/Profile.php           Test failed

I get this warning whether I try to install it while as 2.0.6 or emulating 2.0.1.  Exact same error.

Can anyone help me figure out how to install this successfully?





luuuciano

Click over the detail icon, you will see what it tries to search and modify... (or use the parse, at the mod page... and search/look/analize the modifications on Profile.php)

Then look at your Profile.php what is different, maybe you are using other mod that changed something...
No me agradan los foros que no te dejan borrar TU PROPIO usuario, como por ejemplo smfsimple.com.
E incluso te mandan emails no solicitados, de los cuales, quizá, no puedas escapar porque NO te dejan posibilidad a deshabilitarlos (a menos que NO te tengan en su lista negra).

fmmobley

First...   If I click on Parse I don't see any reference to Profile.php on the resulting output.  Not sure what that means

Second...  If I click on the detail icon as you suggested and compare what is in the "Code (find) section, with what is actually in the Profile.PHP file I do see one line that is different.  Are you saying I need to figure out which mod added that line?  I am not sure which mod may have added it.   

Am I on the right track?  Any more suggestions, beause I am stuck.




 
Advertisement: