Hello!
Thank you for the quick response!
The KO is intentional, that was the part that didnt work, on next reports i will use FAIL
I will try the new code you provided ASAP but is strange the behaviour wordpress have here, also the error message dont make sense, the php is valid and the action send the parameters well... but as you said maybe wordpress dont like it for any obscure reason.
Im using your plugin to migrate from bbpress to phpBB, is great for acomplish all the user migration and integration, i implemented some things on it that i will need to perform the migration of forums/threads/replys without dying like:
[*]Keep user_id between WP and phpBB. to be able to track all the WP objects asigned to user_id to the same user_id on phpBB.
[*]phpBB user_id base. To create all user_ids from that base onwards.
[*]phpBB default user language. To specify what language you will set on the phpBB users by default.
[*]phpBB default user TimeZone. To specify what timezone you will set on the phpBB users by default.
I implemented all this options on the wp_w3all_users_to_phpbb.php so far but im implementing it on the rest of the plugin to have the same behaviour when the user is created on WP and replicated to phpBB. It's not implementend so flawlessly but is funcional!
Thank you again, i will let you know when i try the patches.