Hi, Javier.
Please, unlock backend access for locations: Poland and Indonesia.
i.prntscr.com/e401102346524c479114dcae0b1be4db.png
HI, Javier.
Please, upgrade JomSocial to latest version -> 4.2.2 (you use 4.1.6).
Then check if issue persist.
If yes, make sure that you don't use any caching plugins in Joomla! or services on your server.
Hi, Javier.
0. Make safe copy of your site and database (I recommend Akeeba Backup)
1. Browse here:
www.jomsocial.com/component/digistore/licenses
2. Download latest version of JomSocial
3. Unzip package
4. Use Joomla! installer to install com_community.zip (a regular way to install extension in Joomla!).
5. Follow installation instruction
Hi, Javier.
I assign developer to this thread.
Hi,
please check it. I put the fix at:
/www/components/com_community/models/activities.php line 771
I changing the code from
. ' ORDER BY '.$extraOrderBy.'a.' . $db->quoteName('created') . ' DESC, a. ' . $db->quoteName('id') . ' DESC' . $maxEntries;
. ' ORDER BY '.$extraOrderBy.'a.' . $db->quoteName('id') . ' DESC' . $maxEntries;