Closed (fixed)
Project:
Persistent Login
Version:
6.x-1.4-beta6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2009 at 12:22 UTC
Updated:
22 Jan 2010 at 18:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
markus_petrux commentedIt seems we need to include a bit more stuff in that case.
Comment #2
markus_petrux commentedApologies for the delay in this issue. Here's a patch that I think it fixes this issue. We need a full Drupal bootstrap to properly initialize the global language variable that we need to render the warning to the user, but we also need it to properly process the watchdog() request, otherwise we do not store anything because dblog module is not loaded yet. We're here processing hook_boot().
Comment #3
markus_petrux commentedA full Drupal bootstrap here should cause no harm and seems to fix the issue here, patch committed to CVS.
http://drupal.org/cvs?commit=311662
It should be available in 1.4 release, soon to be out.