Closed (fixed)
Project:
Domain
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2013 at 09:56 UTC
Updated:
22 Mar 2013 at 15:30 UTC
Jump to comment: Most recent file
Hi,
I get this error all the time.
I can't seem to figure out what changed recently.
Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | 1930982-domain_user_property.patch | 978 bytes | agentrickard |
| #3 | 1930982-domain-user-property.patch | 487 bytes | agentrickard |
Comments
Comment #1
agentrickardMore detail, please. This is neither replicable nor actionable. The domain_user property is loaded in hook_boot().
Comment #2
VanessaM commentedok, I found a pattern to reproduce:
I created/edited an image style--> ran cron --> after cron finished I went back into the image style window and I get the errors.
Comment #3
agentrickardIt's odd. Something is firing very early in the process. You can, in this instance, safely ignore these errors, but we can also account for them. In this case, the warnings should be harmless.
Here's a patch.
Comment #4
agentrickardCommitted.
Comment #5
VanessaM commentedI am still getting errors after installing the patch....
Comment #6
agentrickardPlease report the error in the body of a comment, not the issue title.
I simply don't believe this report to be possible. Look at the code and make sure the patch applied.
Comment #7
agentrickardBah. That patch is inside an else.
In future, please don't put issue details in the title. I missed the line number because of it.
Comment #8
agentrickardNote that the other patch was already committed. So this patch will apply to 7.x-3.x-dev or to 7.x-3.9.
Comment #9
VanessaM commentedthank you so much! it works like a charm.
In the future I will put the error in the body too.
Comment #10
agentrickardThanks for the quick review. I'm just a little grump this week.
Comment #11
agentrickardFixed.
Comment #12
Nephele commentedFYI, at least in my case these errors were appearing in cron runs. drupal_cron_run() changes the user to anonymous:
This is presumably bypassing any processing you normally do in hook_boot().
Comment #13
agentrickardThanks. That makes sense.