hello Alex
My plugin shouldn’t affect to this page.
Could you deactivate it ?
thanks, Alex
Yes, I can deactivate it, and that debug errors will disappear.
Alex
Do you see “(# 0 -) in select still if you turned off my plugin ?
I’ve checked Woocommerce code, as I see it’s lines
$user->display_name,
absint( $user->ID ),
$user->user_email
I was able to reproduce this error, https://imgur.com/a/yx6HC
But I assigned the order to non-existing user!
Oh, sorry I am just trying to check, maybe I am wrong.
So, do you think this errors is from the non-existing user, right?
Alex
turn off my plugin ,
if you still see “(# 0 -)” in select -> Yes
I see, yes, I can see (# 0 -).
and If I assign a customer user to the order, that error message will disappear
Thanks.
Alex
-
This reply was modified 8 years, 2 months ago by
alexlii.
you’re welcome.
Probably, you added some custom hooks for my plugin and modified “error_reporting” level, so you see warnings (WordPress hides them by default).
To all users.
If you see same error – the order is assigned to non-existing user