When registering as a new user I receive the following errors:

Notice: Undefined property: stdClass::$domains in expire_get_base_urls() (line 43 of C:\wamp\www\prima7\sites\all\modules\expire\expire.domain.inc).
Warning: Invalid argument supplied for foreach() in expire_get_base_urls() (line 43 of C:\wamp\www\prima7\sites\all\modules\expire\expire.domain.inc).
Notice: Undefined property: stdClass::$nid in expire_get_domains() (line 13 of C:\wamp\www\prima7\sites\all\modules\expire\expire.domain.inc).

In each of the above functions, it appears that the problem arises when the user object is treated like a node object. Didn't have a lot of time to look very deeply into it, though.

Comments

abeld2’s picture

same here!

spleshka’s picture

Version: 7.x-1.0-alpha3 » 7.x-2.x-dev
Status: Active » Needs work

Change issue version. This is going to be fixed in a new branch.

geerlingguy’s picture

Same problem here.

spleshka’s picture

Which version of module do you use?

geerlingguy’s picture

7.x-1.0-beta1 - is this only going to be fixed in a 2.x branch?

spleshka’s picture

2.x branch is a complete rewrite, and there are no such issue there. I don't maintain the 1.x branch, so can't tell you for sure if they gonna fix it there.

spleshka’s picture

Issue summary: View changes
Status: Needs work » Closed (cannot reproduce)

I think 7.x-2.x does not has such issue anymore, so I am closing this issue.