Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

User rule scan broken

8 years 10 months ago
  • Guido's Avatar
    Topic Author
  • Guido
  • Offline
  • Fresh Boarder
  • Posts: 69
  • Thank you received: 7
Licenses:
JomSocial Active

ISSUE SUMMARY:
In latest JomSocial version 4.2.2 the user rule scan is broken. It does not do anything.

STEPS TO REPLICATE:
1 Login to JomSocial demo administration:
demo.jomsocial.com/administrator/index.p...nity&view=userpoints
2 Select configuration > user points
3 Make a rule scan

RESULT
Nothing happens.

EXPECTED RESULT
Normally it would find something or end up with no new detections during scan.

BROWSER
IE, Firefox, Chrome

Attachments:
8 years 10 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi Guido,
To fix this please open this file administrator/components/com_community/tables/userpoints.php, find this code :

$query = 'SELECT count(' . $db->quoteName('id') . ' ) as '. $db->quoteName('count') . '  FROM '.$db->quoteName('__community_userpoints');
then replace to :
$query = 'SELECT count(' . $db->quoteName('id') . ' ) as '. $db->quoteName('count') . '  FROM '.$db->quoteName('#__community_userpoints');

If it doesnt help, please provide me the backend access and FTP access.

thank you!
Dimas

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW