Opened 5 years ago
Closed 5 years ago
#69 closed Defect (fixed)
Clicking on profile "edit" causes crash
| Reported by: | marcus | Owned by: | ben |
|---|---|---|---|
| Priority: | critical | Milestone: | |
| Component: | API | Version: | |
| Severity: | critical | Keywords: | |
| Cc: | brettp | Difficulty: |
Description
Fatal error: Call to a member function canEdit() on a non-object in /home/icewing/Workingdirectory/elggnew/mod/profile/edit.php on line 25
Change History (3)
comment:1 Changed 5 years ago by ben
- Component set to API
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 5 years ago by marcus
- Resolution fixed deleted
- Status changed from closed to reopened
Still present in latest codebase.
comment:3 Changed 5 years ago by marcus
- Resolution set to fixed
- Status changed from reopened to closed
(In [svn:1105]) Fixes #69 - Clicking on profile "edit" causes crash.
I have retrieved the user again from $_SESSIONid? since $_SESSIONuser? is not being set.
This may point to a larger problem since the $_SESSION looks far from complete.
Note: See
TracTickets for help on using
tickets.

Fixed.