Hello,
I've set up a XenForo in a subfolder (example.com/community) with its separate database, with essentially just me as administrator and a couple of test users. And I have my seven-year-old WordPress blog in the root (example.com). I have installed and connected the XFtoWP plugin, and it seems to connect to my forums just fine in the settings.
My WP/WC site has 5,000 registered users that I want to bulk import into XF – so they can immediately use the forums once I launch it publicly via our email list.

When I run the action, it essentially says "USERNAME OF WORDPRESS user synced to LOGO_OF_XENFORO" without the username of the associated XF user. When I looked in XF's user list, none were created. When I look in wp_usermeta for these users, there is the "xftowp" meta_key but with 0 (zero) as the associated user ID.
And in my WordPress php_errorlog file:
[07-Jan-2023 11:03:24 UTC] PHP Warning: Attempt to read property "user_id" on null in /home/customer/www/mydomain.com/public_html/wp-content/plugins/XFWP/requests/users.php on line 588
[07-Jan-2023 11:03:24 UTC] PHP Warning: Undefined variable $xf_connected_user in /home/customer/www/mydomain.com/public_html/wp-content/plugins/XFWP/requests/users.php on line 658
[07-Jan-2023 11:03:24 UTC] PHP Warning: Attempt to read property "user" on null in /home/customer/www/mydomain.com/public_html/wp-content/plugins/XFWP/requests/users.php on line 658
[07-Jan-2023 11:03:24 UTC] PHP Warning: Attempt to read property "user_id" on null in /home/customer/www/mydomain.com/public_html/wp-content/plugins/XFWP/requests/users.php on line 658
[07-Jan-2023 11:03:24 UTC] PHP Warning: Undefined variable $xf_connected_user in /home/customer/www/mydomain.com/public_html/wp-content/plugins/XFWP/requests/users.php on line 679
[07-Jan-2023 11:03:24 UTC] PHP Warning: Attempt to read property "user" on null in /home/customer/www/mydomain.com/public_html/wp-content/plugins/XFWP/requests/users.php on line 679
[07-Jan-2023 11:03:24 UTC] PHP Warning: Attempt to read property "username" on null in /home/customer/www/mydomain.com/public_html/wp-content/plugins/XFWP/requests/users.php on line 679
[07-Jan-2023 11:03:24 UTC] PHP Warning: Undefined variable $xf_connected_user in /home/customer/www/mydomain.com/public_html/wp-content/plugins/XFWP/requests/users.php on line 680
[07-Jan-2023 11:03:24 UTC] PHP Warning: Attempt to read property "user" on null in /home/customer/www/mydomain.com/public_html/wp-content/plugins/XFWP/requests/users.php on line 680
[07-Jan-2023 11:03:24 UTC] PHP Warning: Attempt to read property "email" on null in /home/customer/www/mydomain.com/public_html/wp-content/plugins/XFWP/requests/users.php on line 680
Any thoughts on what it could be due to?
I've set up a XenForo in a subfolder (example.com/community) with its separate database, with essentially just me as administrator and a couple of test users. And I have my seven-year-old WordPress blog in the root (example.com). I have installed and connected the XFtoWP plugin, and it seems to connect to my forums just fine in the settings.
My WP/WC site has 5,000 registered users that I want to bulk import into XF – so they can immediately use the forums once I launch it publicly via our email list.

When I run the action, it essentially says "USERNAME OF WORDPRESS user synced to LOGO_OF_XENFORO" without the username of the associated XF user. When I looked in XF's user list, none were created. When I look in wp_usermeta for these users, there is the "xftowp" meta_key but with 0 (zero) as the associated user ID.
And in my WordPress php_errorlog file:
[07-Jan-2023 11:03:24 UTC] PHP Warning: Undefined property: stdClass::$user in /home/customer/www/mydomain.com/public_html/wp-content/plugins/XFWP/requests/users.php on line 588[07-Jan-2023 11:03:24 UTC] PHP Warning: Attempt to read property "user_id" on null in /home/customer/www/mydomain.com/public_html/wp-content/plugins/XFWP/requests/users.php on line 588
[07-Jan-2023 11:03:24 UTC] PHP Warning: Undefined variable $xf_connected_user in /home/customer/www/mydomain.com/public_html/wp-content/plugins/XFWP/requests/users.php on line 658
[07-Jan-2023 11:03:24 UTC] PHP Warning: Attempt to read property "user" on null in /home/customer/www/mydomain.com/public_html/wp-content/plugins/XFWP/requests/users.php on line 658
[07-Jan-2023 11:03:24 UTC] PHP Warning: Attempt to read property "user_id" on null in /home/customer/www/mydomain.com/public_html/wp-content/plugins/XFWP/requests/users.php on line 658
[07-Jan-2023 11:03:24 UTC] PHP Warning: Undefined variable $xf_connected_user in /home/customer/www/mydomain.com/public_html/wp-content/plugins/XFWP/requests/users.php on line 679
[07-Jan-2023 11:03:24 UTC] PHP Warning: Attempt to read property "user" on null in /home/customer/www/mydomain.com/public_html/wp-content/plugins/XFWP/requests/users.php on line 679
[07-Jan-2023 11:03:24 UTC] PHP Warning: Attempt to read property "username" on null in /home/customer/www/mydomain.com/public_html/wp-content/plugins/XFWP/requests/users.php on line 679
[07-Jan-2023 11:03:24 UTC] PHP Warning: Undefined variable $xf_connected_user in /home/customer/www/mydomain.com/public_html/wp-content/plugins/XFWP/requests/users.php on line 680
[07-Jan-2023 11:03:24 UTC] PHP Warning: Attempt to read property "user" on null in /home/customer/www/mydomain.com/public_html/wp-content/plugins/XFWP/requests/users.php on line 680
[07-Jan-2023 11:03:24 UTC] PHP Warning: Attempt to read property "email" on null in /home/customer/www/mydomain.com/public_html/wp-content/plugins/XFWP/requests/users.php on line 680
Any thoughts on what it could be due to?
Last edited: