Hello
After 1.7.2 Upgrade I have some Problems with Groups. If I try to view or create groups i get the Warning:
DatabaseException QUERY: SELECT count(e.guid) as total from entities e join objects_entity o on e.guid=o.guid where e.type='object' and e.subtype=9 and e.container_guid = 256 and ( (1 = 1) and e.enabled='yes')
Table 'elgg_db.entities' doesn't exist
How can I fix this ?
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.
- Brett@brett.profitt

Brett - 0 likes
- Cash@costelloc

Cash - 0 likes
- idiotter@idiotter

idiotter - 0 likes
- idiotter@idiotter

idiotter - 0 likes
You must log in to post replies.Have you changed the dbprefix from the default of "elgg_?" If not, It looks like the dbprefix isn't being appended to the table name. Have you modified the groups plugin? Installed any plugins that modify it?
I'm guessing it is due to this: http://trac.elgg.org/ticket/2437
Hi there
Thx to both of you. Cash's hint seems to fix this
Hi there
As mentioned here: http://community.elgg.org/mod/groups/topicposts.php?topic=618150&group_guid=179063 i've got some awful issues with groups mod. Do you think that could correspond?