take status out.... change line 285 from
function updateUser($data, $extras, $status)
to
function updateUser($data, $extras)
what user information are you changing?
^^this one to remove the invalid arguement.
i tried commenting(php comment) on line 327 and 328 of the file:
\components\com_comprofiler\plugin\user\plug_smfcbplugin\smf_cb.php
^^this one though not a FIX. but just a "temporary workaround" to avoid the error message while dev are still working on it. as wolv mentioned its not advisable since the risk is there hence there cant trigger if the user has been successfully synched to smf or not.
- g