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

fago’s picture

Status: Active » Closed (works as designed)

Hm, 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.