Closed daithi-coombes closed 11 years ago
this issue has fixed itself since all the modules were moved to classes. My only guess as to the problem was once an array type was hit instead of an object it tripped the process.
all well now, issue closed
Since the change into object oriented module's the code flow has knocked of the updating of user meta, immediately after a user is signed in using the api.
This could also be the update to wordpress 3.5 but I'm guessing a code flow change has meant that an additional call is required besides:
A quick fix for this is to manually set the user meta in the db. The main issue is that if there are any plugins or interfaces working with the db then they will get skipped. The hack in API_Con_Mngr_Module::set_params()