Hi:
I upgrade from 1.7.11 to 1.7.12 and when a user without account need view a File appear this message:
Fatal error: Call to a member function getGUID() on a non-object in /xxxxxxx/engine/lib/entities.php on line 1544
Any suggestion?... Thanks for read :)
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.
Thanks for the offer. In this case, it is a trivial fix. An object variable was used without testing whether it is null. The fix is on line 1542 of engine/lib/entities.php by changing
to
If anyone inserts that fix into the code and still has issues, you can post here or on the ticket http://trac.elgg.org/ticket/3722.
- Previous
- 1
- 2
- Next
You must log in to post replies.