Ticket #317 (assigned defect)

Opened 8 months ago

Last modified 7 months ago

Changeset #1551 creates a problem

Reported by: joerosa Assigned to: misja (accepted)
Priority: high Milestone: 0.9.2
Component: core Version: 0.9.0
Severity: critical Keywords:
Cc: rho, dramirez, ewout, timh, renato Patch Included: 0
Review Stage: tobeverified

Description (Last modified by misja)

Deleting the if condition from /lib/setup.php obliges to tick the 'Remember Me' option to allow an user login.

r1547 r1551 346 346 $_COOKIE['ElggSessionTest?'.$CFG->sessioncookie] = $_SESSIONSESSION?->session_test; 347 347 } 348 if (! isset($_SESSIONUSER?)) { 349 $_SESSIONUSER? = new StdClass?; 350 }

348 349 //@rho Force to reload user data from db 350 $_SESSIONUSER? = new StdClass?;

351 351 352 352 $SESSION = &$_SESSIONSESSION?; // Makes them easier to reference

Change History

02/21/08 15:37:34 changed by ewout

I also noticed that after r1551 my hack to show the elgg version in the admin screen, r1544 , does not work anymore.

03/13/08 10:03:54 changed by misja

  • status changed from new to assigned.
  • description changed.
  • cc set to rho, dramirez, ewout, timh, renato.
  • review_stage changed from unreviewed to tobeverified.
  • milestone changed from 0.9.1 to 0.9.2.
  • owner changed from nobody to misja.

Needs a check if r1562 solved this issue.