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.

Display All Groups Gives Error Error: 0 - CTableGroupMembers::bind(*NULL*)

10 years 2 months ago
  • Daniel's Avatar
    Topic Author
  • Daniel
  • Offline
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Licenses:
JomSocial Expired

ISSUE SUMMARY: When clicking the link for "All groups" I am taken to a page with the following error: Error: 0 - CTableGroupMembers::bind(*NULL*)


STEPS TO REPLICATE:
1. Login to site.
2. Visit myTNM link.
3. Click "Groups"
4. Click "All groups"
5
RESULT
EXPECTED RESULT
BROWSER

10 years 2 months ago
Licenses:

Hi Daniel,

please provide me FTP access detail by editing your first post at this topic. put it at site info form.
I need it for debugging purpose.

Regards

10 years 2 months ago
  • Daniel's Avatar
    Topic Author
  • Daniel
  • Offline
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Licenses:
JomSocial Expired

Done.

10 years 2 months ago
Licenses:

Hi Daniel,

here the fix:
/components/com_community/tables/groupmembers.php at line 71
change the code from

$this->bind( $result );
to
if ($result) $this->bind( $result );
else return false;

Regards

The following user(s) said Thank You: Rakesh
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