View Matt Beckett's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
nice plugin matt :)works cool.... recommended
I'm getting Fatal Error...
Fatal Error.
Column 'time_created' in order clause is ambiguous
QUERY: SELECT DISTINCT e.*, r.* FROM elgg_entities e JOIN elgg_entity_relationships r on r.guid_two = e.guid WHERE (r.relationship = 'member' AND r.guid_one = '35') AND ((e.type = 'group')) AND (e.site_guid IN (1)) AND ( (1 = 1) and e.enabled='yes') ORDER BY time_created DESC
Where are you seeing this?
me too! when I click on suggested friends tab!
Error Fatal
Column 'time_created' in order clause is ambiguous
QUERY: SELECT DISTINCT e.*, r.* FROM planteas_entities e JOIN planteas_entity_relationships r on r.guid_two = e.guid WHERE (r.relationship = 'member' AND r.guid_one = '35') AND ((e.type = 'group')) AND (e.site_guid IN (1)) AND ( (1 = 1) and e.enabled='yes') ORDER BY time_created DESC
This is because of a bug in core that was fixed in 1.8.4: http://trac.elgg.org/ticket/4409 Upgrade to the latest version of Elgg and it should work.
@Matt - You might want to update the manifest to require version of Elgg >= 1.8.4, or change the code to explicitly use e.time_created.
Ah, thanks Brett.
I'll force 1.8.4 in the manifest I think, as people should be upgrading regardless.