Closed (works as designed)
Project:
Content Profile
Version:
6.x-1.x-dev
Component:
Base module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2009 at 15:42 UTC
Updated:
11 Jun 2009 at 16:15 UTC
Error - Connection Interrupted
The connection to the server was reset while the page was loading.
This happens if you try and call content_profile_load() function from within the 'load' $op of hook_user().
this may be because the static $cache; variable is not set at this point??
Comments
Comment #1
fagoHm, perhaps some module loads the author account for the node? So you would have an endless loop. However, this wouldn't be CP's fault.