Hello.
I tested on clear Joomla and JS4.3.4 private message (and reply to this) with some text + link
vk.com/strana_krovi
but message is empty.
Can you please check it?
Thanks.
Hi,
I confirmed this is a bug.
That site cannot be fetched.
So here the fix, as attached.
unzip and put it at:
[joomla site root]/components/com_community/controllers/inbox.php
Regards,
Albert
Hello. I still didn't applied fix, but noticed:
1) find activity "Super User added 4 photos to Stream Photos album in New test group group"
2) post comment with this link
3) refresh page
Result: comment fully disappear.
Hello.
Embed.ly is tunned ON.
Can you please test it on my test site test.crimson-land.ru (access data in first post).
Please scroll down to this activity stream (user uploaded photos to group) and post in comment link
vk.com/strana_krovi
.
Hi,
I able to replicate this issue at your site. but not at my test site.
the comment is stored, you can see it at that album detail page.
please give me time for investigating this. it can be configuration issue or else.
Regards
Hi,
here the fix, please edit:
/components/com_community/controllers/system.php line 2169, changing it from
$table->params = $graphObject->toString();
if ($graphObject->toString() != false) $table->params = $graphObject->toString();
Hello.
I applayed both fix:
[joomla site root]/components/com_community/controllers/inbox.php
and
/components/com_community/controllers/system.php
Seems it works better with comments now, but still problem with Private Message.
I send message with link.
Than navigate to "Send":
test.crimson-land.ru/inbox/sent
It display
Hello. Sorry, but I still can see error message at "Sent" section of private messages (look at the screenshot).
Also, when I start new conversation with this link
vk.com/strana_krovi
, first message is always empty.
Other messages can be with different results. Seems it (sometimes) depend on:
1) "text before link
vk.com/strana_krovi
"
2) "
vk.com/strana_krovi
text after link"
3) "
vk.com/strana_krovi
"
Thanks.
Hi,
Thank you, we will let you know once this issue fixed.
Hi,
to fix the issue open this file components/com_community/events/inbox.trigger.php and components/com_community/models/inbox.php
find this code :
CError::assert( $row->body, '', '!empty', __FILE__ , __LINE__ );
if (!empty($row->body)) CError::assert( $row->body, '', '!empty', __FILE__ , __LINE__ );