Version 1 6 x
JomSocial 1.6.284
phpBB3 bridge
Fatal error: Cannot redeclare utf8_strlen() (previously declared in /home/forum/includes/utf/utf_tools.php:607) in libraries/phputf8/native/strlen.php on line 35
Fix:
http://www.jomsocial.com/webforum/viewtopic.php?f=3&t=14101&start=20#p78532
Extract the uploaded file and upload this file into JOOMLA/components/com_community/libraries/
http://www.jomsocial.com/webforum/download/file.php?id=4718
JomSocial 1.6.285
Daily Motion video
A new video file update to meet their new change of API
Fix:
http://www.jomsocial.com/webforum/viewtopic.php?f=43&t=14217#p78881
Kindly download the files in the link above accordingly and replace the existing file in JOOMLA/components/com_community/libraries/videos/dailymotion.php.
Error in User Points
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/waveyuk/public_html/libraries/joomla/database/database/mysql.php on line 344
Fix:
http://www.jomsocial.com/webforum/viewtopic.php?f=7&t=14327&p=79020#p79460
Uploading the files into JOOMLA/administrator/components/com_community/ according to the structure and let me know if the problems still persists?
JomSocial 1.6.287
Video thumbs not showing in activity stream Video thumbs not showing in activity stream
Fix: http://www.jomsocial.com/webforum/viewtopic.php?f=43&t=15237
Open JOOMLA\components\com_community\models\videos.php and change line 657 to // use default thumbnail if it's corrupted
if (!JFile::exists(JPATH_ROOT.DS.$this->thumb))
Incorrect Invite Friends link
The link given directs to your own edit profile page
Fix: http://www.jomsocial.com/webforum/viewtopic.php?f=12&t=14534
edit the file /components/com_community/controllers/friends.php
look for the code below,
$body .= JText::_('CC INVITE EMAIL MESSAGE VIEW FRINEDS') . ' ' . CRoute::getExternalURL('index.php?option=com_community&view=profile&userid='.$my->id.'&invite='.$my->id , false );
Replace it with the following,
$body .= JText::_('CC INVITE EMAIL MESSAGE VIEW FRINEDS') . ' ' . CRoute::getExternalURL('index.php?option=com_community&view=register' , false );
Small bigfix for Amazon S3
Video thumbs not showing in activity stream
Fix: http://www.jomsocial.com/webforum/viewtopic.php?f=7&t=13133&start=10#p85507
The earlier version has some issue if you have renamed / removed the original photos but here's a quick fix, upload the attached file into /components/com_community/templates/default/
Share This cannot show non-latin characters
Message in "Share This" can`t handle Danish characters æøå ÆØÅ
Fix: http://www.jomsocial.com/webforum/viewtopic.php?f=3&t=15204#p85509
This is fixed in the next release of JomSocial. For a quick fix, upload the attached files into /com_community/assets/


