We have moved to Github. Please open tickets there.

Opened 2 years ago

Closed 2 years ago

#2835 closed Defect (fixed)

Undefined function error in ElggUser::getCollections

Reported by: agrimstrup Owned by:
Priority: normal Milestone: Elgg 1.7.7
Component: Core Version: 1.7
Severity: major Keywords:
Cc: brett@… Difficulty: trivial

Description

Calling getCollections() on an ElggUser instance generates the following error message:

PHP Fatal error: Call to undefined function get_user_collections() in /var/www/secure/engine/lib/users.php on line 389

Change History (2)

comment:1 Changed 2 years ago by cash

  • Difficulty set to trivial
  • Milestone changed from Needs Review to Elgg 1.7.7

Thanks for the report. "collections" were never implemented so that method should be removed.

There are has been some discussion on implementing it for a future version.

comment:2 Changed 2 years ago by cash

  • Resolution set to fixed
  • Status changed from new to closed

(In [svn:7973]) Fixes #2835 removed user collection method and added comments to partially implemented site collection functionality

Note: See TracTickets for help on using tickets.