We have moved to Github. Please open tickets there.

Opened 4 years ago

Closed 4 years ago

#767 closed Defect (invalid)

Call to undefined function get_loggedin_userid() in /home/hacksud/elgg/engine/lib/tags.php

Reported by: alivin70 Owned by:
Priority: high Milestone:
Component: Core Version: 1.2
Severity: major Keywords:
Cc: brettp Difficulty:

Description

I found this error:
Fatal error: Call to undefined function get_loggedin_userid() in /home/hacksud/elgg/engine/lib/tags.php on line 135

accessing some features of files:

  • uploading a new file (I have the error but the file is actually saved correctly)
  • deleting a file (but the file is deleted)
  • going in the personal homepage of files (/pg/file/ )

I have Elgg 1.2 with following plugins:
blog
bookmarks
diagnostics
file
groups
guidtool
logrotate
messageboard
messages
pages
profile
river
status
tinymce
uservalidationbyemail
be_tom
tidypics
autosubscribegroup
flickr
google-map
widget-plus
default_widgets
ad
invitefriends
tagcloud

Change History (1)

comment:1 Changed 4 years ago by marcus

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

Check that you have updated all files, this function is defined in sessions.php

Note: See TracTickets for help on using tickets.