Posted3 days 21 hours ago by Graham Leach (Graham Leach) in Other
Recent comments
Hello @flightrs,
You might want to take 5 minutes and go over to GitHub and flag this issue on the module, now that you know where it is, what it is and how to reproduce it.
This...
Posted1 min 38 sec ago by Graham Leach (Graham Leach) on:
Hi,
Oh goodness, i was pondering that until i pulled a surprise solution:
I changed the data selectors from site:current-user to account.
The desired registration works now...
Posted17 hours 59 min ago by RS Snyder (flightrs) on:
Hello @flighrs,
If a save() method is failing you're lucky for anything regarding this object to be persisted at all.
Q: Do you get the same error with authenticated users?...
Posted19 hours 39 min ago by Graham Leach (Graham Leach) on:
Hi and thanks, i tried this now.
Both with and without the #, i saw nothing printed anywhere. It only bypassed the actions and the user got registered.
Where should this print...
Posted19 hours 54 min ago by RS Snyder (flightrs) on:
Recent comments
Hello @flightrs, You might want to take 5 minutes and go over to GitHub and flag this issue on the module, now that you know where it is, what it is and how to reproduce it. This...
Rules and Registration: "Undefined method AnonymousUser::save()"
Hi, Oh goodness, i was pondering that until i pulled a surprise solution: I changed the data selectors from site:current-user to account. The desired registration works now...
Rules and Registration: "Undefined method AnonymousUser::save()"
Hello @flighrs, If a save() method is failing you're lucky for anything regarding this object to be persisted at all. Q: Do you get the same error with authenticated users?...
Rules and Registration: "Undefined method AnonymousUser::save()"
Hi and thanks, i tried this now. Both with and without the #, i saw nothing printed anywhere. It only bypassed the actions and the user got registered. Where should this print...
Rules and Registration: "Undefined method AnonymousUser::save()"
In: entity_plus.wrapper.inc The line of code that's breaking is (in bold): /** * Permanently save the wrapped entity. * * @throws...
Rules and Registration: "Undefined method AnonymousUser::save()"